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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-01/func/sub-0129_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>36e78a642cf9e5a234ad7485f5435023</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:50:10.987500</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.999433, 0.0134801, -0.0308404, -0.0137812, 0.999859, -0.00957185]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11234</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7754, -7260, 114, -102, -38, 62, 131]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0489a4d1-6257-4a55-8c18-143d5a47458a||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.6814067363739014, -0.03697394207119942, -0.08290902525186539, 116.07263946533203], [-0.03616608679294586, 2.682549238204956, -0.02697690576314926, -92.38004302978516], [-0.0827425867319107, 0.025680579245090485, 2.698591947555542, -75.21609497070312], [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': ['125010.987500', '125011.447500', '125011.907500', '125012.367500', '125012.827500', '125013.287500', '125013.747500', '125014.207500', '125014.667500', '125015.127500', '125015.587500', '125016.047500', '125016.507500', '125016.967500', '125017.427500', '125017.887500', '125018.347500', '125018.807500', '125019.267500', '125019.727500', '125020.187500', '125020.647500', '125021.107500', '125021.567500', '125022.027500', '125022.487500', '125022.947500', '125023.407500', '125023.867500', '125024.327500', '125024.787500', '125025.247500', '125025.707500', '125026.167500', '125026.627500', '125027.087500', '125027.547500', '125028.007500', '125028.467500', '125028.927500', '125029.387500', '125029.847500', '125030.307500', '125030.767500', '125031.227500', '125031.687500', '125032.147500', '125032.607500', '125033.067500', '125033.527500', '125033.987500', '125034.447500', '125034.907500', '125035.367500', '125035.827500', '125036.287500', '125036.747500', '125037.207500', '125037.667500', '125038.127500', '125038.587500', '125039.047500', '125039.507500', '125039.967500', '125040.427500', '125040.887500', '125041.347500', '125041.807500', '125042.267500', '125042.727500', '125043.187500', '125043.647500', '125044.107500', '125044.567500', '125045.027500', '125045.487500', '125045.947500', '125046.407500', '125046.867500', '125047.327500', '125047.787500', '125048.247500', '125048.707500', '125049.167500', '125049.627500', '125050.087500', '125050.547500', '125051.007500', '125051.467500', '125051.927500', '125052.387500', '125052.847500', '125053.307500', '125053.767500', '125054.227500', '125054.687500', '125055.147500', '125055.607500', '125056.067500', '125056.527500', '125056.987500', '125057.447500', '125057.907500', '125058.367500', '125058.827500', '125059.287500', '125059.747500', '125100.207500', '125100.667500', '125101.127500', '125101.587500', '125102.047500', '125102.507500', '125102.967500', '125103.427500', '125103.887500', '125104.347500', '125104.807500', '125105.267500', '125105.727500', '125106.187500', '125106.647500', '125107.107500', '125107.567500', '125108.027500', '125108.487500', '125108.947500', '125109.407500', '125109.867500', '125110.327500', '125110.787500', '125111.247500', '125111.707500', '125112.167500', '125112.627500', '125113.087500', '125113.547500', '125114.007500', '125114.467500', '125114.927500', '125115.387500', '125115.847500', '125116.307500', '125116.767500', '125117.227500', '125117.687500', '125118.147500', '125118.607500', '125119.067500', '125119.527500', '125119.987500', '125120.447500', '125120.907500', '125121.367500', '125121.827500', '125122.287500', '125122.747500', '125123.207500', '125123.667500', '125124.127500', '125124.587500', '125125.047500', '125125.507500', '125125.967500', '125126.427500', '125126.887500', '125127.347500', '125127.807500', '125128.267500', '125128.727500', '125129.187500', '125129.647500', '125130.107500', '125130.567500', '125131.027500', '125131.487500', '125131.947500', '125132.407500', '125132.867500', '125133.327500', '125133.787500', '125134.247500', '125134.707500', '125135.167500', '125135.627500', '125136.087500', '125136.547500', '125137.007500', '125137.467500', '125137.927500', '125138.387500', '125138.847500', '125139.307500', '125139.767500', '125140.227500', '125140.687500', '125141.147500', '125141.607500', '125142.067500', '125142.527500', '125142.987500', '125143.447500', '125143.907500', '125144.367500', '125144.827500', '125145.287500', '125145.747500', '125146.207500', '125146.667500', '125147.127500', '125147.587500', '125148.047500', '125148.507500', '125148.967500', '125149.427500', '125149.887500', '125150.347500', '125150.807500', '125151.267500', '125151.727500', '125152.187500', '125152.647500', '125153.107500', '125153.567500', '125154.027500', '125154.487500', '125154.947500', '125155.407500', '125155.867500', '125156.327500', '125156.787500', '125157.247500', '125157.707500', '125158.167500', '125158.627500', '125159.087500', '125159.547500', '125200.007500', '125200.467500', '125200.927500', '125201.387500', '125201.847500', '125202.307500', '125202.767500', '125203.227500', '125203.687500', '125204.147500', '125204.607500', '125205.067500', '125205.527500', '125205.987500', '125206.447500', '125206.907500', '125207.367500', '125207.827500', '125208.287500', '125208.747500', '125209.207500', '125209.667500', '125210.127500', '125210.587500', '125211.047500', '125211.507500', '125211.967500', '125212.427500', '125212.887500', '125213.347500', '125213.807500', '125214.267500', '125214.727500', '125215.187500', '125215.647500', '125216.107500', '125216.567500', '125217.027500', '125217.487500', '125217.947500', '125218.407500', '125218.867500', '125219.327500', '125219.787500', '125220.247500', '125220.707500', '125221.167500', '125221.627500', '125222.087500', '125222.547500', '125223.007500', '125223.467500', '125223.927500', '125224.387500', '125224.847500', '125225.307500', '125225.767500', '125226.227500', '125226.687500', '125227.147500', '125227.607500', '125228.067500', '125228.527500', '125228.987500', '125229.447500', '125229.907500', '125230.367500', '125230.827500', '125231.287500', '125231.747500', '125232.207500', '125232.667500', '125233.127500', '125233.587500', '125234.047500', '125234.507500', '125234.967500', '125235.427500', '125235.887500', '125236.347500', '125236.807500', '125237.267500', '125237.727500', '125238.187500', '125238.647500', '125239.107500', '125239.567500', '125240.027500', '125240.487500', '125240.947500', '125241.407500', '125241.867500', '125242.327500', '125242.787500', '125243.247500', '125243.707500', '125244.167500', '125244.627500', '125245.087500', '125245.547500', '125246.007500', '125246.467500', '125246.927500', '125247.387500', '125247.847500', '125248.307500', '125248.767500', '125249.227500', '125249.687500', '125250.147500', '125250.607500', '125251.067500', '125251.527500', '125251.987500', '125252.447500', '125252.907500', '125253.367500', '125253.827500', '125254.287500', '125254.747500', '125255.207500', '125255.667500', '125256.127500', '125256.587500', '125257.047500', '125257.507500', '125257.967500', '125258.427500', '125258.887500', '125259.347500', '125259.807500', '125300.267500', '125300.727500', '125301.187500', '125301.647500', '125302.107500', '125302.567500', '125303.027500', '125303.487500', '125303.947500', '125304.407500', '125304.867500', '125305.327500', '125305.787500', '125306.247500', '125306.707500', '125307.167500', '125307.627500', '125308.087500', '125308.547500', '125309.007500', '125309.467500', '125309.927500', '125310.387500', '125310.847500', '125311.307500', '125311.767500', '125312.227500', '125312.687500', '125313.147500', '125313.607500', '125314.067500', '125314.527500', '125314.987500', '125315.447500', '125315.907500', '125316.367500', '125316.827500', '125317.287500', '125317.747500', '125318.207500', '125318.667500', '125319.127500', '125319.587500', '125320.047500', '125320.507500', '125320.967500', '125321.427500', '125321.887500', '125322.347500', '125322.807500', '125323.267500', '125323.727500', '125324.187500', '125324.647500', '125325.107500', '125325.567500', '125326.027500', '125326.487500', '125326.947500', '125327.407500', '125327.867500', '125328.327500', '125328.787500', '125329.247500', '125329.707500', '125330.167500', '125330.627500', '125331.087500', '125331.547500', '125332.007500', '125332.467500', '125332.927500', '125333.387500', '125333.847500', '125334.307500', '125334.767500', '125335.227500', '125335.687500', '125336.147500', '125336.607500', '125337.067500', '125337.527500', '125337.987500', '125338.447500', '125338.907500', '125339.367500', '125339.827500', '125340.287500', '125340.747500', '125341.207500', '125341.667500', '125342.127500', '125342.587500', '125343.047500', '125343.507500', '125343.967500', '125344.427500', '125344.887500', '125345.347500', '125345.807500', '125346.267500', '125346.727500', '125347.187500', '125347.647500', '125348.107500', '125348.567500', '125349.027500', '125349.487500', '125349.947500', '125350.407500', '125350.867500', '125351.327500', '125351.787500', '125352.247500', '125352.707500', '125353.167500', '125353.627500', '125354.087500', '125354.547500', '125355.007500', '125355.467500', '125355.927500', '125356.387500', '125356.847500', '125357.307500', '125357.767500', '125358.227500', '125358.687500', '125359.147500', '125359.607500', '125400.067500', '125400.527500', '125400.987500', '125401.447500', '125401.907500', '125402.367500', '125402.827500', '125403.287500', '125403.747500', '125404.207500', '125404.667500', '125405.127500', '125405.587500', '125406.047500', '125406.507500', '125406.967500', '125407.427500', '125407.887500', '125408.347500', '125408.807500', '125409.267500', '125409.727500', '125410.187500', '125410.647500', '125411.107500', '125411.567500', '125412.027500', '125412.487500', '125412.947500', '125413.407500', '125413.867500', '125414.327500', '125414.787500', '125415.247500', '125415.707500', '125416.167500', '125416.627500', '125417.087500', '125417.547500', '125418.007500', '125418.467500', '125418.927500', '125419.387500', '125419.847500', '125420.307500', '125420.767500', '125421.227500', '125421.687500', '125422.147500', '125422.607500', '125423.067500', '125423.527500', '125423.987500', '125424.447500', '125424.907500', '125425.367500', '125425.827500', '125426.287500', '125426.747500', '125427.207500', '125427.667500', '125428.127500', '125428.587500', '125429.047500', '125429.507500', '125429.967500', '125430.427500', '125430.887500', '125431.347500', '125431.807500', '125432.267500', '125432.727500', '125433.187500', '125433.647500', '125434.107500', '125434.567500', '125435.027500', '125435.487500', '125435.947500', '125436.407500', '125436.867500', '125437.327500', '125437.787500', '125438.247500', '125438.707500', '125439.167500', '125439.627500', '125440.087500', '125440.547500', '125441.007500', '125441.467500', '125441.927500', '125442.387500', '125442.847500', '125443.307500', '125443.767500', '125444.227500', '125444.687500', '125445.147500', '125445.607500', '125446.067500', '125446.527500', '125446.987500', '125447.447500', '125447.907500', '125448.367500', '125448.827500', '125449.287500', '125449.747500', '125450.207500', '125450.667500', '125451.127500', '125451.587500', '125452.047500', '125452.507500', '125452.967500', '125453.427500', '125453.887500', '125454.347500', '125454.807500', '125455.267500', '125455.727500', '125456.187500', '125456.647500', '125457.107500', '125457.567500', '125458.027500', '125458.487500', '125458.947500', '125459.407500', '125459.867500', '125500.327500', '125500.787500', '125501.247500', '125501.707500', '125502.167500', '125502.627500', '125503.087500', '125503.547500', '125504.007500', '125504.467500', '125504.927500', '125505.387500', '125505.847500', '125506.307500', '125506.767500', '125507.227500', '125507.687500', '125508.147500', '125508.607500', '125509.067500', '125509.527500', '125509.987500', '125510.447500', '125510.907500', '125511.367500', '125511.827500', '125512.287500', '125512.747500', '125513.207500', '125513.667500', '125514.127500', '125514.587500', '125515.047500', '125515.507500', '125515.967500', '125516.427500', '125516.887500', '125517.347500', '125517.807500', '125518.267500', '125518.727500', '125519.187500', '125519.647500', '125520.107500', '125520.567500', '125521.027500', '125521.487500', '125521.947500', '125522.407500', '125522.867500', '125523.327500', '125523.787500', '125524.247500', '125524.707500', '125525.167500', '125525.627500', '125526.087500', '125526.547500', '125527.007500', '125527.467500', '125527.927500', '125528.387500', '125528.847500', '125529.307500', '125529.767500', '125530.227500', '125530.687500', '125531.147500', '125531.607500', '125532.067500', '125532.527500', '125532.987500', '125533.447500', '125533.907500', '125534.367500', '125534.827500', '125535.287500', '125535.747500', '125536.207500', '125536.667500', '125537.127500', '125537.587500', '125538.047500', '125538.507500', '125538.967500', '125539.427500', '125539.887500', '125540.347500', '125540.807500', '125541.267500', '125541.727500', '125542.187500', '125542.647500', '125543.107500', '125543.567500', '125544.027500', '125544.487500', '125544.947500', '125545.407500', '125545.867500', '125546.327500', '125546.787500', '125547.247500', '125547.707500', '125548.167500', '125548.627500', '125549.087500', '125549.547500', '125550.007500', '125550.467500', '125550.927500', '125551.387500', '125551.847500', '125552.307500', '125552.767500', '125553.227500', '125553.687500', '125554.147500', '125554.607500', '125555.067500', '125555.527500', '125555.987500', '125556.447500', '125556.907500', '125557.367500', '125557.827500', '125558.287500', '125558.747500', '125559.207500', '125559.667500', '125600.127500', '125600.587500', '125601.047500', '125601.507500', '125601.967500', '125602.427500', '125602.887500', '125603.347500', '125603.807500', '125604.267500', '125604.727500', '125605.187500', '125605.647500', '125606.107500', '125606.567500', '125607.027500', '125607.487500', '125607.947500', '125608.407500', '125608.867500', '125609.327500', '125609.787500', '125610.247500', '125610.707500', '125611.167500', '125611.627500', '125612.087500', '125612.547500', '125613.007500', '125613.467500', '125613.927500', '125614.387500', '125614.847500', '125615.307500', '125615.767500', '125616.227500', '125616.687500', '125617.147500', '125617.607500', '125618.067500', '125618.527500', '125618.987500', '125619.447500', '125619.907500', '125620.367500', '125620.827500', '125621.287500', '125621.747500', '125622.207500', '125622.667500', '125623.127500', '125623.587500', '125624.047500', '125624.507500', '125624.967500', '125625.427500', '125625.887500', '125626.347500', '125626.807500', '125627.267500', '125627.727500', '125628.187500', '125628.647500', '125629.107500', '125629.567500', '125630.027500', '125630.487500', '125630.947500', '125631.407500', '125631.867500', '125632.327500', '125632.787500', '125633.247500', '125633.707500', '125634.167500', '125634.627500', '125635.087500', '125635.547500', '125636.007500', '125636.467500', '125636.927500', '125637.387500', '125637.847500', '125638.307500', '125638.767500', '125639.227500', '125639.687500', '125640.147500', '125640.607500', '125641.067500', '125641.527500', '125641.987500', '125642.447500', '125642.907500', '125643.367500', '125643.827500', '125644.287500', '125644.747500', '125645.207500', '125645.667500', '125646.127500', '125646.587500', '125647.047500', '125647.507500', '125647.967500', '125648.427500', '125648.887500', '125649.347500', '125649.807500', '125650.267500', '125650.727500', '125651.187500', '125651.647500'], 'ContentTime': ['125023.747000', '125023.751000', '125023.753000', '125023.756000', '125023.759000', '125023.761000', '125023.764000', '125023.769000', '125023.771000', '125023.774000', '125023.776000', '125023.782000', '125023.784000', '125023.787000', '125023.790000', '125023.792000', '125023.795000', '125023.797000', '125023.800000', '125023.803000', '125023.805000', '125023.808000', '125023.810000', '125023.813000', '125023.816000', '125043.697000', '125043.700000', '125043.703000', '125043.706000', '125043.708000', '125043.719000', '125043.722000', '125043.724000', '125043.727000', '125043.729000', '125043.732000', '125043.734000', '125043.737000', '125043.739000', '125043.742000', '125043.745000', '125043.747000', '125043.750000', '125043.752000', '125043.755000', '125043.758000', '125043.760000', '125043.763000', '125043.765000', '125043.768000', '125043.770000', '125043.773000', '125043.775000', '125043.783000', '125043.786000', '125043.789000', '125043.791000', '125043.794000', '125043.797000', '125043.799000', '125043.802000', '125043.805000', '125043.807000', '125043.810000', '125043.812000', '125043.815000', '125043.817000', '125043.820000', '125103.697000', '125103.700000', '125103.703000', '125103.706000', '125103.708000', '125103.711000', '125103.713000', '125103.716000', '125103.719000', '125103.721000', '125103.724000', '125103.726000', '125103.729000', '125103.732000', '125103.734000', '125103.737000', '125103.742000', '125103.745000', '125103.748000', '125103.750000', '125103.753000', '125103.755000', '125103.758000', '125103.760000', '125103.763000', '125103.765000', '125103.768000', '125103.771000', '125103.773000', '125103.776000', '125103.779000', '125103.781000', '125103.784000', '125103.786000', '125103.789000', '125103.791000', '125103.794000', '125103.797000', '125103.799000', '125103.802000', '125103.804000', '125103.807000', '125103.809000', '125103.812000', '125123.697000', '125123.700000', '125123.703000', '125123.705000', '125123.708000', '125123.711000', '125123.713000', '125123.716000', '125123.718000', '125123.721000', '125123.723000', '125123.726000', '125123.728000', '125123.731000', '125123.734000', '125123.736000', '125123.739000', '125123.742000', '125123.744000', '125123.747000', '125123.749000', '125123.752000', '125123.755000', '125123.757000', '125123.760000', '125123.762000', '125123.765000', '125123.767000', '125123.770000', '125123.773000', '125123.775000', '125123.778000', '125123.780000', '125123.783000', '125123.785000', '125123.788000', '125123.790000', '125123.793000', '125123.795000', '125123.798000', '125123.801000', '125123.803000', '125123.806000', '125143.697000', '125143.700000', '125143.703000', '125143.705000', '125143.708000', '125143.711000', '125143.713000', '125143.716000', '125143.719000', '125143.721000', '125143.724000', '125143.726000', '125143.729000', '125143.732000', '125143.734000', '125143.737000', '125143.740000', '125143.742000', '125143.745000', '125143.747000', '125143.750000', '125143.753000', '125143.755000', '125143.758000', '125143.760000', '125143.763000', '125143.765000', '125143.768000', '125143.771000', '125143.773000', '125143.776000', '125143.778000', '125143.781000', '125143.783000', '125143.786000', '125143.789000', '125143.791000', '125143.794000', '125143.796000', '125143.799000', '125143.801000', '125143.804000', '125143.820000', '125203.698000', '125203.700000', '125203.703000', '125203.706000', '125203.708000', '125203.711000', '125203.713000', '125203.716000', '125203.719000', '125203.721000', '125203.724000', '125203.726000', '125203.729000', '125203.731000', '125203.734000', '125203.737000', '125203.739000', '125203.742000', '125203.745000', '125203.747000', '125203.750000', '125203.752000', '125203.755000', '125203.758000', '125203.760000', '125203.763000', '125203.765000', '125203.768000', '125203.771000', '125203.773000', '125203.776000', '125203.778000', '125203.781000', '125203.783000', '125203.786000', '125203.789000', '125203.791000', '125203.794000', '125203.796000', '125203.799000', '125203.835000', '125203.838000', '125203.841000', '125203.843000', '125223.698000', '125223.700000', '125223.703000', '125223.706000', '125223.708000', '125223.711000', '125223.713000', '125223.716000', '125223.718000', '125223.721000', '125223.724000', '125223.727000', '125223.729000', '125223.732000', '125223.734000', '125223.737000', '125223.740000', '125223.742000', '125223.745000', '125223.748000', '125223.750000', '125223.753000', '125223.762000', '125223.765000', '125223.767000', '125223.770000', '125223.772000', '125223.775000', '125223.777000', '125223.780000', '125223.783000', '125223.785000', '125223.788000', '125223.790000', '125223.793000', '125223.795000', '125223.798000', '125223.800000', '125223.803000', '125223.806000', '125223.808000', '125223.811000', '125223.813000', '125223.816000', '125243.698000', '125243.700000', '125243.703000', '125243.706000', '125243.708000', '125243.711000', '125243.713000', '125243.716000', '125243.719000', '125243.721000', '125243.724000', '125243.726000', '125243.729000', '125243.732000', '125243.734000', '125243.737000', '125243.740000', '125243.742000', '125243.745000', '125243.747000', '125243.750000', '125243.753000', '125243.755000', '125243.758000', '125243.760000', '125243.763000', '125243.766000', '125243.768000', '125243.771000', '125243.773000', '125243.776000', '125243.779000', '125243.781000', '125243.784000', '125243.786000', '125243.789000', '125243.791000', '125243.794000', '125243.796000', '125243.799000', '125243.825000', '125243.828000', '125243.830000', '125303.698000', '125303.700000', '125303.703000', '125303.706000', '125303.708000', '125303.711000', '125303.713000', '125303.716000', '125303.719000', '125303.721000', '125303.724000', '125303.727000', '125303.729000', '125303.732000', '125303.735000', '125303.737000', '125303.740000', '125303.742000', '125303.745000', '125303.747000', '125303.750000', '125303.753000', '125303.755000', '125303.758000', '125303.760000', '125303.763000', '125303.766000', '125303.768000', '125303.771000', '125303.773000', '125303.776000', '125303.778000', '125303.788000', '125303.790000', '125303.793000', '125303.795000', '125303.798000', '125303.801000', '125303.803000', '125303.806000', '125303.808000', '125303.811000', '125303.814000', '125303.816000', '125323.697000', '125323.700000', '125323.703000', '125323.705000', '125323.708000', '125323.711000', '125323.713000', '125323.716000', '125323.718000', '125323.721000', '125323.723000', '125323.726000', '125323.729000', '125323.731000', '125323.734000', '125323.736000', '125323.739000', '125323.742000', '125323.744000', '125323.747000', '125323.749000', '125323.752000', '125323.754000', '125323.778000', '125323.780000', '125323.783000', '125323.785000', '125323.788000', '125323.790000', '125323.793000', '125323.796000', '125323.798000', '125323.801000', '125323.803000', '125323.806000', '125323.808000', '125323.811000', '125323.813000', '125323.816000', '125323.819000', '125323.821000', '125323.824000', '125323.826000', '125343.698000', '125343.700000', '125343.703000', '125343.706000', '125343.708000', '125343.712000', '125343.715000', '125343.722000', '125343.725000', '125343.727000', '125343.730000', '125343.733000', '125343.735000', '125343.738000', '125343.740000', '125343.743000', '125343.746000', '125343.749000', '125343.751000', '125343.754000', '125343.756000', '125343.759000', '125343.762000', '125343.764000', '125343.767000', '125343.770000', '125343.772000', '125343.775000', '125343.778000', '125343.780000', '125343.783000', '125343.785000', '125343.788000', '125343.790000', '125343.793000', '125343.796000', '125343.798000', '125343.822000', '125343.825000', '125343.827000', '125343.830000', '125343.832000', '125343.835000', '125343.838000', '125403.698000', '125403.700000', '125403.703000', '125403.706000', '125403.708000', '125403.711000', '125403.714000', '125403.716000', '125403.719000', '125403.721000', '125403.724000', '125403.727000', '125403.729000', '125403.732000', '125403.734000', '125403.737000', '125403.740000', '125403.743000', '125403.745000', '125403.748000', '125403.750000', '125403.753000', '125403.756000', '125403.758000', '125403.761000', '125403.763000', '125403.766000', '125403.769000', '125403.771000', '125403.782000', '125403.785000', '125403.787000', '125403.790000', '125403.792000', '125403.795000', '125403.798000', '125403.801000', '125403.819000', '125403.821000', '125403.824000', '125403.826000', '125403.829000', '125403.832000', '125423.698000', '125423.701000', '125423.703000', '125423.706000', '125423.708000', '125423.711000', '125423.714000', '125423.716000', '125423.719000', '125423.721000', '125423.724000', '125423.727000', '125423.729000', '125423.732000', '125423.734000', '125423.737000', '125423.739000', '125423.742000', '125423.744000', '125423.747000', '125423.750000', '125423.752000', '125423.755000', '125423.758000', '125423.760000', '125423.763000', '125423.765000', '125423.768000', '125423.771000', '125423.773000', '125423.776000', '125423.778000', '125423.781000', '125423.783000', '125423.786000', '125423.789000', '125423.791000', '125423.794000', '125423.796000', '125423.799000', '125423.895000', '125423.898000', '125423.900000', '125423.903000', '125443.696000', '125443.699000', '125443.702000', '125443.705000', '125443.707000', '125443.710000', '125443.713000', '125443.715000', '125443.718000', '125443.720000', '125443.723000', '125443.726000', '125443.728000', '125443.731000', '125443.733000', '125443.736000', '125443.738000', '125443.741000', '125443.744000', '125443.746000', '125443.749000', '125443.752000', '125443.754000', '125443.757000', '125443.759000', '125443.762000', '125443.765000', '125443.767000', '125443.770000', '125443.773000', '125443.775000', '125443.778000', '125443.781000', '125443.783000', '125443.786000', '125443.788000', '125443.791000', '125443.794000', '125443.796000', '125443.799000', '125443.832000', '125443.835000', '125443.838000', '125503.698000', '125503.701000', '125503.703000', '125503.706000', '125503.708000', '125503.711000', '125503.714000', '125503.716000', '125503.719000', '125503.722000', '125503.725000', '125503.728000', '125503.730000', '125503.733000', '125503.736000', '125503.738000', '125503.741000', '125503.743000', '125503.746000', '125503.765000', '125503.767000', '125503.770000', '125503.773000', '125503.775000', '125503.778000', '125503.780000', '125503.783000', '125503.786000', '125503.788000', '125503.791000', '125503.794000', '125503.796000', '125503.799000', '125503.801000', '125503.804000', '125503.807000', '125503.809000', '125503.812000', '125503.815000', '125503.817000', '125503.820000', '125503.822000', '125503.825000', '125523.698000', '125523.700000', '125523.703000', '125523.706000', '125523.708000', '125523.711000', '125523.714000', '125523.716000', '125523.719000', '125523.721000', '125523.724000', '125523.727000', '125523.729000', '125523.732000', '125523.735000', '125523.737000', '125523.740000', '125523.743000', '125523.745000', '125523.748000', '125523.750000', '125523.753000', '125523.756000', '125523.758000', '125523.761000', '125523.763000', '125523.766000', '125523.769000', '125523.771000', '125523.774000', '125523.776000', '125523.779000', '125523.782000', '125523.784000', '125523.787000', '125523.789000', '125523.792000', '125523.795000', '125523.797000', '125523.903000', '125523.905000', '125523.908000', '125523.911000', '125523.913000', '125543.697000', '125543.700000', '125543.703000', '125543.706000', '125543.708000', '125543.711000', '125543.713000', '125543.716000', '125543.718000', '125543.722000', '125543.725000', '125543.728000', '125543.730000', '125543.733000', '125543.735000', '125543.738000', '125543.741000', '125543.743000', '125543.746000', '125543.749000', '125543.763000', '125543.765000', '125543.768000', '125543.770000', '125543.773000', '125543.775000', '125543.778000', '125543.781000', '125543.783000', '125543.786000', '125543.788000', '125543.791000', '125543.794000', '125543.796000', '125543.799000', '125543.868000', '125543.870000', '125543.873000', '125543.876000', '125543.878000', '125543.881000', '125543.883000', '125543.886000', '125603.698000', '125603.701000', '125603.703000', '125603.706000', '125603.708000', '125603.711000', '125603.714000', '125603.716000', '125603.719000', '125603.721000', '125603.724000', '125603.727000', '125603.729000', '125603.732000', '125603.734000', '125603.737000', '125603.740000', '125603.742000', '125603.745000', '125603.748000', '125603.750000', '125603.753000', '125603.755000', '125603.758000', '125603.761000', '125603.763000', '125603.766000', '125603.768000', '125603.771000', '125603.774000', '125603.776000', '125603.779000', '125603.781000', '125603.784000', '125603.787000', '125603.789000', '125603.792000', '125603.794000', '125603.797000', '125603.867000', '125603.870000', '125603.874000', '125603.877000', '125603.879000', '125623.697000', '125623.700000', '125623.703000', '125623.706000', '125623.708000', '125623.711000', '125623.714000', '125623.716000', '125623.719000', '125623.721000', '125623.724000', '125623.726000', '125623.729000', '125623.731000', '125623.734000', '125623.737000', '125623.739000', '125623.742000', '125623.744000', '125623.747000', '125623.749000', '125623.752000', '125623.755000', '125623.757000', '125623.760000', '125623.762000', '125623.765000', '125623.767000', '125623.770000', '125623.773000', '125623.785000', '125623.787000', '125623.791000', '125623.794000', '125623.797000', '125623.799000', '125623.870000', '125623.873000', '125623.875000', '125623.878000', '125623.880000', '125623.883000', '125623.886000', '125643.698000', '125643.701000', '125643.703000', '125643.706000', '125643.709000', '125643.711000', '125643.714000', '125643.716000', '125643.719000', '125643.721000', '125643.724000', '125643.727000', '125643.729000', '125643.732000', '125643.734000', '125643.737000', '125643.740000', '125643.742000', '125643.745000', '125643.747000', '125643.750000', '125643.753000', '125643.755000', '125643.758000', '125643.761000', '125643.763000', '125643.766000', '125643.768000', '125643.771000', '125643.773000', '125643.776000', '125643.779000', '125643.781000', '125643.784000', '125643.786000', '125643.789000', '125643.792000', '125643.794000', '125643.797000', '125643.800000', '125643.860000', '125643.863000', '125643.866000', '125643.868000', '125653.187000', '125653.190000', '125653.193000', '125653.196000', '125653.199000', '125653.203000', '125653.207000', '125653.209000', '125653.212000', '125653.215000', '125653.217000', '125653.220000', '125653.222000', '125653.225000', '125653.228000', '125653.231000', '125653.234000', '125653.237000', '125653.240000', '125653.243000', '125653.246000'], 'InstanceCreationTime': ['125023.747000', '125023.751000', '125023.753000', '125023.756000', '125023.759000', '125023.761000', '125023.764000', '125023.769000', '125023.771000', '125023.774000', '125023.776000', '125023.782000', '125023.784000', '125023.787000', '125023.790000', '125023.792000', '125023.795000', '125023.797000', '125023.800000', '125023.803000', '125023.805000', '125023.808000', '125023.810000', '125023.813000', '125023.816000', '125043.697000', '125043.700000', '125043.703000', '125043.706000', '125043.708000', '125043.719000', '125043.722000', '125043.724000', '125043.727000', '125043.729000', '125043.732000', '125043.734000', '125043.737000', '125043.739000', '125043.742000', '125043.745000', '125043.747000', '125043.750000', '125043.752000', '125043.755000', '125043.758000', '125043.760000', '125043.763000', '125043.765000', '125043.768000', '125043.770000', '125043.773000', '125043.775000', '125043.783000', '125043.786000', '125043.789000', '125043.791000', '125043.794000', '125043.797000', '125043.799000', '125043.802000', '125043.805000', '125043.807000', '125043.810000', '125043.812000', '125043.815000', '125043.817000', '125043.820000', '125103.697000', '125103.700000', '125103.703000', '125103.706000', '125103.708000', '125103.711000', '125103.713000', '125103.716000', '125103.719000', '125103.721000', '125103.724000', '125103.726000', '125103.729000', '125103.732000', '125103.734000', '125103.737000', '125103.742000', '125103.745000', '125103.748000', '125103.750000', '125103.753000', '125103.755000', '125103.758000', '125103.760000', '125103.763000', '125103.765000', '125103.768000', '125103.771000', '125103.773000', '125103.776000', '125103.779000', '125103.781000', '125103.784000', '125103.786000', '125103.789000', '125103.791000', '125103.794000', '125103.797000', '125103.799000', '125103.802000', '125103.804000', '125103.807000', '125103.809000', '125103.812000', '125123.697000', '125123.700000', '125123.703000', '125123.705000', '125123.708000', '125123.711000', '125123.713000', '125123.716000', '125123.718000', '125123.721000', '125123.723000', '125123.726000', '125123.728000', '125123.731000', '125123.734000', '125123.736000', '125123.739000', '125123.742000', '125123.744000', '125123.747000', '125123.749000', '125123.752000', '125123.755000', '125123.757000', '125123.760000', '125123.762000', '125123.765000', '125123.767000', '125123.770000', '125123.773000', '125123.775000', '125123.778000', '125123.780000', '125123.783000', '125123.785000', '125123.788000', '125123.790000', '125123.793000', '125123.795000', '125123.798000', '125123.801000', '125123.803000', '125123.806000', '125143.697000', '125143.700000', '125143.703000', '125143.705000', '125143.708000', '125143.711000', '125143.713000', '125143.716000', '125143.719000', '125143.721000', '125143.724000', '125143.726000', '125143.729000', '125143.732000', '125143.734000', '125143.737000', '125143.740000', '125143.742000', '125143.745000', '125143.747000', '125143.750000', '125143.753000', '125143.755000', '125143.758000', '125143.760000', '125143.763000', '125143.765000', '125143.768000', '125143.771000', '125143.773000', '125143.776000', '125143.778000', '125143.781000', '125143.783000', '125143.786000', '125143.789000', '125143.791000', '125143.794000', '125143.796000', '125143.799000', '125143.801000', '125143.804000', '125143.820000', '125203.698000', '125203.700000', '125203.703000', '125203.706000', '125203.708000', '125203.711000', '125203.713000', '125203.716000', '125203.719000', '125203.721000', '125203.724000', '125203.726000', '125203.729000', '125203.731000', '125203.734000', '125203.737000', '125203.739000', '125203.742000', '125203.745000', '125203.747000', '125203.750000', '125203.752000', '125203.755000', '125203.758000', '125203.760000', '125203.763000', '125203.765000', '125203.768000', '125203.771000', '125203.773000', '125203.776000', '125203.778000', '125203.781000', '125203.783000', '125203.786000', '125203.789000', '125203.791000', '125203.794000', '125203.796000', '125203.799000', '125203.835000', '125203.838000', '125203.841000', '125203.843000', '125223.698000', '125223.700000', '125223.703000', '125223.706000', '125223.708000', '125223.711000', '125223.713000', '125223.716000', '125223.718000', '125223.721000', '125223.724000', '125223.727000', '125223.729000', '125223.732000', '125223.734000', '125223.737000', '125223.740000', '125223.742000', '125223.745000', '125223.748000', '125223.750000', '125223.753000', '125223.762000', '125223.765000', '125223.767000', '125223.770000', '125223.772000', '125223.775000', '125223.777000', '125223.780000', '125223.783000', '125223.785000', '125223.788000', '125223.790000', '125223.793000', '125223.795000', '125223.798000', '125223.800000', '125223.803000', '125223.806000', '125223.808000', '125223.811000', '125223.813000', '125223.816000', '125243.698000', '125243.700000', '125243.703000', '125243.706000', '125243.708000', '125243.711000', '125243.713000', '125243.716000', '125243.719000', '125243.721000', '125243.724000', '125243.726000', '125243.729000', '125243.732000', '125243.734000', '125243.737000', '125243.740000', '125243.742000', '125243.745000', '125243.747000', '125243.750000', '125243.753000', '125243.755000', '125243.758000', '125243.760000', '125243.763000', '125243.766000', '125243.768000', '125243.771000', '125243.773000', '125243.776000', '125243.779000', '125243.781000', '125243.784000', '125243.786000', '125243.789000', '125243.791000', '125243.794000', '125243.796000', '125243.799000', '125243.825000', '125243.828000', '125243.830000', '125303.698000', '125303.700000', '125303.703000', '125303.706000', '125303.708000', '125303.711000', '125303.713000', '125303.716000', '125303.719000', '125303.721000', '125303.724000', '125303.727000', '125303.729000', '125303.732000', '125303.735000', '125303.737000', '125303.740000', '125303.742000', '125303.745000', '125303.747000', '125303.750000', '125303.753000', '125303.755000', '125303.758000', '125303.760000', '125303.763000', '125303.766000', '125303.768000', '125303.771000', '125303.773000', '125303.776000', '125303.778000', '125303.788000', '125303.790000', '125303.793000', '125303.795000', '125303.798000', '125303.801000', '125303.803000', '125303.806000', '125303.808000', '125303.811000', '125303.814000', '125303.816000', '125323.697000', '125323.700000', '125323.703000', '125323.705000', '125323.708000', '125323.711000', '125323.713000', '125323.716000', '125323.718000', '125323.721000', '125323.723000', '125323.726000', '125323.729000', '125323.731000', '125323.734000', '125323.736000', '125323.739000', '125323.742000', '125323.744000', '125323.747000', '125323.749000', '125323.752000', '125323.754000', '125323.778000', '125323.780000', '125323.783000', '125323.785000', '125323.788000', '125323.790000', '125323.793000', '125323.796000', '125323.798000', '125323.801000', '125323.803000', '125323.806000', '125323.808000', '125323.811000', '125323.813000', '125323.816000', '125323.819000', '125323.821000', '125323.824000', '125323.826000', '125343.698000', '125343.700000', '125343.703000', '125343.706000', '125343.708000', '125343.712000', '125343.715000', '125343.722000', '125343.725000', '125343.727000', '125343.730000', '125343.733000', '125343.735000', '125343.738000', '125343.740000', '125343.743000', '125343.746000', '125343.749000', '125343.751000', '125343.754000', '125343.756000', '125343.759000', '125343.762000', '125343.764000', '125343.767000', '125343.770000', '125343.772000', '125343.775000', '125343.778000', '125343.780000', '125343.783000', '125343.785000', '125343.788000', '125343.790000', '125343.793000', '125343.796000', '125343.798000', '125343.822000', '125343.825000', '125343.827000', '125343.830000', '125343.832000', '125343.835000', '125343.838000', '125403.698000', '125403.700000', '125403.703000', '125403.706000', '125403.708000', '125403.711000', '125403.714000', '125403.716000', '125403.719000', '125403.721000', '125403.724000', '125403.727000', '125403.729000', '125403.732000', '125403.734000', '125403.737000', '125403.740000', '125403.743000', '125403.745000', '125403.748000', '125403.750000', '125403.753000', '125403.756000', '125403.758000', '125403.761000', '125403.763000', '125403.766000', '125403.769000', '125403.771000', '125403.782000', '125403.785000', '125403.787000', '125403.790000', '125403.792000', '125403.795000', '125403.798000', '125403.801000', '125403.819000', '125403.821000', '125403.824000', '125403.826000', '125403.829000', '125403.832000', '125423.698000', '125423.701000', '125423.703000', '125423.706000', '125423.708000', '125423.711000', '125423.714000', '125423.716000', '125423.719000', '125423.721000', '125423.724000', '125423.727000', '125423.729000', '125423.732000', '125423.734000', '125423.737000', '125423.739000', '125423.742000', '125423.744000', '125423.747000', '125423.750000', '125423.752000', '125423.755000', '125423.758000', '125423.760000', '125423.763000', '125423.765000', '125423.768000', '125423.771000', '125423.773000', '125423.776000', '125423.778000', '125423.781000', '125423.783000', '125423.786000', '125423.789000', '125423.791000', '125423.794000', '125423.796000', '125423.799000', '125423.895000', '125423.898000', '125423.900000', '125423.903000', '125443.696000', '125443.699000', '125443.702000', '125443.705000', '125443.707000', '125443.710000', '125443.713000', '125443.715000', '125443.718000', '125443.720000', '125443.723000', '125443.726000', '125443.728000', '125443.731000', '125443.733000', '125443.736000', '125443.738000', '125443.741000', '125443.744000', '125443.746000', '125443.749000', '125443.752000', '125443.754000', '125443.757000', '125443.759000', '125443.762000', '125443.765000', '125443.767000', '125443.770000', '125443.773000', '125443.775000', '125443.778000', '125443.781000', '125443.783000', '125443.786000', '125443.788000', '125443.791000', '125443.794000', '125443.796000', '125443.799000', '125443.832000', '125443.835000', '125443.838000', '125503.698000', '125503.701000', '125503.703000', '125503.706000', '125503.708000', '125503.711000', '125503.714000', '125503.716000', '125503.719000', '125503.722000', '125503.725000', '125503.728000', '125503.730000', '125503.733000', '125503.736000', '125503.738000', '125503.741000', '125503.743000', '125503.746000', '125503.765000', '125503.767000', '125503.770000', '125503.773000', '125503.775000', '125503.778000', '125503.780000', '125503.783000', '125503.786000', '125503.788000', '125503.791000', '125503.794000', '125503.796000', '125503.799000', '125503.801000', '125503.804000', '125503.807000', '125503.809000', '125503.812000', '125503.815000', '125503.817000', '125503.820000', '125503.822000', '125503.825000', '125523.698000', '125523.700000', '125523.703000', '125523.706000', '125523.708000', '125523.711000', '125523.714000', '125523.716000', '125523.719000', '125523.721000', '125523.724000', '125523.727000', '125523.729000', '125523.732000', '125523.735000', '125523.737000', '125523.740000', '125523.743000', '125523.745000', '125523.748000', '125523.750000', '125523.753000', '125523.756000', '125523.758000', '125523.761000', '125523.763000', '125523.766000', '125523.769000', '125523.771000', '125523.774000', '125523.776000', '125523.779000', '125523.782000', '125523.784000', '125523.787000', '125523.789000', '125523.792000', '125523.795000', '125523.797000', '125523.903000', '125523.905000', '125523.908000', '125523.911000', '125523.913000', '125543.697000', '125543.700000', '125543.703000', '125543.706000', '125543.708000', '125543.711000', '125543.713000', '125543.716000', '125543.718000', '125543.722000', '125543.725000', '125543.728000', '125543.730000', '125543.733000', '125543.735000', '125543.738000', '125543.741000', '125543.743000', '125543.746000', '125543.749000', '125543.763000', '125543.765000', '125543.768000', '125543.770000', '125543.773000', '125543.775000', '125543.778000', '125543.781000', '125543.783000', '125543.786000', '125543.788000', '125543.791000', '125543.794000', '125543.796000', '125543.799000', '125543.868000', '125543.870000', '125543.873000', '125543.876000', '125543.878000', '125543.881000', '125543.883000', '125543.886000', '125603.698000', '125603.701000', '125603.703000', '125603.706000', '125603.708000', '125603.711000', '125603.714000', '125603.716000', '125603.719000', '125603.721000', '125603.724000', '125603.727000', '125603.729000', '125603.732000', '125603.734000', '125603.737000', '125603.740000', '125603.742000', '125603.745000', '125603.748000', '125603.750000', '125603.753000', '125603.755000', '125603.758000', '125603.761000', '125603.763000', '125603.766000', '125603.768000', '125603.771000', '125603.774000', '125603.776000', '125603.779000', '125603.781000', '125603.784000', '125603.787000', '125603.789000', '125603.792000', '125603.794000', '125603.797000', '125603.867000', '125603.870000', '125603.874000', '125603.877000', '125603.879000', '125623.697000', '125623.700000', '125623.703000', '125623.706000', '125623.708000', '125623.711000', '125623.714000', '125623.716000', '125623.719000', '125623.721000', '125623.724000', '125623.726000', '125623.729000', '125623.731000', '125623.734000', '125623.737000', '125623.739000', '125623.742000', '125623.744000', '125623.747000', '125623.749000', '125623.752000', '125623.755000', '125623.757000', '125623.760000', '125623.762000', '125623.765000', '125623.767000', '125623.770000', '125623.773000', '125623.785000', '125623.787000', '125623.791000', '125623.794000', '125623.797000', '125623.799000', '125623.870000', '125623.873000', '125623.875000', '125623.878000', '125623.880000', '125623.883000', '125623.886000', '125643.698000', '125643.701000', '125643.703000', '125643.706000', '125643.709000', '125643.711000', '125643.714000', '125643.716000', '125643.719000', '125643.721000', '125643.724000', '125643.727000', '125643.729000', '125643.732000', '125643.734000', '125643.737000', '125643.740000', '125643.742000', '125643.745000', '125643.747000', '125643.750000', '125643.753000', '125643.755000', '125643.758000', '125643.761000', '125643.763000', '125643.766000', '125643.768000', '125643.771000', '125643.773000', '125643.776000', '125643.779000', '125643.781000', '125643.784000', '125643.786000', '125643.789000', '125643.792000', '125643.794000', '125643.797000', '125643.800000', '125643.860000', '125643.863000', '125643.866000', '125643.868000', '125653.187000', '125653.190000', '125653.193000', '125653.196000', '125653.199000', '125653.203000', '125653.207000', '125653.209000', '125653.212000', '125653.215000', '125653.217000', '125653.220000', '125653.222000', '125653.225000', '125653.228000', '125653.231000', '125653.234000', '125653.237000', '125653.240000', '125653.243000', '125653.246000'], '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': [13423, 9845, 17213, 14894, 13496, 16208, 9650, 8772, 9099, 8838, 9042, 8836, 11010, 9249, 13946, 9523, 11673, 9296, 9127, 9241, 8886, 8217, 8850, 13622, 10720, 9516, 13865, 9568, 15971, 16142, 14529, 16694, 13800, 10951, 11000, 12883, 9516, 9270, 9593, 9561, 9749, 12929, 11300, 10140, 9290, 8503, 8460, 9588, 10194, 9450, 10888, 9365, 10921, 9582, 13432, 9612, 16686, 12780, 9724, 9337, 9472, 8436, 9389, 9179, 8820, 9603, 8637, 9921, 8426, 9587, 8649, 14075, 11439, 10034, 12758, 9393, 10757, 9047, 9736, 9584, 10659, 9249, 10798, 9276, 10512, 11500, 15574, 16583, 13920, 12011, 8564, 9508, 8643, 8860, 8176, 8892, 8887, 8360, 10318, 8109, 11333, 8098, 9169, 8251, 8616, 8009, 8939, 11168, 9206, 15072, 11237, 16950, 12449, 15554, 9045, 10334, 9015, 8456, 9134, 8218, 8394, 8302, 8280, 8482, 8470, 8296, 8251, 9654, 8427, 12197, 8442, 10270, 8088, 8252, 8489, 8494, 8566, 8841, 8810, 8659, 8835, 9302, 8806, 9107, 10205, 10987, 14867, 13799, 9466, 9222, 8700, 8997, 8333, 8449, 8694, 8408, 10150, 8568, 14197, 9939, 10109, 10583, 8423, 9664, 8039, 10844, 7898, 9394, 12581, 9101, 11678, 8882, 10498, 9148, 8303, 9047, 8609, 9430, 8396, 9732, 8371, 9621, 12431, 14606, 9825, 12608, 10962, 17527, 9853, 9749, 8537, 9339, 7894, 8535, 8301, 8505, 8917, 8640, 8829, 8847, 8526, 12018, 8487, 9099, 8830, 9577, 8933, 9200, 8769, 8494, 8244, 9053, 11710, 11555, 13029, 10900, 9002, 10091, 8578, 10094, 8759, 8881, 12954, 8819, 11722, 8929, 11985, 9726, 14924, 11307, 15455, 8906, 8296, 9458, 10149, 10219, 12925, 8134, 13472, 14992, 13751, 11597, 9014, 9427, 9773, 10264, 10115, 12202, 9889, 11225, 10106, 8937, 10047, 9537, 9997, 10032, 9965, 8605, 8830, 9584, 9141, 9578, 8425, 9628, 8572, 8829, 9308, 8882, 9058, 8850, 8885, 9644, 16958, 11309, 14032, 9256, 14918, 11417, 14470, 13942, 11328, 15205, 14485, 12022, 8321, 9599, 8604, 8958, 8574, 8264, 8944, 8440, 8888, 9468, 8510, 10000, 8621, 9158, 8631, 9073, 10747, 8308, 14801, 11734, 16217, 12627, 14479, 15143, 10660, 15515, 9343, 13007, 9038, 12308, 8788, 9381, 8313, 9740, 8337, 13168, 12452, 14947, 13956, 15091, 8875, 10417, 8737, 9686, 8336, 10292, 8599, 10871, 9993, 13186, 9591, 10877, 8318, 10427, 8334, 9952, 8573, 12184, 9772, 14398, 11738, 15512, 9148, 13250, 9265, 8823, 9371, 10713, 13256, 15038, 15358, 11370, 9865, 9476, 8975, 9375, 9189, 9758, 9696, 9302, 9451, 8459, 9646, 12774, 9448, 12639, 9535, 12080, 9443, 11565, 9632, 10738, 9298, 9410, 9855, 8220, 9890, 9638, 9212, 9646, 12563, 10424, 13474, 11421, 14563, 11405, 9240, 9303, 9420, 9247, 9402, 9038, 9742, 8870, 12056, 12326, 11534, 11914, 9390, 12663, 9547, 9399, 9786, 9614, 9407, 9680, 9834, 9479, 13523, 12801, 10830, 10149, 9302, 10829, 9967, 10774, 10110, 9890, 10214, 10632, 9971, 13851, 9954, 13301, 10037, 12199, 9752, 12228, 9347, 11583, 9014, 12984, 8692, 14356, 9053, 14728, 13683, 12114, 8770, 9461, 8895, 10515, 8262, 10498, 8773, 9686, 9049, 9192, 9164, 11120, 9027, 13434, 8689, 10553, 8963, 9502, 9148, 9881, 8552, 9964, 8380, 10283, 8424, 10160, 8570, 10393, 8534, 9793, 8510, 9622, 8365, 9724, 8788, 9980, 10381, 9575, 12374, 9732, 13851, 14825, 14521, 17296, 16188, 15822, 9227, 9679, 8284, 9295, 8460, 9401, 8515, 9229, 8340, 11031, 10624, 11735, 10648, 8949, 8518, 9227, 8736, 8705, 9034, 8542, 12508, 13157, 14764, 15465, 15570, 15618, 12538, 13615, 8754, 10461, 8791, 9475, 8790, 9133, 8294, 9427, 8371, 9264, 8400, 9113, 8254, 9321, 8342, 9183, 10214, 14070, 13174, 13549, 14127, 9863, 8784, 9416, 9167, 9234, 9276, 9481, 9415, 9064, 9626, 9142, 8595, 9606, 9493, 12492, 10724, 10171, 9807, 10055, 9617, 9535, 9159, 8292, 10061, 8786, 13601, 13800, 14993, 13600, 8929, 8937, 8700, 7828, 9022, 9227, 8659, 9449, 8607, 9596, 10831, 12270, 10668, 12578, 10996, 9243, 9594, 10564, 9336, 9010, 9445, 8538, 10783, 8785, 8739, 9726, 8685, 9376, 12263, 9731, 10710, 9699, 9112, 9808, 13627, 14700, 16225, 16357, 15906, 14568, 8807, 9574, 8975, 10126, 8430, 9609, 8420, 9649, 8551, 10235, 8579, 12283, 10396, 10911, 10233, 8592, 13014, 8607, 8981, 9146, 8719, 8481, 9314, 11486, 11159, 15117, 14109, 14225, 14515, 8502, 8759, 7635, 9619, 8232, 9731, 9401, 8924, 9476, 9906, 9400, 8563, 8322, 9759, 8777, 9247, 9314, 9006, 8514, 8818, 9686, 12334, 10704, 13625, 13844, 13427, 15157, 9411, 9315, 9520, 9033, 9107, 8995, 8941, 8849, 8782, 9115, 10297, 8724, 10992, 8474, 9583, 8956, 9418, 9262, 9343, 9348, 9364, 9362, 9289, 9028, 8927, 9139, 9011, 9454, 11404, 9197, 13158, 9060, 9556, 8577, 8832, 9474, 8663, 9209, 9102, 9257, 8447, 9461, 9959, 10297, 8524, 8785, 9649, 9658, 15272, 14454, 15695, 14497, 13035, 8909, 8882, 8859, 9246, 8526, 9869, 8446, 10092, 8188, 11388, 9756, 12506, 8605, 9638, 8696, 11681, 9139, 11389, 8469, 11124, 10184, 15079, 15315, 14045, 11124, 8851, 9118, 8642, 8665, 8956, 9396, 8702, 8394, 10323, 8444, 9767, 8530, 9214, 9170, 9139, 9524, 14235, 15262, 14673, 15962, 14785, 14282, 8385, 8924, 8771, 8621, 8796, 8373, 8471, 8338, 8600, 8254, 8621, 8318, 8569, 8838, 8526, 8613, 9901, 8473, 9247, 8708, 10343, 8812, 14125, 9688, 11450, 8510, 8598, 8359, 8996, 8753, 8393, 9320, 8845, 9375, 8821, 8274, 9146, 9307, 9901, 9210, 8401, 8827, 14839, 10501, 14125, 8950, 11681, 8863, 10418, 8781, 10325, 9483, 14297, 16372, 15133, 13903, 9038, 9512, 9227, 9328, 8937, 9870, 9020, 9818, 9462, 13505, 11152, 12907, 10312, 8966, 8318, 8626, 8281, 8478, 8599, 9822, 14179, 13905, 13944, 10211, 8761, 10175, 8950, 9440, 8283, 9655, 8370, 9308, 8843, 8868, 9088, 10933, 9116, 11945, 8934, 13400, 8634, 12863, 8101, 9909, 8345, 9848, 8318, 8472, 8184, 8260, 9519, 8298, 9246, 8460], 'WindowCenter': [4077.0, 4033.0, 4083.0, 4070.0, 4046.0, 4054.0, 4002.0, 4004.0, 4003.0, 4003.0, 3989.0, 3978.0, 3997.0, 3987.0, 4028.0, 3986.0, 4007.0, 3988.0, 3987.0, 3988.0, 3990.0, 3991.0, 4004.0, 4042.0, 4024.0, 4004.0, 4043.0, 4002.0, 4052.0, 4054.0, 4045.0, 4055.0, 4032.0, 4011.0, 4025.0, 4046.0, 4001.0, 3987.0, 3988.0, 3986.0, 3999.0, 4031.0, 4022.0, 4000.0, 3989.0, 3991.0, 3993.0, 4026.0, 4026.0, 4016.0, 4021.0, 4002.0, 4010.0, 4001.0, 4031.0, 4002.0, 4053.0, 4032.0, 4000.0, 4000.0, 4013.0, 3990.0, 4000.0, 4000.0, 3991.0, 4000.0, 3991.0, 4001.0, 3991.0, 4000.0, 3990.0, 4043.0, 4010.0, 3999.0, 4019.0, 3988.0, 4009.0, 3990.0, 4000.0, 4000.0, 4011.0, 4001.0, 4010.0, 4001.0, 4012.0, 4038.0, 4069.0, 4069.0, 4045.0, 4035.0, 4007.0, 4029.0, 4007.0, 4004.0, 3990.0, 3992.0, 4002.0, 3994.0, 4026.0, 3995.0, 4036.0, 3995.0, 4016.0, 4008.0, 4017.0, 3996.0, 4005.0, 4026.0, 4015.0, 4056.0, 4037.0, 4069.0, 4036.0, 4057.0, 4004.0, 4012.0, 3990.0, 3978.0, 3989.0, 3978.0, 3991.0, 3990.0, 3991.0, 3990.0, 3991.0, 3990.0, 3991.0, 3999.0, 3979.0, 4020.0, 3979.0, 4000.0, 3980.0, 3979.0, 3992.0, 3990.0, 4004.0, 4001.0, 4003.0, 4003.0, 4004.0, 4014.0, 4004.0, 4006.0, 4041.0, 4052.0, 4083.0, 4072.0, 4030.0, 4032.0, 4031.0, 4031.0, 4007.0, 4007.0, 4005.0, 4008.0, 4040.0, 4021.0, 4072.0, 4041.0, 4040.0, 4039.0, 4020.0, 4030.0, 4022.0, 4051.0, 4008.0, 4017.0, 4038.0, 4006.0, 4036.0, 4005.0, 4025.0, 4004.0, 3993.0, 4003.0, 4003.0, 4014.0, 4006.0, 4028.0, 4009.0, 4029.0, 4049.0, 4069.0, 4027.0, 4036.0, 4024.0, 4065.0, 4001.0, 4001.0, 3991.0, 4001.0, 3980.0, 3992.0, 4006.0, 4017.0, 4016.0, 4003.0, 4004.0, 4017.0, 4018.0, 4048.0, 4007.0, 4019.0, 4032.0, 4042.0, 4019.0, 4017.0, 4006.0, 4007.0, 4007.0, 4020.0, 4052.0, 4065.0, 4063.0, 4040.0, 4019.0, 4040.0, 4032.0, 4053.0, 4021.0, 4020.0, 4048.0, 4007.0, 4036.0, 4005.0, 4037.0, 4016.0, 4058.0, 4025.0, 4055.0, 4003.0, 3994.0, 4016.0, 4014.0, 4013.0, 4033.0, 3994.0, 4045.0, 4056.0, 4033.0, 4022.0, 3991.0, 4000.0, 4001.0, 4011.0, 4014.0, 4035.0, 4014.0, 4025.0, 4013.0, 3991.0, 4012.0, 4000.0, 4000.0, 3999.0, 4000.0, 3989.0, 3989.0, 4001.0, 4000.0, 4001.0, 3991.0, 4002.0, 3993.0, 4006.0, 4015.0, 4005.0, 4005.0, 4017.0, 4004.0, 4016.0, 4055.0, 4023.0, 4043.0, 4003.0, 4055.0, 4037.0, 4058.0, 4048.0, 4039.0, 4070.0, 4072.0, 4040.0, 4010.0, 4016.0, 4007.0, 4004.0, 4007.0, 4006.0, 4019.0, 4007.0, 4019.0, 4018.0, 4019.0, 4028.0, 4018.0, 4018.0, 4019.0, 4019.0, 4039.0, 4008.0, 4060.0, 4037.0, 4069.0, 4036.0, 4046.0, 4032.0, 4000.0, 4029.0, 3988.0, 4018.0, 3988.0, 4008.0, 3977.0, 3987.0, 3978.0, 3988.0, 3980.0, 4046.0, 4037.0, 4057.0, 4045.0, 4045.0, 4004.0, 4013.0, 4006.0, 4013.0, 3993.0, 4012.0, 3994.0, 4039.0, 4029.0, 4049.0, 4017.0, 4037.0, 4019.0, 4039.0, 4009.0, 4026.0, 4004.0, 4048.0, 4030.0, 4073.0, 4039.0, 4059.0, 4006.0, 4045.0, 4015.0, 4002.0, 4002.0, 4000.0, 4033.0, 4046.0, 4045.0, 4022.0, 4000.0, 4001.0, 3988.0, 3999.0, 3987.0, 3987.0, 3974.0, 3974.0, 3973.0, 3963.0, 3984.0, 4005.0, 3974.0, 4003.0, 3973.0, 3992.0, 3971.0, 3991.0, 3972.0, 3983.0, 3972.0, 3975.0, 3985.0, 3977.0, 3987.0, 3986.0, 3974.0, 3986.0, 4019.0, 4011.0, 4032.0, 4010.0, 4028.0, 4008.0, 4001.0, 4002.0, 4000.0, 3999.0, 3987.0, 3988.0, 3998.0, 4004.0, 4035.0, 4034.0, 4023.0, 4023.0, 4002.0, 4034.0, 4014.0, 4003.0, 4001.0, 4001.0, 3989.0, 4001.0, 3999.0, 4003.0, 4045.0, 4034.0, 4011.0, 4000.0, 4003.0, 4022.0, 4012.0, 4009.0, 3998.0, 3999.0, 4012.0, 3999.0, 3998.0, 4018.0, 3986.0, 4015.0, 3983.0, 3993.0, 3973.0, 3992.0, 3973.0, 3994.0, 3962.0, 4003.0, 3961.0, 4013.0, 3961.0, 4014.0, 4013.0, 3991.0, 3961.0, 3971.0, 3973.0, 3994.0, 3964.0, 3995.0, 3975.0, 3985.0, 3987.0, 3987.0, 3988.0, 4008.0, 3987.0, 4029.0, 3978.0, 4010.0, 4002.0, 4000.0, 4000.0, 3999.0, 3978.0, 3999.0, 3978.0, 3999.0, 3979.0, 4010.0, 3990.0, 4011.0, 3991.0, 4011.0, 4004.0, 4014.0, 4006.0, 4015.0, 4008.0, 4028.0, 4040.0, 4028.0, 4048.0, 4028.0, 4062.0, 4074.0, 4073.0, 4088.0, 4089.0, 4073.0, 4019.0, 4016.0, 3996.0, 4002.0, 3993.0, 4003.0, 3994.0, 4003.0, 4005.0, 4038.0, 4029.0, 4050.0, 4028.0, 4017.0, 4005.0, 4017.0, 4005.0, 3994.0, 4005.0, 3993.0, 4035.0, 4036.0, 4061.0, 4061.0, 4059.0, 4047.0, 4023.0, 4033.0, 3978.0, 3998.0, 3979.0, 3987.0, 3976.0, 3975.0, 3965.0, 3974.0, 3964.0, 3972.0, 3951.0, 3961.0, 3951.0, 3960.0, 3950.0, 3960.0, 3983.0, 4017.0, 4007.0, 4004.0, 4014.0, 3973.0, 3962.0, 3973.0, 3971.0, 3959.0, 3957.0, 3958.0, 3959.0, 3960.0, 3970.0, 3973.0, 3961.0, 3972.0, 3973.0, 4004.0, 3984.0, 3984.0, 3983.0, 3985.0, 3986.0, 3987.0, 3973.0, 3951.0, 3983.0, 3976.0, 4030.0, 4030.0, 4029.0, 4018.0, 3976.0, 3974.0, 3965.0, 3954.0, 3974.0, 3974.0, 3963.0, 3972.0, 3961.0, 3985.0, 3995.0, 4007.0, 3997.0, 4007.0, 3997.0, 3975.0, 3986.0, 3997.0, 3975.0, 3974.0, 3974.0, 3975.0, 3996.0, 3975.0, 3975.0, 3987.0, 3973.0, 3973.0, 3992.0, 3971.0, 3969.0, 3971.0, 3961.0, 3983.0, 4017.0, 4032.0, 4041.0, 4042.0, 4029.0, 4015.0, 3973.0, 3970.0, 3963.0, 3970.0, 3962.0, 3973.0, 3962.0, 3985.0, 3976.0, 3985.0, 3977.0, 4019.0, 3999.0, 3998.0, 3986.0, 3976.0, 4017.0, 3966.0, 3975.0, 3976.0, 3965.0, 3962.0, 3962.0, 3993.0, 3996.0, 4017.0, 4004.0, 4003.0, 4003.0, 3950.0, 3950.0, 3952.0, 3972.0, 3950.0, 3958.0, 3959.0, 3947.0, 3958.0, 3969.0, 3956.0, 3947.0, 3935.0, 3958.0, 3947.0, 3957.0, 3958.0, 3946.0, 3947.0, 3947.0, 3958.0, 3990.0, 3983.0, 4004.0, 4004.0, 4003.0, 4011.0, 3961.0, 3960.0, 3971.0, 3957.0, 3959.0, 3958.0, 3961.0, 3959.0, 3963.0, 3974.0, 3984.0, 3975.0, 3996.0, 3976.0, 3987.0, 3990.0, 3988.0, 3989.0, 3976.0, 3976.0, 3974.0, 3975.0, 3974.0, 3974.0, 3973.0, 3975.0, 3962.0, 3974.0, 3994.0, 3973.0, 4003.0, 3961.0, 3970.0, 3961.0, 3960.0, 3972.0, 3961.0, 3973.0, 3961.0, 3972.0, 3961.0, 3988.0, 3999.0, 3998.0, 3977.0, 3989.0, 3999.0, 3999.0, 4053.0, 4045.0, 4045.0, 4032.0, 4019.0, 4003.0, 3989.0, 3989.0, 3987.0, 3976.0, 3984.0, 3965.0, 3999.0, 3980.0, 4022.0, 4001.0, 4020.0, 3978.0, 4000.0, 3993.0, 4022.0, 4003.0, 4009.0, 3967.0, 3998.0, 4001.0, 4046.0, 4043.0, 4031.0, 4007.0, 3989.0, 3976.0, 3976.0, 3975.0, 3974.0, 3973.0, 3963.0, 3963.0, 3984.0, 3963.0, 3972.0, 3961.0, 3960.0, 3959.0, 3958.0, 3960.0, 4017.0, 4029.0, 4019.0, 4029.0, 4016.0, 4013.0, 3964.0, 3959.0, 3947.0, 3934.0, 3946.0, 3935.0, 3947.0, 3947.0, 3960.0, 3949.0, 3960.0, 3948.0, 3959.0, 3958.0, 3948.0, 3959.0, 3970.0, 3951.0, 3960.0, 3960.0, 3970.0, 3961.0, 4002.0, 3971.0, 3991.0, 3961.0, 3959.0, 3950.0, 3958.0, 3948.0, 3948.0, 3959.0, 3960.0, 3970.0, 3972.0, 3963.0, 3987.0, 3987.0, 3997.0, 3986.0, 3964.0, 3986.0, 4028.0, 3996.0, 4015.0, 3974.0, 4004.0, 3975.0, 3994.0, 3975.0, 3983.0, 3988.0, 4042.0, 4053.0, 4043.0, 4028.0, 3977.0, 3986.0, 3986.0, 3986.0, 3987.0, 3996.0, 3987.0, 3998.0, 4014.0, 4045.0, 4025.0, 4034.0, 4011.0, 3989.0, 3978.0, 3978.0, 3979.0, 3979.0, 3978.0, 4001.0, 4045.0, 4035.0, 4034.0, 3999.0, 3977.0, 3985.0, 3974.0, 3972.0, 3963.0, 3974.0, 3963.0, 3973.0, 3973.0, 3961.0, 3961.0, 3979.0, 3948.0, 3977.0, 3946.0, 3987.0, 3946.0, 3976.0, 3935.0, 3956.0, 3936.0, 3956.0, 3935.0, 3934.0, 3935.0, 3935.0, 3955.0, 3946.0, 3955.0, 3947.0], 'WindowWidth': [9064.0, 9000.0, 9067.0, 9042.0, 9000.0, 9006.0, 8932.0, 8940.0, 8937.0, 8937.0, 8911.0, 8892.0, 8917.0, 8903.0, 8961.0, 8902.0, 8931.0, 8909.0, 8907.0, 8906.0, 8913.0, 8919.0, 8937.0, 8984.0, 8965.0, 8938.0, 8986.0, 8930.0, 8998.0, 9008.0, 8996.0, 9013.0, 8976.0, 8943.0, 8969.0, 8998.0, 8931.0, 8904.0, 8904.0, 8899.0, 8925.0, 8970.0, 8959.0, 8926.0, 8911.0, 8918.0, 8926.0, 8975.0, 8974.0, 8959.0, 8958.0, 8931.0, 8940.0, 8928.0, 8971.0, 8936.0, 9005.0, 8975.0, 8928.0, 8927.0, 8949.0, 8916.0, 8929.0, 8925.0, 8916.0, 8928.0, 8917.0, 8929.0, 8917.0, 8928.0, 8915.0, 8987.0, 8940.0, 8924.0, 8949.0, 8908.0, 8935.0, 8912.0, 8925.0, 8928.0, 8942.0, 8929.0, 8939.0, 8930.0, 8949.0, 8993.0, 9039.0, 9039.0, 8998.0, 8982.0, 8949.0, 8982.0, 8949.0, 8941.0, 8915.0, 8919.0, 8934.0, 8929.0, 8972.0, 8930.0, 8984.0, 8930.0, 8960.0, 8954.0, 8965.0, 8933.0, 8945.0, 8970.0, 8955.0, 9011.0, 8988.0, 9037.0, 8985.0, 9014.0, 8941.0, 8948.0, 8916.0, 8896.0, 8913.0, 8896.0, 8916.0, 8914.0, 8919.0, 8915.0, 8920.0, 8914.0, 8918.0, 8925.0, 8899.0, 8954.0, 8900.0, 8926.0, 8902.0, 8899.0, 8920.0, 8915.0, 8939.0, 8932.0, 8937.0, 8938.0, 8941.0, 8953.0, 8941.0, 8945.0, 9002.0, 9020.0, 9065.0, 9047.0, 8983.0, 8992.0, 8991.0, 8989.0, 8953.0, 8950.0, 8944.0, 8954.0, 9000.0, 8979.0, 9045.0, 9004.0, 8997.0, 8997.0, 8972.0, 8987.0, 8980.0, 9016.0, 8954.0, 8962.0, 8988.0, 8944.0, 8985.0, 8944.0, 8970.0, 8940.0, 8924.0, 8936.0, 8937.0, 8953.0, 8946.0, 8980.0, 8954.0, 8982.0, 9009.0, 9034.0, 8976.0, 8984.0, 8967.0, 9028.0, 8930.0, 8929.0, 8916.0, 8929.0, 8901.0, 8920.0, 8949.0, 8963.0, 8959.0, 8939.0, 8939.0, 8963.0, 8966.0, 9007.0, 8950.0, 8968.0, 8993.0, 9007.0, 8971.0, 8960.0, 8947.0, 8948.0, 8948.0, 8972.0, 9018.0, 9041.0, 9034.0, 8999.0, 8968.0, 8997.0, 8994.0, 9022.0, 8976.0, 8972.0, 9005.0, 8949.0, 8985.0, 8944.0, 8990.0, 8960.0, 9020.0, 8970.0, 9008.0, 8938.0, 8928.0, 8959.0, 8953.0, 8949.0, 8977.0, 8927.0, 8997.0, 9015.0, 8977.0, 8957.0, 8919.0, 8927.0, 8931.0, 8944.0, 8952.0, 8982.0, 8953.0, 8966.0, 8948.0, 8915.0, 8944.0, 8927.0, 8925.0, 8923.0, 8924.0, 8911.0, 8910.0, 8929.0, 8926.0, 8930.0, 8916.0, 8933.0, 8921.0, 8943.0, 8956.0, 8942.0, 8943.0, 8963.0, 8941.0, 8956.0, 9009.0, 8961.0, 8987.0, 8934.0, 9011.0, 8990.0, 9020.0, 9002.0, 8994.0, 9038.0, 9043.0, 8992.0, 8956.0, 8955.0, 8948.0, 8939.0, 8948.0, 8947.0, 8968.0, 8948.0, 8967.0, 8964.0, 8969.0, 8978.0, 8966.0, 8964.0, 8967.0, 8966.0, 8992.0, 8950.0, 9023.0, 8988.0, 9037.0, 8984.0, 8996.0, 8972.0, 8924.0, 8961.0, 8904.0, 8946.0, 8907.0, 8932.0, 8891.0, 8903.0, 8894.0, 8907.0, 8900.0, 8999.0, 8990.0, 9022.0, 8996.0, 8992.0, 8936.0, 8948.0, 8944.0, 8950.0, 8924.0, 8946.0, 8925.0, 8994.0, 8983.0, 9008.0, 8962.0, 8988.0, 8971.0, 8997.0, 8956.0, 8971.0, 8939.0, 9003.0, 8985.0, 9050.0, 8997.0, 9022.0, 8944.0, 8994.0, 8956.0, 8934.0, 8932.0, 8925.0, 8975.0, 9000.0, 8997.0, 8958.0, 8928.0, 8931.0, 8909.0, 8924.0, 8903.0, 8900.0, 8880.0, 8879.0, 8879.0, 8864.0, 8895.0, 8923.0, 8880.0, 8918.0, 8876.0, 8900.0, 8871.0, 8898.0, 8873.0, 8889.0, 8875.0, 8884.0, 8898.0, 8892.0, 8901.0, 8903.0, 8883.0, 8902.0, 8950.0, 8941.0, 8975.0, 8942.0, 8961.0, 8933.0, 8930.0, 8934.0, 8927.0, 8924.0, 8902.0, 8907.0, 8922.0, 8940.0, 8984.0, 8980.0, 8963.0, 8962.0, 8934.0, 8978.0, 8952.0, 8936.0, 8930.0, 8928.0, 8911.0, 8928.0, 8922.0, 8935.0, 8997.0, 8981.0, 8943.0, 8927.0, 8936.0, 8960.0, 8946.0, 8937.0, 8922.0, 8921.0, 8945.0, 8921.0, 8920.0, 8947.0, 8900.0, 8937.0, 8892.0, 8902.0, 8875.0, 8901.0, 8875.0, 8904.0, 8861.0, 8918.0, 8860.0, 8930.0, 8859.0, 8934.0, 8932.0, 8898.0, 8858.0, 8872.0, 8879.0, 8907.0, 8869.0, 8910.0, 8887.0, 8899.0, 8906.0, 8905.0, 8908.0, 8933.0, 8907.0, 8963.0, 8893.0, 8939.0, 8934.0, 8928.0, 8927.0, 8923.0, 8895.0, 8922.0, 8896.0, 8923.0, 8899.0, 8939.0, 8914.0, 8943.0, 8919.0, 8944.0, 8941.0, 8952.0, 8946.0, 8956.0, 8951.0, 8978.0, 8997.0, 8980.0, 9005.0, 8979.0, 9030.0, 9056.0, 9054.0, 9089.0, 9091.0, 9051.0, 8970.0, 8958.0, 8931.0, 8933.0, 8923.0, 8934.0, 8924.0, 8936.0, 8944.0, 8993.0, 8983.0, 9011.0, 8976.0, 8961.0, 8944.0, 8959.0, 8943.0, 8923.0, 8939.0, 8921.0, 8980.0, 8985.0, 9033.0, 9034.0, 9030.0, 9009.0, 8965.0, 8974.0, 8890.0, 8917.0, 8894.0, 8902.0, 8887.0, 8881.0, 8869.0, 8880.0, 8866.0, 8874.0, 8844.0, 8857.0, 8843.0, 8853.0, 8841.0, 8854.0, 8890.0, 8946.0, 8931.0, 8923.0, 8934.0, 8875.0, 8861.0, 8879.0, 8870.0, 8851.0, 8845.0, 8848.0, 8850.0, 8855.0, 8868.0, 8875.0, 8860.0, 8873.0, 8878.0, 8920.0, 8894.0, 8895.0, 8891.0, 8896.0, 8899.0, 8901.0, 8876.0, 8845.0, 8889.0, 8886.0, 8964.0, 8967.0, 8965.0, 8947.0, 8888.0, 8883.0, 8869.0, 8854.0, 8880.0, 8880.0, 8862.0, 8874.0, 8858.0, 8896.0, 8912.0, 8929.0, 8918.0, 8931.0, 8916.0, 8883.0, 8900.0, 8915.0, 8884.0, 8881.0, 8879.0, 8882.0, 8914.0, 8883.0, 8884.0, 8902.0, 8878.0, 8878.0, 8903.0, 8870.0, 8865.0, 8869.0, 8856.0, 8890.0, 8947.0, 8977.0, 8994.0, 8994.0, 8965.0, 8937.0, 8878.0, 8867.0, 8861.0, 8865.0, 8862.0, 8875.0, 8862.0, 8897.0, 8886.0, 8895.0, 8889.0, 8948.0, 8921.0, 8919.0, 8898.0, 8886.0, 8942.0, 8873.0, 8881.0, 8883.0, 8868.0, 8859.0, 8857.0, 8902.0, 8913.0, 8946.0, 8921.0, 8915.0, 8914.0, 8839.0, 8840.0, 8847.0, 8872.0, 8839.0, 8847.0, 8850.0, 8830.0, 8848.0, 8860.0, 8843.0, 8831.0, 8813.0, 8847.0, 8830.0, 8844.0, 8845.0, 8829.0, 8830.0, 8831.0, 8849.0, 8895.0, 8891.0, 8922.0, 8923.0, 8917.0, 8925.0, 8857.0, 8853.0, 8870.0, 8845.0, 8851.0, 8849.0, 8858.0, 8853.0, 8865.0, 8881.0, 8895.0, 8884.0, 8912.0, 8888.0, 8903.0, 8914.0, 8907.0, 8908.0, 8886.0, 8886.0, 8879.0, 8882.0, 8879.0, 8882.0, 8877.0, 8882.0, 8860.0, 8878.0, 8905.0, 8876.0, 8918.0, 8857.0, 8869.0, 8856.0, 8854.0, 8874.0, 8858.0, 8876.0, 8858.0, 8875.0, 8859.0, 8905.0, 8922.0, 8920.0, 8893.0, 8911.0, 8923.0, 8924.0, 9006.0, 9002.0, 9004.0, 8978.0, 8950.0, 8935.0, 8909.0, 8909.0, 8904.0, 8886.0, 8894.0, 8871.0, 8921.0, 8901.0, 8959.0, 8928.0, 8952.0, 8895.0, 8927.0, 8920.0, 8960.0, 8934.0, 8934.0, 8876.0, 8919.0, 8928.0, 8999.0, 8995.0, 8973.0, 8931.0, 8908.0, 8886.0, 8887.0, 8883.0, 8881.0, 8878.0, 8863.0, 8863.0, 8892.0, 8863.0, 8873.0, 8857.0, 8852.0, 8851.0, 8845.0, 8854.0, 8946.0, 8968.0, 8955.0, 8973.0, 8941.0, 8929.0, 8870.0, 8853.0, 8832.0, 8807.0, 8827.0, 8813.0, 8833.0, 8832.0, 8854.0, 8838.0, 8855.0, 8834.0, 8853.0, 8848.0, 8837.0, 8852.0, 8868.0, 8845.0, 8853.0, 8855.0, 8868.0, 8858.0, 8913.0, 8869.0, 8897.0, 8858.0, 8853.0, 8839.0, 8849.0, 8836.0, 8837.0, 8853.0, 8857.0, 8869.0, 8875.0, 8865.0, 8905.0, 8903.0, 8917.0, 8902.0, 8868.0, 8900.0, 8959.0, 8913.0, 8935.0, 8879.0, 8919.0, 8883.0, 8906.0, 8883.0, 8891.0, 8910.0, 8989.0, 9010.0, 8996.0, 8960.0, 8890.0, 8901.0, 8904.0, 8901.0, 8903.0, 8913.0, 8904.0, 8922.0, 8952.0, 8996.0, 8969.0, 8979.0, 8942.0, 8911.0, 8894.0, 8893.0, 8896.0, 8895.0, 8894.0, 8930.0, 8999.0, 8987.0, 8981.0, 8924.0, 8890.0, 8897.0, 8879.0, 8873.0, 8865.0, 8878.0, 8865.0, 8877.0, 8877.0, 8859.0, 8858.0, 8879.0, 8834.0, 8871.0, 8828.0, 8883.0, 8830.0, 8868.0, 8814.0, 8841.0, 8816.0, 8843.0, 8813.0, 8811.0, 8813.0, 8814.0, 8840.0, 8829.0, 8840.0, 8832.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.0004705862068965518</td></tr>
<tr><td colspan=3>aqi</td><td>0.024921567586206894</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.499067282370575</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1919828860529351</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916462213693896</td></tr>
<tr><td colspan=3>efc</td><td>0.4987</td></tr>
<tr><td colspan=3>fber</td><td>4277.0938</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09207404060875381</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.747126436781609</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.536893055477547</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3621963073172147</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8942495673593496</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3542332917560773</td></tr>
<tr><td colspan=3>gcor</td><td>0.0414595</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.028074249625205994</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03768237307667732</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6358343671971083</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>18.948</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.0874</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.8507</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297693.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>1012.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.3239</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8659</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.698</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3143.0411</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.2288</td></tr>
<tr><td colspan=3>tsnr</td><td>34.9112923827488</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>