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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0104/ses-04/func/sub-0104_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>be89f81b732d819de1e9c207bd3dd006</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>11:51:16.352500</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.999177, -0.0398778, 0.00747922, 0.0396071, 0.998657, 0.0333893]</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.112665</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>[4204, -7781, -7196, 393, -191, -136, -32, 92]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>266.607</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0bd2fe03-d3bf-4e24-a9d7-1374ed864389||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.680717706680298, 0.10626296699047089, 0.023761793971061707, 107.3648910522461], [0.10698911547660828, 2.6793246269226074, 0.08927701413631439, -109.53044128417969], [0.020066192373633385, -0.08958100527524948, 2.6984190940856934, -57.954261779785156], [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': ['115116.352500', '115116.812500', '115117.272500', '115117.732500', '115118.192500', '115118.652500', '115119.112500', '115119.572500', '115120.032500', '115120.492500', '115120.952500', '115121.412500', '115121.872500', '115122.332500', '115122.792500', '115123.252500', '115123.712500', '115124.172500', '115124.632500', '115125.092500', '115125.552500', '115126.012500', '115126.472500', '115126.932500', '115127.392500', '115127.852500', '115128.312500', '115128.772500', '115129.232500', '115129.692500', '115130.152500', '115130.612500', '115131.072500', '115131.532500', '115131.992500', '115132.452500', '115132.912500', '115133.372500', '115133.832500', '115134.292500', '115134.752500', '115135.212500', '115135.672500', '115136.132500', '115136.592500', '115137.052500', '115137.512500', '115137.972500', '115138.432500', '115138.892500', '115139.352500', '115139.812500', '115140.272500', '115140.732500', '115141.192500', '115141.652500', '115142.112500', '115142.572500', '115143.032500', '115143.492500', '115143.952500', '115144.412500', '115144.872500', '115145.332500', '115145.792500', '115146.252500', '115146.712500', '115147.172500', '115147.632500', '115148.092500', '115148.552500', '115149.012500', '115149.472500', '115149.932500', '115150.392500', '115150.852500', '115151.312500', '115151.772500', '115152.232500', '115152.692500', '115153.152500', '115153.612500', '115154.072500', '115154.532500', '115154.992500', '115155.452500', '115155.912500', '115156.372500', '115156.832500', '115157.292500', '115157.752500', '115158.212500', '115158.672500', '115159.132500', '115159.592500', '115200.052500', '115200.512500', '115200.972500', '115201.432500', '115201.892500', '115202.352500', '115202.812500', '115203.272500', '115203.732500', '115204.192500', '115204.652500', '115205.112500', '115205.572500', '115206.032500', '115206.492500', '115206.952500', '115207.412500', '115207.872500', '115208.332500', '115208.792500', '115209.252500', '115209.712500', '115210.172500', '115210.632500', '115211.092500', '115211.552500', '115212.012500', '115212.472500', '115212.932500', '115213.392500', '115213.852500', '115214.312500', '115214.772500', '115215.232500', '115215.692500', '115216.152500', '115216.612500', '115217.072500', '115217.532500', '115217.992500', '115218.452500', '115218.912500', '115219.372500', '115219.832500', '115220.292500', '115220.752500', '115221.212500', '115221.672500', '115222.132500', '115222.592500', '115223.052500', '115223.512500', '115223.972500', '115224.432500', '115224.892500', '115225.352500', '115225.812500', '115226.272500', '115226.732500', '115227.192500', '115227.652500', '115228.112500', '115228.572500', '115229.032500', '115229.492500', '115229.952500', '115230.412500', '115230.872500', '115231.332500', '115231.792500', '115232.252500', '115232.712500', '115233.172500', '115233.632500', '115234.092500', '115234.552500', '115235.012500', '115235.472500', '115235.932500', '115236.392500', '115236.852500', '115237.312500', '115237.772500', '115238.232500', '115238.692500', '115239.152500', '115239.612500', '115240.072500', '115240.532500', '115240.992500', '115241.452500', '115241.912500', '115242.372500', '115242.832500', '115243.292500', '115243.752500', '115244.212500', '115244.672500', '115245.132500', '115245.592500', '115246.052500', '115246.512500', '115246.972500', '115247.432500', '115247.892500', '115248.352500', '115248.812500', '115249.272500', '115249.732500', '115250.192500', '115250.652500', '115251.112500', '115251.572500', '115252.032500', '115252.492500', '115252.952500', '115253.412500', '115253.872500', '115254.332500', '115254.792500', '115255.252500', '115255.712500', '115256.172500', '115256.632500', '115257.092500', '115257.552500', '115258.012500', '115258.472500', '115258.932500', '115259.392500', '115259.852500', '115300.312500', '115300.772500', '115301.232500', '115301.692500', '115302.152500', '115302.612500', '115303.072500', '115303.532500', '115303.992500', '115304.452500', '115304.912500', '115305.372500', '115305.832500', '115306.292500', '115306.752500', '115307.212500', '115307.672500', '115308.132500', '115308.592500', '115309.052500', '115309.512500', '115309.972500', '115310.432500', '115310.892500', '115311.352500', '115311.812500', '115312.272500', '115312.732500', '115313.192500', '115313.652500', '115314.112500', '115314.572500', '115315.032500', '115315.492500', '115315.952500', '115316.412500', '115316.872500', '115317.332500', '115317.792500', '115318.252500', '115318.712500', '115319.172500', '115319.632500', '115320.092500', '115320.552500', '115321.012500', '115321.472500', '115321.932500', '115322.392500', '115322.852500', '115323.312500', '115323.772500', '115324.232500', '115324.692500', '115325.152500', '115325.612500', '115326.072500', '115326.532500', '115326.992500', '115327.452500', '115327.912500', '115328.372500', '115328.832500', '115329.292500', '115329.752500', '115330.212500', '115330.672500', '115331.132500', '115331.592500', '115332.052500', '115332.512500', '115332.972500', '115333.432500', '115333.892500', '115334.352500', '115334.812500', '115335.272500', '115335.732500', '115336.192500', '115336.652500', '115337.112500', '115337.572500', '115338.032500', '115338.492500', '115338.952500', '115339.412500', '115339.872500', '115340.332500', '115340.792500', '115341.252500', '115341.712500', '115342.172500', '115342.632500', '115343.092500', '115343.552500', '115344.012500', '115344.472500', '115344.932500', '115345.392500', '115345.852500', '115346.312500', '115346.772500', '115347.232500', '115347.692500', '115348.152500', '115348.612500', '115349.072500', '115349.532500', '115349.992500', '115350.452500', '115350.912500', '115351.372500', '115351.832500', '115352.292500', '115352.752500', '115353.212500', '115353.672500', '115354.132500', '115354.592500', '115355.052500', '115355.512500', '115355.972500', '115356.432500', '115356.892500', '115357.352500', '115357.812500', '115358.272500', '115358.732500', '115359.192500', '115359.652500', '115400.112500', '115400.572500', '115401.032500', '115401.492500', '115401.952500', '115402.412500', '115402.872500', '115403.332500', '115403.792500', '115404.252500', '115404.712500', '115405.172500', '115405.632500', '115406.092500', '115406.552500', '115407.012500', '115407.472500', '115407.932500', '115408.392500', '115408.852500', '115409.312500', '115409.772500', '115410.232500', '115410.692500', '115411.152500', '115411.612500', '115412.072500', '115412.532500', '115412.992500', '115413.452500', '115413.912500', '115414.372500', '115414.832500', '115415.292500', '115415.752500', '115416.212500', '115416.672500', '115417.132500', '115417.592500', '115418.052500', '115418.512500', '115418.972500', '115419.432500', '115419.892500', '115420.352500', '115420.812500', '115421.272500', '115421.732500', '115422.192500', '115422.652500', '115423.112500', '115423.572500', '115424.032500', '115424.492500', '115424.952500', '115425.412500', '115425.872500', '115426.332500', '115426.792500', '115427.252500', '115427.712500', '115428.172500', '115428.632500', '115429.092500', '115429.552500', '115430.012500', '115430.472500', '115430.932500', '115431.392500', '115431.852500', '115432.312500', '115432.772500', '115433.232500', '115433.692500', '115434.152500', '115434.612500', '115435.072500', '115435.532500', '115435.992500', '115436.452500', '115436.912500', '115437.372500', '115437.832500', '115438.292500', '115438.752500', '115439.212500', '115439.672500', '115440.132500', '115440.592500', '115441.052500', '115441.512500', '115441.972500', '115442.432500', '115442.892500', '115443.352500', '115443.812500', '115444.272500', '115444.732500', '115445.192500', '115445.652500', '115446.112500', '115446.572500', '115447.032500', '115447.492500', '115447.952500', '115448.412500', '115448.872500', '115449.332500', '115449.792500', '115450.252500', '115450.712500', '115451.172500', '115451.632500', '115452.092500', '115452.552500', '115453.012500', '115453.472500', '115453.932500', '115454.392500', '115454.852500', '115455.312500', '115455.772500', '115456.232500', '115456.692500', '115457.152500', '115457.612500', '115458.072500', '115458.532500', '115458.992500', '115459.452500', '115459.912500', '115500.372500', '115500.832500', '115501.292500', '115501.752500', '115502.212500', '115502.672500', '115503.132500', '115503.592500', '115504.052500', '115504.512500', '115504.972500', '115505.432500', '115505.892500', '115506.352500', '115506.812500', '115507.272500', '115507.732500', '115508.192500', '115508.652500', '115509.112500', '115509.572500', '115510.032500', '115510.492500', '115510.952500', '115511.412500', '115511.872500', '115512.332500', '115512.792500', '115513.252500', '115513.712500', '115514.172500', '115514.632500', '115515.092500', '115515.552500', '115516.012500', '115516.472500', '115516.932500', '115517.392500', '115517.852500', '115518.312500', '115518.772500', '115519.232500', '115519.692500', '115520.152500', '115520.612500', '115521.072500', '115521.532500', '115521.992500', '115522.452500', '115522.912500', '115523.372500', '115523.832500', '115524.292500', '115524.752500', '115525.212500', '115525.672500', '115526.132500', '115526.592500', '115527.052500', '115527.512500', '115527.972500', '115528.432500', '115528.892500', '115529.352500', '115529.812500', '115530.272500', '115530.732500', '115531.192500', '115531.652500', '115532.112500', '115532.572500', '115533.032500', '115533.492500', '115533.952500', '115534.412500', '115534.872500', '115535.332500', '115535.792500', '115536.252500', '115536.712500', '115537.172500', '115537.632500', '115538.092500', '115538.552500', '115539.012500', '115539.472500', '115539.932500', '115540.392500', '115540.852500', '115541.312500', '115541.772500', '115542.232500', '115542.692500', '115543.152500', '115543.612500', '115544.072500', '115544.532500', '115544.992500', '115545.452500', '115545.912500', '115546.372500', '115546.832500', '115547.292500', '115547.752500', '115548.212500', '115548.672500', '115549.132500', '115549.592500', '115550.052500', '115550.512500', '115550.972500', '115551.432500', '115551.892500', '115552.352500', '115552.812500', '115553.272500', '115553.732500', '115554.192500', '115554.652500', '115555.112500', '115555.572500', '115556.032500', '115556.492500', '115556.952500', '115557.412500', '115557.872500', '115558.332500', '115558.792500', '115559.252500', '115559.712500', '115600.172500', '115600.632500', '115601.092500', '115601.552500', '115602.012500', '115602.472500', '115602.932500', '115603.392500', '115603.852500', '115604.312500', '115604.772500', '115605.232500', '115605.692500', '115606.152500', '115606.612500', '115607.072500', '115607.532500', '115607.992500', '115608.452500', '115608.912500', '115609.372500', '115609.832500', '115610.292500', '115610.752500', '115611.212500', '115611.672500', '115612.132500', '115612.592500', '115613.052500', '115613.512500', '115613.972500', '115614.432500', '115614.892500', '115615.352500', '115615.812500', '115616.272500', '115616.732500', '115617.192500', '115617.652500', '115618.112500', '115618.572500', '115619.032500', '115619.492500', '115619.952500', '115620.412500', '115620.872500', '115621.332500', '115621.792500', '115622.252500', '115622.712500', '115623.172500', '115623.632500', '115624.092500', '115624.552500', '115625.012500', '115625.472500', '115625.932500', '115626.392500', '115626.852500', '115627.312500', '115627.772500', '115628.232500', '115628.692500', '115629.152500', '115629.612500', '115630.072500', '115630.532500', '115630.992500', '115631.452500', '115631.912500', '115632.372500', '115632.832500', '115633.292500', '115633.752500', '115634.212500', '115634.672500', '115635.132500', '115635.592500', '115636.052500', '115636.512500', '115636.972500', '115637.432500', '115637.892500', '115638.352500', '115638.812500', '115639.272500', '115639.732500', '115640.192500', '115640.652500', '115641.112500', '115641.572500', '115642.032500', '115642.492500', '115642.952500', '115643.412500', '115643.872500', '115644.332500', '115644.792500', '115645.252500', '115645.712500', '115646.172500', '115646.632500', '115647.092500', '115647.552500', '115648.012500', '115648.472500', '115648.932500', '115649.392500', '115649.852500', '115650.312500', '115650.772500', '115651.232500', '115651.692500', '115652.152500', '115652.612500', '115653.072500', '115653.532500', '115653.992500', '115654.452500', '115654.912500', '115655.372500', '115655.832500', '115656.292500', '115656.752500', '115657.212500', '115657.672500', '115658.132500', '115658.592500', '115659.052500', '115659.512500', '115659.972500', '115700.432500', '115700.892500', '115701.352500', '115701.812500', '115702.272500', '115702.732500', '115703.192500', '115703.652500', '115704.112500', '115704.572500', '115705.032500', '115705.492500', '115705.952500', '115706.412500', '115706.872500', '115707.332500', '115707.792500', '115708.252500', '115708.712500', '115709.172500', '115709.632500', '115710.092500', '115710.552500', '115711.012500', '115711.472500', '115711.932500', '115712.392500', '115712.852500', '115713.312500', '115713.772500', '115714.232500', '115714.692500', '115715.152500', '115715.612500', '115716.072500', '115716.532500', '115716.992500', '115717.452500', '115717.912500', '115718.372500', '115718.832500', '115719.292500', '115719.752500', '115720.212500', '115720.672500', '115721.132500', '115721.592500', '115722.052500', '115722.512500', '115722.972500', '115723.432500', '115723.892500', '115724.352500', '115724.812500', '115725.272500', '115725.732500', '115726.192500', '115726.652500', '115727.112500', '115727.572500', '115728.032500', '115728.492500', '115728.952500', '115729.412500', '115729.872500', '115730.332500', '115730.792500', '115731.252500', '115731.712500', '115732.172500', '115732.632500', '115733.092500', '115733.552500', '115734.012500', '115734.472500', '115734.932500', '115735.392500', '115735.852500', '115736.312500', '115736.772500', '115737.232500', '115737.692500', '115738.152500', '115738.612500', '115739.072500', '115739.532500', '115739.992500', '115740.452500', '115740.912500', '115741.372500', '115741.832500', '115742.292500', '115742.752500', '115743.212500', '115743.672500', '115744.132500', '115744.592500', '115745.052500', '115745.512500', '115745.972500', '115746.432500', '115746.892500', '115747.352500', '115747.812500', '115748.272500', '115748.732500', '115749.192500', '115749.652500', '115750.112500', '115750.572500', '115751.032500', '115751.492500', '115751.952500', '115752.412500', '115752.872500', '115753.332500', '115753.792500', '115754.252500', '115754.712500', '115755.172500', '115755.632500', '115756.092500', '115756.552500', '115757.012500'], 'ContentTime': ['115133.931000', '115133.934000', '115133.937000', '115133.939000', '115133.942000', '115133.945000', '115133.947000', '115133.950000', '115133.952000', '115133.955000', '115133.957000', '115133.960000', '115133.963000', '115133.965000', '115133.968000', '115133.979000', '115133.982000', '115133.984000', '115133.987000', '115133.989000', '115133.992000', '115133.995000', '115133.997000', '115134.001000', '115134.003000', '115134.006000', '115134.008000', '115134.011000', '115134.014000', '115134.016000', '115134.019000', '115134.021000', '115134.024000', '115134.026000', '115134.029000', '115153.881000', '115153.883000', '115153.886000', '115153.889000', '115153.891000', '115153.894000', '115153.896000', '115153.899000', '115153.901000', '115153.904000', '115153.906000', '115153.909000', '115153.912000', '115153.914000', '115153.917000', '115153.919000', '115153.922000', '115153.924000', '115153.927000', '115153.929000', '115153.932000', '115153.934000', '115153.937000', '115153.940000', '115153.942000', '115153.949000', '115153.951000', '115153.954000', '115153.956000', '115153.959000', '115153.961000', '115153.964000', '115153.966000', '115153.969000', '115153.972000', '115153.974000', '115153.977000', '115153.979000', '115153.982000', '115153.984000', '115153.987000', '115153.989000', '115153.992000', '115153.995000', '115213.880000', '115213.883000', '115213.886000', '115213.888000', '115213.891000', '115213.894000', '115213.896000', '115213.899000', '115213.902000', '115213.905000', '115213.908000', '115213.910000', '115213.913000', '115213.915000', '115213.918000', '115213.921000', '115213.923000', '115213.926000', '115213.928000', '115213.964000', '115213.967000', '115213.970000', '115213.972000', '115213.975000', '115213.977000', '115213.980000', '115213.982000', '115213.985000', '115213.987000', '115213.990000', '115213.993000', '115213.995000', '115213.998000', '115214.001000', '115214.004000', '115214.006000', '115214.009000', '115214.012000', '115214.014000', '115214.017000', '115214.019000', '115214.022000', '115214.024000', '115233.881000', '115233.884000', '115233.887000', '115233.889000', '115233.892000', '115233.894000', '115233.897000', '115233.900000', '115233.902000', '115233.905000', '115233.907000', '115233.910000', '115233.912000', '115233.915000', '115233.917000', '115233.920000', '115233.923000', '115233.925000', '115233.928000', '115233.930000', '115233.933000', '115233.936000', '115233.938000', '115233.941000', '115233.943000', '115233.946000', '115233.948000', '115233.951000', '115233.954000', '115233.956000', '115233.959000', '115233.961000', '115233.964000', '115233.967000', '115233.969000', '115233.972000', '115233.974000', '115233.977000', '115233.980000', '115233.982000', '115233.985000', '115233.987000', '115233.990000', '115233.993000', '115253.881000', '115253.884000', '115253.887000', '115253.890000', '115253.892000', '115253.895000', '115253.898000', '115253.900000', '115253.903000', '115253.906000', '115253.908000', '115253.911000', '115253.913000', '115253.916000', '115253.918000', '115253.921000', '115253.924000', '115253.926000', '115253.929000', '115253.932000', '115253.934000', '115253.937000', '115253.940000', '115253.943000', '115253.946000', '115253.949000', '115253.951000', '115253.954000', '115253.957000', '115253.959000', '115253.962000', '115253.965000', '115253.967000', '115253.970000', '115253.972000', '115253.975000', '115253.977000', '115253.980000', '115253.983000', '115253.985000', '115253.988000', '115253.991000', '115253.993000', '115313.881000', '115313.883000', '115313.886000', '115313.889000', '115313.891000', '115313.894000', '115313.896000', '115313.899000', '115313.902000', '115313.904000', '115313.907000', '115313.909000', '115313.912000', '115313.914000', '115313.917000', '115313.920000', '115313.922000', '115313.925000', '115313.927000', '115313.930000', '115313.933000', '115313.935000', '115313.938000', '115313.940000', '115313.943000', '115313.945000', '115313.948000', '115313.950000', '115313.953000', '115313.955000', '115313.958000', '115313.961000', '115313.963000', '115313.966000', '115313.969000', '115313.971000', '115313.974000', '115313.976000', '115313.979000', '115313.982000', '115313.984000', '115313.987000', '115313.989000', '115313.992000', '115333.881000', '115333.883000', '115333.886000', '115333.889000', '115333.891000', '115333.894000', '115333.896000', '115333.899000', '115333.901000', '115333.904000', '115333.907000', '115333.910000', '115333.912000', '115333.915000', '115333.917000', '115333.920000', '115333.923000', '115333.925000', '115333.928000', '115333.931000', '115333.933000', '115333.936000', '115333.938000', '115333.941000', '115333.943000', '115333.946000', '115333.949000', '115333.951000', '115333.954000', '115333.956000', '115333.959000', '115333.962000', '115333.964000', '115333.967000', '115333.969000', '115333.972000', '115333.974000', '115333.977000', '115333.980000', '115333.982000', '115333.985000', '115333.987000', '115333.990000', '115353.881000', '115353.883000', '115353.886000', '115353.889000', '115353.891000', '115353.894000', '115353.896000', '115353.899000', '115353.902000', '115353.904000', '115353.907000', '115353.909000', '115353.912000', '115353.915000', '115353.917000', '115353.932000', '115353.935000', '115353.937000', '115353.940000', '115353.943000', '115353.945000', '115353.948000', '115353.950000', '115353.953000', '115353.956000', '115353.958000', '115353.961000', '115353.963000', '115353.966000', '115353.969000', '115353.971000', '115353.974000', '115353.976000', '115353.979000', '115353.982000', '115353.984000', '115353.987000', '115353.989000', '115353.992000', '115353.995000', '115353.997000', '115354.001000', '115354.003000', '115354.006000', '115413.880000', '115413.883000', '115413.886000', '115413.888000', '115413.891000', '115413.893000', '115413.896000', '115413.899000', '115413.901000', '115413.904000', '115413.906000', '115413.909000', '115413.923000', '115413.925000', '115413.928000', '115413.931000', '115413.933000', '115413.936000', '115413.938000', '115413.941000', '115413.944000', '115413.946000', '115413.949000', '115413.952000', '115413.954000', '115413.957000', '115413.959000', '115413.962000', '115413.965000', '115413.967000', '115413.970000', '115413.972000', '115413.975000', '115413.977000', '115413.980000', '115413.984000', '115413.987000', '115413.989000', '115413.992000', '115413.994000', '115413.997000', '115414.001000', '115414.003000', '115433.880000', '115433.883000', '115433.886000', '115433.888000', '115433.891000', '115433.894000', '115433.896000', '115433.899000', '115433.901000', '115433.904000', '115433.906000', '115433.909000', '115433.912000', '115433.914000', '115433.917000', '115433.919000', '115433.922000', '115433.925000', '115433.927000', '115433.930000', '115433.932000', '115433.935000', '115433.937000', '115433.940000', '115433.943000', '115433.945000', '115433.948000', '115433.950000', '115433.953000', '115433.956000', '115433.958000', '115433.961000', '115433.963000', '115433.966000', '115433.969000', '115433.971000', '115433.974000', '115433.976000', '115433.979000', '115433.982000', '115433.984000', '115433.987000', '115433.989000', '115433.992000', '115453.881000', '115453.884000', '115453.887000', '115453.899000', '115453.902000', '115453.904000', '115453.907000', '115453.910000', '115453.912000', '115453.915000', '115453.917000', '115453.920000', '115453.923000', '115453.925000', '115453.928000', '115453.930000', '115453.933000', '115453.936000', '115453.938000', '115453.941000', '115453.943000', '115453.946000', '115453.948000', '115453.951000', '115453.954000', '115453.956000', '115453.959000', '115453.961000', '115453.964000', '115453.967000', '115453.969000', '115453.972000', '115453.975000', '115453.978000', '115453.981000', '115453.984000', '115453.986000', '115453.989000', '115453.992000', '115453.994000', '115453.997000', '115454.000000', '115454.003000', '115513.881000', '115513.884000', '115513.887000', '115513.889000', '115513.892000', '115513.895000', '115513.897000', '115513.900000', '115513.902000', '115513.905000', '115513.908000', '115513.910000', '115513.913000', '115513.916000', '115513.918000', '115513.921000', '115513.923000', '115513.926000', '115513.928000', '115513.931000', '115513.934000', '115513.936000', '115513.939000', '115513.941000', '115513.944000', '115513.946000', '115513.949000', '115513.952000', '115513.954000', '115513.957000', '115513.959000', '115513.962000', '115513.965000', '115513.967000', '115513.970000', '115513.972000', '115513.975000', '115513.978000', '115513.980000', '115513.983000', '115513.985000', '115513.988000', '115513.990000', '115513.993000', '115533.881000', '115533.883000', '115533.886000', '115533.889000', '115533.891000', '115533.894000', '115533.896000', '115533.899000', '115533.901000', '115533.904000', '115533.907000', '115533.909000', '115533.912000', '115533.915000', '115533.917000', '115533.920000', '115533.922000', '115533.925000', '115533.927000', '115533.930000', '115533.933000', '115533.935000', '115533.938000', '115533.940000', '115533.943000', '115533.946000', '115533.948000', '115533.951000', '115533.953000', '115533.956000', '115533.959000', '115533.961000', '115533.964000', '115533.966000', '115533.969000', '115533.972000', '115533.974000', '115533.977000', '115533.980000', '115533.982000', '115533.985000', '115533.987000', '115533.990000', '115553.880000', '115553.883000', '115553.886000', '115553.889000', '115553.891000', '115553.894000', '115553.896000', '115553.899000', '115553.902000', '115553.904000', '115553.907000', '115553.909000', '115553.912000', '115553.914000', '115553.917000', '115553.920000', '115553.922000', '115553.925000', '115553.927000', '115553.930000', '115553.933000', '115553.935000', '115553.938000', '115553.940000', '115553.943000', '115553.946000', '115553.948000', '115553.951000', '115553.953000', '115553.956000', '115553.958000', '115553.961000', '115553.964000', '115553.966000', '115553.969000', '115553.971000', '115553.974000', '115553.977000', '115553.979000', '115553.982000', '115553.985000', '115553.987000', '115553.990000', '115553.992000', '115613.880000', '115613.883000', '115613.886000', '115613.889000', '115613.891000', '115613.894000', '115613.896000', '115613.899000', '115613.901000', '115613.904000', '115613.907000', '115613.909000', '115613.912000', '115613.914000', '115613.917000', '115613.919000', '115613.922000', '115613.925000', '115613.927000', '115613.930000', '115613.932000', '115613.935000', '115613.938000', '115613.940000', '115613.943000', '115613.945000', '115613.948000', '115613.950000', '115613.953000', '115613.956000', '115613.958000', '115613.961000', '115613.963000', '115613.966000', '115613.969000', '115613.971000', '115613.974000', '115613.976000', '115613.979000', '115613.982000', '115613.984000', '115613.987000', '115613.989000', '115633.880000', '115633.883000', '115633.886000', '115633.889000', '115633.891000', '115633.894000', '115633.896000', '115633.899000', '115633.902000', '115633.904000', '115633.907000', '115633.910000', '115633.912000', '115633.915000', '115633.917000', '115633.920000', '115633.923000', '115633.925000', '115633.928000', '115633.931000', '115633.933000', '115633.936000', '115633.938000', '115633.941000', '115633.944000', '115633.946000', '115633.949000', '115633.951000', '115633.954000', '115633.957000', '115633.959000', '115633.962000', '115633.964000', '115633.967000', '115633.970000', '115633.972000', '115633.975000', '115633.977000', '115633.980000', '115633.983000', '115633.985000', '115633.988000', '115633.990000', '115633.993000', '115653.880000', '115653.883000', '115653.886000', '115653.888000', '115653.891000', '115653.894000', '115653.896000', '115653.899000', '115653.901000', '115653.904000', '115653.906000', '115653.909000', '115653.912000', '115653.914000', '115653.917000', '115653.919000', '115653.922000', '115653.925000', '115653.927000', '115653.930000', '115653.932000', '115653.945000', '115653.948000', '115653.950000', '115653.953000', '115653.956000', '115653.958000', '115653.961000', '115653.963000', '115653.966000', '115653.969000', '115653.971000', '115653.974000', '115653.976000', '115653.979000', '115653.983000', '115653.986000', '115653.988000', '115653.992000', '115653.994000', '115653.997000', '115654.000000', '115654.003000', '115713.882000', '115713.884000', '115713.887000', '115713.890000', '115713.892000', '115713.895000', '115713.897000', '115713.900000', '115713.902000', '115713.905000', '115713.908000', '115713.910000', '115713.913000', '115713.915000', '115713.918000', '115713.921000', '115713.923000', '115713.926000', '115713.928000', '115713.931000', '115713.933000', '115713.936000', '115713.939000', '115713.941000', '115713.944000', '115713.947000', '115713.949000', '115713.952000', '115713.954000', '115713.957000', '115713.960000', '115713.962000', '115713.965000', '115713.967000', '115713.970000', '115713.973000', '115713.975000', '115713.978000', '115713.980000', '115713.983000', '115713.986000', '115713.988000', '115713.991000', '115713.993000', '115733.882000', '115733.884000', '115733.887000', '115733.890000', '115733.892000', '115733.895000', '115733.897000', '115733.900000', '115733.903000', '115733.905000', '115733.908000', '115733.910000', '115733.913000', '115733.916000', '115733.918000', '115733.921000', '115733.923000', '115733.926000', '115733.929000', '115733.931000', '115733.934000', '115733.936000', '115733.939000', '115733.942000', '115733.944000', '115733.947000', '115733.949000', '115733.952000', '115733.955000', '115733.957000', '115733.960000', '115733.962000', '115733.965000', '115733.968000', '115733.970000', '115733.973000', '115733.976000', '115733.978000', '115733.981000', '115733.983000', '115733.986000', '115733.989000', '115733.991000', '115753.881000', '115753.883000', '115753.886000', '115753.889000', '115753.891000', '115753.894000', '115753.896000', '115753.899000', '115753.901000', '115753.904000', '115753.907000', '115753.909000', '115753.912000', '115753.915000', '115753.917000', '115753.920000', '115753.922000', '115753.925000', '115753.928000', '115753.930000', '115753.933000', '115753.935000', '115753.938000', '115753.941000', '115753.943000', '115753.946000', '115753.949000', '115753.951000', '115753.954000', '115753.956000', '115753.959000', '115753.961000', '115753.964000', '115753.967000', '115753.969000', '115753.972000', '115753.975000', '115753.977000', '115753.980000', '115753.982000', '115753.985000', '115753.987000', '115753.990000', '115753.993000', '115758.409000', '115758.412000', '115758.415000', '115758.418000', '115758.421000', '115758.423000', '115758.426000', '115758.429000', '115758.432000', '115758.434000'], 'InstanceCreationTime': ['115133.931000', '115133.934000', '115133.937000', '115133.939000', '115133.942000', '115133.945000', '115133.947000', '115133.950000', '115133.952000', '115133.955000', '115133.957000', '115133.960000', '115133.963000', '115133.965000', '115133.968000', '115133.979000', '115133.982000', '115133.984000', '115133.987000', '115133.989000', '115133.992000', '115133.995000', '115133.997000', '115134.001000', '115134.003000', '115134.006000', '115134.008000', '115134.011000', '115134.014000', '115134.016000', '115134.019000', '115134.021000', '115134.024000', '115134.026000', '115134.029000', '115153.881000', '115153.883000', '115153.886000', '115153.889000', '115153.891000', '115153.894000', '115153.896000', '115153.899000', '115153.901000', '115153.904000', '115153.906000', '115153.909000', '115153.912000', '115153.914000', '115153.917000', '115153.919000', '115153.922000', '115153.924000', '115153.927000', '115153.929000', '115153.932000', '115153.934000', '115153.937000', '115153.940000', '115153.942000', '115153.949000', '115153.951000', '115153.954000', '115153.956000', '115153.959000', '115153.961000', '115153.964000', '115153.966000', '115153.969000', '115153.972000', '115153.974000', '115153.977000', '115153.979000', '115153.982000', '115153.984000', '115153.987000', '115153.989000', '115153.992000', '115153.995000', '115213.880000', '115213.883000', '115213.886000', '115213.888000', '115213.891000', '115213.894000', '115213.896000', '115213.899000', '115213.902000', '115213.905000', '115213.908000', '115213.910000', '115213.913000', '115213.915000', '115213.918000', '115213.921000', '115213.923000', '115213.926000', '115213.928000', '115213.964000', '115213.967000', '115213.970000', '115213.972000', '115213.975000', '115213.977000', '115213.980000', '115213.982000', '115213.985000', '115213.987000', '115213.990000', '115213.993000', '115213.995000', '115213.998000', '115214.001000', '115214.004000', '115214.006000', '115214.009000', '115214.012000', '115214.014000', '115214.017000', '115214.019000', '115214.022000', '115214.024000', '115233.881000', '115233.884000', '115233.887000', '115233.889000', '115233.892000', '115233.894000', '115233.897000', '115233.900000', '115233.902000', '115233.905000', '115233.907000', '115233.910000', '115233.912000', '115233.915000', '115233.917000', '115233.920000', '115233.923000', '115233.925000', '115233.928000', '115233.930000', '115233.933000', '115233.936000', '115233.938000', '115233.941000', '115233.943000', '115233.946000', '115233.948000', '115233.951000', '115233.954000', '115233.956000', '115233.959000', '115233.961000', '115233.964000', '115233.967000', '115233.969000', '115233.972000', '115233.974000', '115233.977000', '115233.980000', '115233.982000', '115233.985000', '115233.987000', '115233.990000', '115233.993000', '115253.881000', '115253.884000', '115253.887000', '115253.890000', '115253.892000', '115253.895000', '115253.898000', '115253.900000', '115253.903000', '115253.906000', '115253.908000', '115253.911000', '115253.913000', '115253.916000', '115253.918000', '115253.921000', '115253.924000', '115253.926000', '115253.929000', '115253.932000', '115253.934000', '115253.937000', '115253.940000', '115253.943000', '115253.946000', '115253.949000', '115253.951000', '115253.954000', '115253.957000', '115253.959000', '115253.962000', '115253.965000', '115253.967000', '115253.970000', '115253.972000', '115253.975000', '115253.977000', '115253.980000', '115253.983000', '115253.985000', '115253.988000', '115253.991000', '115253.993000', '115313.881000', '115313.883000', '115313.886000', '115313.889000', '115313.891000', '115313.894000', '115313.896000', '115313.899000', '115313.902000', '115313.904000', '115313.907000', '115313.909000', '115313.912000', '115313.914000', '115313.917000', '115313.920000', '115313.922000', '115313.925000', '115313.927000', '115313.930000', '115313.933000', '115313.935000', '115313.938000', '115313.940000', '115313.943000', '115313.945000', '115313.948000', '115313.950000', '115313.953000', '115313.955000', '115313.958000', '115313.961000', '115313.963000', '115313.966000', '115313.969000', '115313.971000', '115313.974000', '115313.976000', '115313.979000', '115313.982000', '115313.984000', '115313.987000', '115313.989000', '115313.992000', '115333.881000', '115333.883000', '115333.886000', '115333.889000', '115333.891000', '115333.894000', '115333.896000', '115333.899000', '115333.901000', '115333.904000', '115333.907000', '115333.910000', '115333.912000', '115333.915000', '115333.917000', '115333.920000', '115333.923000', '115333.925000', '115333.928000', '115333.931000', '115333.933000', '115333.936000', '115333.938000', '115333.941000', '115333.943000', '115333.946000', '115333.949000', '115333.951000', '115333.954000', '115333.956000', '115333.959000', '115333.962000', '115333.964000', '115333.967000', '115333.969000', '115333.972000', '115333.974000', '115333.977000', '115333.980000', '115333.982000', '115333.985000', '115333.987000', '115333.990000', '115353.881000', '115353.883000', '115353.886000', '115353.889000', '115353.891000', '115353.894000', '115353.896000', '115353.899000', '115353.902000', '115353.904000', '115353.907000', '115353.909000', '115353.912000', '115353.915000', '115353.917000', '115353.932000', '115353.935000', '115353.937000', '115353.940000', '115353.943000', '115353.945000', '115353.948000', '115353.950000', '115353.953000', '115353.956000', '115353.958000', '115353.961000', '115353.963000', '115353.966000', '115353.969000', '115353.971000', '115353.974000', '115353.976000', '115353.979000', '115353.982000', '115353.984000', '115353.987000', '115353.989000', '115353.992000', '115353.995000', '115353.997000', '115354.001000', '115354.003000', '115354.006000', '115413.880000', '115413.883000', '115413.886000', '115413.888000', '115413.891000', '115413.893000', '115413.896000', '115413.899000', '115413.901000', '115413.904000', '115413.906000', '115413.909000', '115413.923000', '115413.925000', '115413.928000', '115413.931000', '115413.933000', '115413.936000', '115413.938000', '115413.941000', '115413.944000', '115413.946000', '115413.949000', '115413.952000', '115413.954000', '115413.957000', '115413.959000', '115413.962000', '115413.965000', '115413.967000', '115413.970000', '115413.972000', '115413.975000', '115413.977000', '115413.980000', '115413.984000', '115413.987000', '115413.989000', '115413.992000', '115413.994000', '115413.997000', '115414.001000', '115414.003000', '115433.880000', '115433.883000', '115433.886000', '115433.888000', '115433.891000', '115433.894000', '115433.896000', '115433.899000', '115433.901000', '115433.904000', '115433.906000', '115433.909000', '115433.912000', '115433.914000', '115433.917000', '115433.919000', '115433.922000', '115433.925000', '115433.927000', '115433.930000', '115433.932000', '115433.935000', '115433.937000', '115433.940000', '115433.943000', '115433.945000', '115433.948000', '115433.950000', '115433.953000', '115433.956000', '115433.958000', '115433.961000', '115433.963000', '115433.966000', '115433.969000', '115433.971000', '115433.974000', '115433.976000', '115433.979000', '115433.982000', '115433.984000', '115433.987000', '115433.989000', '115433.992000', '115453.881000', '115453.884000', '115453.887000', '115453.899000', '115453.902000', '115453.904000', '115453.907000', '115453.910000', '115453.912000', '115453.915000', '115453.917000', '115453.920000', '115453.923000', '115453.925000', '115453.928000', '115453.930000', '115453.933000', '115453.936000', '115453.938000', '115453.941000', '115453.943000', '115453.946000', '115453.948000', '115453.951000', '115453.954000', '115453.956000', '115453.959000', '115453.961000', '115453.964000', '115453.967000', '115453.969000', '115453.972000', '115453.975000', '115453.978000', '115453.981000', '115453.984000', '115453.986000', '115453.989000', '115453.992000', '115453.994000', '115453.997000', '115454.000000', '115454.003000', '115513.881000', '115513.884000', '115513.887000', '115513.889000', '115513.892000', '115513.895000', '115513.897000', '115513.900000', '115513.902000', '115513.905000', '115513.908000', '115513.910000', '115513.913000', '115513.916000', '115513.918000', '115513.921000', '115513.923000', '115513.926000', '115513.928000', '115513.931000', '115513.934000', '115513.936000', '115513.939000', '115513.941000', '115513.944000', '115513.946000', '115513.949000', '115513.952000', '115513.954000', '115513.957000', '115513.959000', '115513.962000', '115513.965000', '115513.967000', '115513.970000', '115513.972000', '115513.975000', '115513.978000', '115513.980000', '115513.983000', '115513.985000', '115513.988000', '115513.990000', '115513.993000', '115533.881000', '115533.883000', '115533.886000', '115533.889000', '115533.891000', '115533.894000', '115533.896000', '115533.899000', '115533.901000', '115533.904000', '115533.907000', '115533.909000', '115533.912000', '115533.915000', '115533.917000', '115533.920000', '115533.922000', '115533.925000', '115533.927000', '115533.930000', '115533.933000', '115533.935000', '115533.938000', '115533.940000', '115533.943000', '115533.946000', '115533.948000', '115533.951000', '115533.953000', '115533.956000', '115533.959000', '115533.961000', '115533.964000', '115533.966000', '115533.969000', '115533.972000', '115533.974000', '115533.977000', '115533.980000', '115533.982000', '115533.985000', '115533.987000', '115533.990000', '115553.880000', '115553.883000', '115553.886000', '115553.889000', '115553.891000', '115553.894000', '115553.896000', '115553.899000', '115553.902000', '115553.904000', '115553.907000', '115553.909000', '115553.912000', '115553.914000', '115553.917000', '115553.920000', '115553.922000', '115553.925000', '115553.927000', '115553.930000', '115553.933000', '115553.935000', '115553.938000', '115553.940000', '115553.943000', '115553.946000', '115553.948000', '115553.951000', '115553.953000', '115553.956000', '115553.958000', '115553.961000', '115553.964000', '115553.966000', '115553.969000', '115553.971000', '115553.974000', '115553.977000', '115553.979000', '115553.982000', '115553.985000', '115553.987000', '115553.990000', '115553.992000', '115613.880000', '115613.883000', '115613.886000', '115613.889000', '115613.891000', '115613.894000', '115613.896000', '115613.899000', '115613.901000', '115613.904000', '115613.907000', '115613.909000', '115613.912000', '115613.914000', '115613.917000', '115613.919000', '115613.922000', '115613.925000', '115613.927000', '115613.930000', '115613.932000', '115613.935000', '115613.938000', '115613.940000', '115613.943000', '115613.945000', '115613.948000', '115613.950000', '115613.953000', '115613.956000', '115613.958000', '115613.961000', '115613.963000', '115613.966000', '115613.969000', '115613.971000', '115613.974000', '115613.976000', '115613.979000', '115613.982000', '115613.984000', '115613.987000', '115613.989000', '115633.880000', '115633.883000', '115633.886000', '115633.889000', '115633.891000', '115633.894000', '115633.896000', '115633.899000', '115633.902000', '115633.904000', '115633.907000', '115633.910000', '115633.912000', '115633.915000', '115633.917000', '115633.920000', '115633.923000', '115633.925000', '115633.928000', '115633.931000', '115633.933000', '115633.936000', '115633.938000', '115633.941000', '115633.944000', '115633.946000', '115633.949000', '115633.951000', '115633.954000', '115633.957000', '115633.959000', '115633.962000', '115633.964000', '115633.967000', '115633.970000', '115633.972000', '115633.975000', '115633.977000', '115633.980000', '115633.983000', '115633.985000', '115633.988000', '115633.990000', '115633.993000', '115653.880000', '115653.883000', '115653.886000', '115653.888000', '115653.891000', '115653.894000', '115653.896000', '115653.899000', '115653.901000', '115653.904000', '115653.906000', '115653.909000', '115653.912000', '115653.914000', '115653.917000', '115653.919000', '115653.922000', '115653.925000', '115653.927000', '115653.930000', '115653.932000', '115653.945000', '115653.948000', '115653.950000', '115653.953000', '115653.956000', '115653.958000', '115653.961000', '115653.963000', '115653.966000', '115653.969000', '115653.971000', '115653.974000', '115653.976000', '115653.979000', '115653.983000', '115653.986000', '115653.988000', '115653.992000', '115653.994000', '115653.997000', '115654.000000', '115654.003000', '115713.882000', '115713.884000', '115713.887000', '115713.890000', '115713.892000', '115713.895000', '115713.897000', '115713.900000', '115713.902000', '115713.905000', '115713.908000', '115713.910000', '115713.913000', '115713.915000', '115713.918000', '115713.921000', '115713.923000', '115713.926000', '115713.928000', '115713.931000', '115713.933000', '115713.936000', '115713.939000', '115713.941000', '115713.944000', '115713.947000', '115713.949000', '115713.952000', '115713.954000', '115713.957000', '115713.960000', '115713.962000', '115713.965000', '115713.967000', '115713.970000', '115713.973000', '115713.975000', '115713.978000', '115713.980000', '115713.983000', '115713.986000', '115713.988000', '115713.991000', '115713.993000', '115733.882000', '115733.884000', '115733.887000', '115733.890000', '115733.892000', '115733.895000', '115733.897000', '115733.900000', '115733.903000', '115733.905000', '115733.908000', '115733.910000', '115733.913000', '115733.916000', '115733.918000', '115733.921000', '115733.923000', '115733.926000', '115733.929000', '115733.931000', '115733.934000', '115733.936000', '115733.939000', '115733.942000', '115733.944000', '115733.947000', '115733.949000', '115733.952000', '115733.955000', '115733.957000', '115733.960000', '115733.962000', '115733.965000', '115733.968000', '115733.970000', '115733.973000', '115733.976000', '115733.978000', '115733.981000', '115733.983000', '115733.986000', '115733.989000', '115733.991000', '115753.881000', '115753.883000', '115753.886000', '115753.889000', '115753.891000', '115753.894000', '115753.896000', '115753.899000', '115753.901000', '115753.904000', '115753.907000', '115753.909000', '115753.912000', '115753.915000', '115753.917000', '115753.920000', '115753.922000', '115753.925000', '115753.928000', '115753.930000', '115753.933000', '115753.935000', '115753.938000', '115753.941000', '115753.943000', '115753.946000', '115753.949000', '115753.951000', '115753.954000', '115753.956000', '115753.959000', '115753.961000', '115753.964000', '115753.967000', '115753.969000', '115753.972000', '115753.975000', '115753.977000', '115753.980000', '115753.982000', '115753.985000', '115753.987000', '115753.990000', '115753.993000', '115758.409000', '115758.412000', '115758.415000', '115758.418000', '115758.421000', '115758.423000', '115758.426000', '115758.429000', '115758.432000', '115758.434000'], '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': [12745, 8880, 14118, 16198, 15441, 14767, 7893, 11990, 8070, 10879, 15839, 14155, 15856, 7884, 14579, 7892, 11355, 8209, 15661, 9972, 13194, 8073, 8876, 15952, 9854, 15527, 8191, 13415, 7805, 10435, 7812, 11395, 7796, 15864, 8175, 16007, 8025, 10345, 7401, 12751, 7805, 8496, 13983, 9023, 12232, 7851, 10480, 7777, 12581, 13479, 16201, 16013, 14544, 17525, 14174, 16610, 12344, 14858, 10836, 15300, 13983, 11654, 9631, 9895, 10198, 15685, 9682, 15199, 9615, 15922, 9297, 14866, 8199, 13129, 7900, 10944, 7572, 13549, 7593, 8078, 7688, 9489, 7592, 10341, 7879, 15064, 7593, 14723, 7626, 13616, 7945, 15267, 10976, 16646, 8212, 12802, 8047, 9899, 8006, 9413, 8079, 15340, 8177, 14542, 8276, 15823, 12820, 16523, 11298, 10500, 8368, 9223, 14385, 10948, 16750, 13103, 16722, 8952, 13681, 8815, 13969, 11220, 16511, 11769, 15296, 8787, 15316, 8140, 15179, 8391, 17074, 8018, 13164, 8536, 7687, 8996, 8021, 16788, 11539, 16930, 12284, 14912, 11224, 12499, 17079, 13491, 16491, 8212, 9040, 8177, 8685, 8003, 13057, 8292, 8732, 8022, 8908, 7946, 15226, 8912, 16305, 8027, 15001, 8123, 15416, 14868, 13832, 16430, 8340, 16446, 8277, 15764, 8314, 16669, 11560, 10636, 9078, 8677, 15885, 8323, 16419, 8204, 15511, 8252, 8675, 7778, 10526, 7983, 14948, 9152, 8722, 16487, 8462, 14560, 7814, 14314, 9212, 8854, 7495, 8618, 7777, 9098, 15526, 10309, 15834, 8349, 13895, 8049, 15506, 11704, 17068, 11378, 10308, 14038, 10686, 17138, 15024, 17000, 9566, 16343, 8707, 14943, 9782, 17855, 12121, 13410, 7209, 13063, 7673, 10022, 11547, 15764, 8774, 14928, 14495, 17655, 14346, 17553, 12925, 15188, 10174, 11234, 10269, 8713, 13938, 8662, 8847, 8377, 10718, 11408, 8895, 15475, 10242, 14158, 8707, 14429, 8276, 10362, 7903, 9285, 7758, 9248, 7734, 8756, 7481, 11400, 7628, 14069, 7884, 15374, 7744, 13982, 9917, 7808, 12869, 8570, 8709, 14221, 7284, 13304, 8305, 12376, 14219, 8306, 15192, 8322, 11589, 15167, 7374, 15072, 7850, 13055, 10188, 10953, 15639, 10990, 14558, 11573, 10036, 16102, 7637, 15404, 10339, 9909, 15845, 9678, 15461, 10489, 8631, 14894, 7379, 14001, 8421, 8694, 14403, 7132, 14478, 7830, 14145, 10373, 8036, 13394, 7703, 10922, 7638, 10919, 8092, 11672, 7734, 8934, 7956, 13233, 15129, 11697, 16026, 9857, 13973, 7879, 13589, 7910, 14191, 8575, 15878, 11193, 16266, 7906, 15326, 8037, 16170, 10546, 16672, 14224, 17451, 11557, 16773, 10580, 16603, 13064, 16731, 14821, 17167, 9133, 16405, 8097, 12334, 14409, 10852, 16422, 7804, 13606, 7743, 8231, 14275, 7955, 14115, 7821, 10876, 7685, 8752, 7765, 8451, 8250, 9149, 8840, 8244, 8147, 9708, 13103, 13903, 16953, 15291, 16527, 9125, 15010, 10560, 11506, 16645, 13334, 14712, 7629, 10993, 7666, 9075, 11801, 11449, 16712, 8013, 15637, 7707, 10964, 12947, 11020, 16369, 7915, 15340, 7580, 8604, 7426, 9250, 7373, 8170, 7619, 8754, 14194, 8720, 15450, 11321, 14800, 7858, 9819, 16294, 8681, 15278, 11896, 15387, 9519, 9303, 15044, 8067, 14161, 7692, 14752, 7757, 15888, 7705, 11075, 12995, 8217, 15935, 8481, 16139, 10216, 8431, 8310, 8652, 16032, 8315, 14413, 12340, 12907, 8658, 12650, 9000, 14890, 10992, 15835, 12078, 15472, 8897, 13786, 14354, 11760, 17087, 14058, 15839, 7858, 13776, 7905, 11764, 7647, 15972, 10647, 11436, 8053, 8922, 15239, 8099, 15772, 10417, 15061, 7766, 8428, 14562, 7983, 15118, 7988, 12475, 7870, 8317, 14121, 7945, 14642, 8461, 15408, 7792, 11444, 12503, 12092, 16191, 12509, 15264, 7484, 9311, 15259, 8119, 15238, 8201, 15598, 7961, 9770, 7617, 8745, 7879, 11283, 12494, 12042, 13989, 8815, 15393, 11319, 15106, 10251, 15523, 11420, 8155, 15619, 8002, 15443, 10388, 15990, 8413, 8470, 12407, 8019, 15312, 9656, 15613, 7602, 14580, 7703, 10309, 7457, 15156, 10479, 11102, 7660, 8800, 7912, 9657, 16561, 12825, 16889, 8027, 13764, 8096, 14793, 8863, 17077, 12086, 15847, 8289, 12123, 8510, 15860, 9470, 17267, 9216, 9834, 7728, 8685, 7716, 14298, 14063, 8788, 11678, 8465, 14005, 9438, 15992, 11330, 14777, 7921, 12172, 8315, 13804, 7847, 16703, 8639, 9162, 7752, 8652, 16540, 9248, 16599, 7660, 8564, 7713, 8605, 14842, 7557, 14846, 7555, 8670, 7423, 8698, 7575, 12615, 8821, 8674, 7630, 8530, 9799, 13570, 16736, 14096, 16990, 9509, 13131, 14153, 10099, 17075, 10087, 16242, 8444, 8845, 7715, 8848, 14639, 8257, 14760, 8103, 9884, 7984, 10315, 7911, 12244, 15797, 13674, 15426, 7900, 14168, 7777, 11510, 16090, 13351, 15215, 8549, 13960, 8302, 11520, 9662, 13073, 10479, 8827, 14576, 8287, 12286, 8713, 12056, 16013, 12533, 13593, 7937, 9842, 8233, 10399, 13290, 8856, 11959, 8565, 13047, 8503, 14073, 10772, 13253, 8266, 8657, 8382, 10878, 8158, 15932, 13880, 16484, 12213, 15548, 8837, 10686, 15222, 11529, 16154, 11058, 12814, 8234, 8879, 13896, 8333, 13102, 8410, 11455, 8107, 8735, 8139, 8743, 14145, 10661, 14671, 10973, 11829, 7576, 8721, 14919, 9831, 16251, 10758, 15835, 8580, 9612, 13320, 8835, 15456, 9053, 15419, 8293, 9294, 8294, 9003, 12546, 10845, 16680, 13622, 14257, 8331, 11117, 7996, 12813, 14831, 13794, 16694, 9692, 12776, 8651, 9070, 16358, 9598, 15499, 8506, 10181, 8252, 9622, 8217, 10903, 14856, 8260, 14019, 8037, 9217, 15886, 13227, 14872, 8700, 11483, 8418, 8513, 14288, 8356, 12975, 8884, 9924, 8177, 9233, 8026, 9665, 15285, 11757, 14255, 8808, 14681, 10373, 13236, 14631, 13727, 14741, 8725, 14534, 8877, 13773, 11363, 13915, 15389, 11230, 15037, 8723, 9246, 8395, 10125, 15713, 12927, 13272, 8533, 9117, 7791, 9260, 15807, 12190, 13510, 8273, 11775, 7374, 10600, 15397, 14556, 14152, 8430, 12528, 13735, 9115, 14478, 9819, 13222, 8355, 9285, 14280, 8816, 13699, 8772, 12449, 8290, 9297, 12509, 8817, 11831, 8560, 12024, 7732, 9044, 13568, 8626, 12852, 13540, 11753, 15305, 8556, 12463, 7461, 9317, 14676, 9057, 14185, 8513, 11749, 8687, 9325, 12076, 9442, 16022, 10870, 13226, 8721, 10181, 8365, 9429, 15821], 'WindowCenter': [4445.0, 4379.0, 4428.0, 4424.0, 4413.0, 4399.0, 4317.0, 4370.0, 4315.0, 4370.0, 4409.0, 4398.0, 4407.0, 4327.0, 4398.0, 4328.0, 4367.0, 4341.0, 4410.0, 4358.0, 4391.0, 4317.0, 4338.0, 4408.0, 4358.0, 4407.0, 4328.0, 4386.0, 4316.0, 4372.0, 4328.0, 4391.0, 4331.0, 4437.0, 4339.0, 4434.0, 4357.0, 4366.0, 4342.0, 4402.0, 4298.0, 4324.0, 4378.0, 4318.0, 4377.0, 4327.0, 4360.0, 4301.0, 4377.0, 4372.0, 4407.0, 4397.0, 4385.0, 4382.0, 4362.0, 4381.0, 4350.0, 4357.0, 4329.0, 4358.0, 4358.0, 4326.0, 4307.0, 4304.0, 4317.0, 4355.0, 4308.0, 4355.0, 4308.0, 4357.0, 4299.0, 4355.0, 4289.0, 4348.0, 4289.0, 4328.0, 4281.0, 4360.0, 4290.0, 4304.0, 4294.0, 4335.0, 4306.0, 4357.0, 4329.0, 4398.0, 4335.0, 4397.0, 4320.0, 4400.0, 4343.0, 4409.0, 4381.0, 4422.0, 4341.0, 4386.0, 4330.0, 4362.0, 4328.0, 4363.0, 4332.0, 4414.0, 4340.0, 4398.0, 4341.0, 4425.0, 4388.0, 4422.0, 4369.0, 4362.0, 4327.0, 4350.0, 4397.0, 4371.0, 4409.0, 4391.0, 4407.0, 4341.0, 4387.0, 4338.0, 4401.0, 4378.0, 4422.0, 4382.0, 4410.0, 4343.0, 4419.0, 4340.0, 4407.0, 4331.0, 4409.0, 4320.0, 4387.0, 4354.0, 4332.0, 4355.0, 4344.0, 4437.0, 4394.0, 4432.0, 4395.0, 4414.0, 4369.0, 4379.0, 4399.0, 4377.0, 4397.0, 4315.0, 4325.0, 4311.0, 4325.0, 4316.0, 4386.0, 4328.0, 4329.0, 4329.0, 4339.0, 4328.0, 4412.0, 4353.0, 4422.0, 4332.0, 4409.0, 4329.0, 4415.0, 4400.0, 4400.0, 4406.0, 4330.0, 4397.0, 4316.0, 4399.0, 4317.0, 4409.0, 4367.0, 4359.0, 4326.0, 4326.0, 4404.0, 4332.0, 4409.0, 4328.0, 4395.0, 4328.0, 4326.0, 4320.0, 4371.0, 4331.0, 4412.0, 4351.0, 4342.0, 4408.0, 4331.0, 4401.0, 4318.0, 4401.0, 4351.0, 4350.0, 4309.0, 4340.0, 4331.0, 4352.0, 4419.0, 4387.0, 4434.0, 4354.0, 4410.0, 4343.0, 4424.0, 4406.0, 4435.0, 4394.0, 4374.0, 4399.0, 4371.0, 4420.0, 4412.0, 4423.0, 4360.0, 4410.0, 4353.0, 4426.0, 4381.0, 4429.0, 4374.0, 4365.0, 4280.0, 4374.0, 4290.0, 4342.0, 4382.0, 4399.0, 4341.0, 4393.0, 4397.0, 4410.0, 4400.0, 4407.0, 4382.0, 4393.0, 4349.0, 4362.0, 4348.0, 4320.0, 4365.0, 4319.0, 4317.0, 4290.0, 4336.0, 4340.0, 4316.0, 4382.0, 4334.0, 4374.0, 4316.0, 4384.0, 4313.0, 4341.0, 4314.0, 4331.0, 4317.0, 4336.0, 4320.0, 4338.0, 4319.0, 4380.0, 4329.0, 4414.0, 4345.0, 4424.0, 4335.0, 4414.0, 4350.0, 4309.0, 4376.0, 4317.0, 4329.0, 4376.0, 4297.0, 4376.0, 4329.0, 4381.0, 4388.0, 4317.0, 4391.0, 4305.0, 4354.0, 4385.0, 4285.0, 4386.0, 4307.0, 4377.0, 4335.0, 4347.0, 4384.0, 4345.0, 4378.0, 4341.0, 4318.0, 4370.0, 4278.0, 4372.0, 4318.0, 4321.0, 4371.0, 4310.0, 4373.0, 4320.0, 4299.0, 4359.0, 4270.0, 4360.0, 4288.0, 4304.0, 4371.0, 4272.0, 4387.0, 4306.0, 4402.0, 4357.0, 4315.0, 4374.0, 4318.0, 4367.0, 4319.0, 4369.0, 4342.0, 4393.0, 4345.0, 4365.0, 4354.0, 4420.0, 4422.0, 4394.0, 4422.0, 4359.0, 4399.0, 4331.0, 4401.0, 4331.0, 4411.0, 4350.0, 4423.0, 4395.0, 4435.0, 4344.0, 4423.0, 4345.0, 4432.0, 4385.0, 4434.0, 4425.0, 4433.0, 4393.0, 4419.0, 4372.0, 4409.0, 4390.0, 4407.0, 4414.0, 4408.0, 4337.0, 4399.0, 4304.0, 4379.0, 4383.0, 4344.0, 4391.0, 4304.0, 4374.0, 4304.0, 4315.0, 4380.0, 4303.0, 4381.0, 4304.0, 4354.0, 4316.0, 4328.0, 4315.0, 4329.0, 4327.0, 4349.0, 4350.0, 4338.0, 4330.0, 4360.0, 4400.0, 4413.0, 4419.0, 4411.0, 4409.0, 4337.0, 4399.0, 4356.0, 4367.0, 4395.0, 4385.0, 4387.0, 4303.0, 4356.0, 4302.0, 4339.0, 4375.0, 4366.0, 4409.0, 4316.0, 4398.0, 4304.0, 4357.0, 4372.0, 4355.0, 4395.0, 4315.0, 4394.0, 4304.0, 4326.0, 4294.0, 4349.0, 4306.0, 4341.0, 4316.0, 4340.0, 4397.0, 4338.0, 4414.0, 4367.0, 4401.0, 4317.0, 4348.0, 4395.0, 4326.0, 4400.0, 4366.0, 4398.0, 4333.0, 4324.0, 4381.0, 4303.0, 4375.0, 4304.0, 4397.0, 4306.0, 4410.0, 4316.0, 4368.0, 4374.0, 4318.0, 4407.0, 4326.0, 4409.0, 4345.0, 4315.0, 4315.0, 4326.0, 4396.0, 4327.0, 4398.0, 4390.0, 4386.0, 4340.0, 4388.0, 4339.0, 4398.0, 4379.0, 4410.0, 4380.0, 4399.0, 4327.0, 4390.0, 4384.0, 4378.0, 4407.0, 4385.0, 4383.0, 4303.0, 4370.0, 4303.0, 4364.0, 4305.0, 4399.0, 4346.0, 4366.0, 4304.0, 4325.0, 4382.0, 4304.0, 4383.0, 4341.0, 4386.0, 4291.0, 4303.0, 4371.0, 4303.0, 4395.0, 4304.0, 4377.0, 4303.0, 4316.0, 4374.0, 4317.0, 4400.0, 4327.0, 4395.0, 4307.0, 4367.0, 4374.0, 4379.0, 4406.0, 4363.0, 4385.0, 4293.0, 4325.0, 4382.0, 4304.0, 4387.0, 4315.0, 4385.0, 4304.0, 4335.0, 4294.0, 4326.0, 4304.0, 4355.0, 4363.0, 4365.0, 4376.0, 4324.0, 4388.0, 4355.0, 4399.0, 4344.0, 4399.0, 4354.0, 4304.0, 4382.0, 4303.0, 4387.0, 4332.0, 4397.0, 4305.0, 4316.0, 4361.0, 4315.0, 4393.0, 4335.0, 4397.0, 4306.0, 4384.0, 4304.0, 4348.0, 4307.0, 4396.0, 4358.0, 4369.0, 4307.0, 4342.0, 4316.0, 4349.0, 4408.0, 4389.0, 4408.0, 4330.0, 4386.0, 4314.0, 4383.0, 4338.0, 4407.0, 4378.0, 4396.0, 4316.0, 4363.0, 4326.0, 4409.0, 4335.0, 4405.0, 4337.0, 4337.0, 4292.0, 4317.0, 4304.0, 4388.0, 4383.0, 4327.0, 4353.0, 4314.0, 4373.0, 4336.0, 4395.0, 4355.0, 4384.0, 4305.0, 4363.0, 4313.0, 4387.0, 4305.0, 4408.0, 4313.0, 4336.0, 4291.0, 4314.0, 4393.0, 4323.0, 4398.0, 4291.0, 4314.0, 4293.0, 4324.0, 4398.0, 4306.0, 4395.0, 4316.0, 4326.0, 4306.0, 4338.0, 4317.0, 4390.0, 4350.0, 4340.0, 4320.0, 4341.0, 4360.0, 4404.0, 4421.0, 4400.0, 4411.0, 4348.0, 4379.0, 4374.0, 4346.0, 4391.0, 4345.0, 4396.0, 4314.0, 4326.0, 4305.0, 4336.0, 4388.0, 4330.0, 4386.0, 4317.0, 4345.0, 4318.0, 4374.0, 4320.0, 4390.0, 4407.0, 4400.0, 4397.0, 4319.0, 4399.0, 4319.0, 4381.0, 4396.0, 4388.0, 4398.0, 4328.0, 4389.0, 4328.0, 4384.0, 4350.0, 4393.0, 4360.0, 4341.0, 4386.0, 4317.0, 4371.0, 4328.0, 4370.0, 4399.0, 4370.0, 4378.0, 4306.0, 4350.0, 4314.0, 4349.0, 4377.0, 4339.0, 4369.0, 4342.0, 4378.0, 4329.0, 4404.0, 4373.0, 4391.0, 4331.0, 4330.0, 4332.0, 4371.0, 4334.0, 4411.0, 4405.0, 4424.0, 4382.0, 4403.0, 4331.0, 4360.0, 4387.0, 4370.0, 4389.0, 4347.0, 4367.0, 4291.0, 4314.0, 4360.0, 4306.0, 4376.0, 4303.0, 4356.0, 4306.0, 4316.0, 4304.0, 4330.0, 4400.0, 4360.0, 4401.0, 4362.0, 4369.0, 4308.0, 4330.0, 4388.0, 4351.0, 4399.0, 4358.0, 4400.0, 4318.0, 4340.0, 4375.0, 4339.0, 4396.0, 4341.0, 4399.0, 4320.0, 4339.0, 4326.0, 4342.0, 4378.0, 4373.0, 4412.0, 4389.0, 4390.0, 4320.0, 4359.0, 4318.0, 4395.0, 4401.0, 4391.0, 4398.0, 4338.0, 4365.0, 4303.0, 4328.0, 4385.0, 4335.0, 4385.0, 4330.0, 4348.0, 4318.0, 4349.0, 4329.0, 4373.0, 4401.0, 4334.0, 4390.0, 4321.0, 4340.0, 4411.0, 4404.0, 4400.0, 4331.0, 4371.0, 4316.0, 4325.0, 4387.0, 4332.0, 4381.0, 4339.0, 4351.0, 4329.0, 4341.0, 4316.0, 4353.0, 4409.0, 4392.0, 4400.0, 4352.0, 4402.0, 4361.0, 4391.0, 4400.0, 4392.0, 4386.0, 4326.0, 4386.0, 4326.0, 4378.0, 4366.0, 4386.0, 4387.0, 4359.0, 4375.0, 4302.0, 4324.0, 4313.0, 4360.0, 4387.0, 4376.0, 4365.0, 4316.0, 4326.0, 4295.0, 4339.0, 4398.0, 4381.0, 4380.0, 4320.0, 4369.0, 4298.0, 4363.0, 4411.0, 4401.0, 4390.0, 4317.0, 4369.0, 4376.0, 4327.0, 4392.0, 4338.0, 4378.0, 4318.0, 4339.0, 4388.0, 4329.0, 4378.0, 4315.0, 4377.0, 4315.0, 4340.0, 4367.0, 4340.0, 4368.0, 4329.0, 4381.0, 4306.0, 4342.0, 4390.0, 4342.0, 4391.0, 4391.0, 4371.0, 4400.0, 4331.0, 4379.0, 4297.0, 4340.0, 4397.0, 4341.0, 4387.0, 4330.0, 4365.0, 4329.0, 4340.0, 4367.0, 4351.0, 4397.0, 4360.0, 4379.0, 4329.0, 4350.0, 4318.0, 4352.0, 4400.0], 'WindowWidth': [9773.0, 9670.0, 9733.0, 9717.0, 9699.0, 9672.0, 9560.0, 9630.0, 9552.0, 9634.0, 9683.0, 9668.0, 9677.0, 9573.0, 9666.0, 9577.0, 9627.0, 9598.0, 9689.0, 9616.0, 9661.0, 9559.0, 9588.0, 9681.0, 9615.0, 9678.0, 9576.0, 9648.0, 9555.0, 9639.0, 9578.0, 9666.0, 9587.0, 9736.0, 9595.0, 9730.0, 9635.0, 9629.0, 9612.0, 9684.0, 9523.0, 9562.0, 9627.0, 9550.0, 9639.0, 9575.0, 9618.0, 9531.0, 9636.0, 9624.0, 9680.0, 9664.0, 9646.0, 9634.0, 9607.0, 9629.0, 9587.0, 9593.0, 9557.0, 9594.0, 9594.0, 9545.0, 9522.0, 9513.0, 9536.0, 9582.0, 9523.0, 9582.0, 9525.0, 9588.0, 9513.0, 9584.0, 9502.0, 9577.0, 9501.0, 9554.0, 9495.0, 9602.0, 9510.0, 9533.0, 9519.0, 9575.0, 9541.0, 9609.0, 9580.0, 9668.0, 9594.0, 9666.0, 9568.0, 9671.0, 9603.0, 9688.0, 9651.0, 9706.0, 9596.0, 9651.0, 9580.0, 9624.0, 9580.0, 9630.0, 9586.0, 9694.0, 9595.0, 9669.0, 9596.0, 9714.0, 9657.0, 9709.0, 9630.0, 9623.0, 9569.0, 9603.0, 9663.0, 9635.0, 9682.0, 9661.0, 9679.0, 9593.0, 9650.0, 9587.0, 9674.0, 9644.0, 9704.0, 9653.0, 9684.0, 9601.0, 9702.0, 9597.0, 9682.0, 9583.0, 9683.0, 9563.0, 9649.0, 9619.0, 9588.0, 9621.0, 9607.0, 9735.0, 9674.0, 9726.0, 9674.0, 9697.0, 9628.0, 9643.0, 9668.0, 9636.0, 9659.0, 9550.0, 9560.0, 9541.0, 9565.0, 9554.0, 9646.0, 9573.0, 9573.0, 9576.0, 9589.0, 9579.0, 9691.0, 9615.0, 9706.0, 9585.0, 9684.0, 9578.0, 9701.0, 9670.0, 9673.0, 9674.0, 9576.0, 9659.0, 9553.0, 9664.0, 9557.0, 9683.0, 9621.0, 9613.0, 9565.0, 9567.0, 9668.0, 9583.0, 9680.0, 9577.0, 9660.0, 9575.0, 9569.0, 9567.0, 9634.0, 9581.0, 9692.0, 9608.0, 9597.0, 9679.0, 9579.0, 9673.0, 9561.0, 9674.0, 9607.0, 9607.0, 9550.0, 9595.0, 9583.0, 9614.0, 9701.0, 9668.0, 9726.0, 9623.0, 9689.0, 9605.0, 9715.0, 9695.0, 9735.0, 9674.0, 9644.0, 9668.0, 9635.0, 9702.0, 9693.0, 9708.0, 9621.0, 9686.0, 9616.0, 9719.0, 9662.0, 9720.0, 9635.0, 9608.0, 9488.0, 9624.0, 9507.0, 9587.0, 9653.0, 9670.0, 9595.0, 9656.0, 9668.0, 9689.0, 9677.0, 9682.0, 9651.0, 9666.0, 9599.0, 9617.0, 9594.0, 9556.0, 9608.0, 9553.0, 9545.0, 9501.0, 9570.0, 9570.0, 9546.0, 9631.0, 9569.0, 9621.0, 9546.0, 9637.0, 9545.0, 9579.0, 9547.0, 9567.0, 9560.0, 9581.0, 9566.0, 9587.0, 9565.0, 9645.0, 9582.0, 9699.0, 9611.0, 9709.0, 9596.0, 9698.0, 9600.0, 9545.0, 9630.0, 9548.0, 9568.0, 9626.0, 9525.0, 9632.0, 9571.0, 9644.0, 9648.0, 9552.0, 9652.0, 9530.0, 9596.0, 9636.0, 9506.0, 9641.0, 9537.0, 9632.0, 9571.0, 9588.0, 9637.0, 9583.0, 9631.0, 9570.0, 9538.0, 9607.0, 9482.0, 9611.0, 9533.0, 9542.0, 9612.0, 9527.0, 9616.0, 9539.0, 9511.0, 9592.0, 9475.0, 9594.0, 9498.0, 9525.0, 9612.0, 9485.0, 9642.0, 9542.0, 9679.0, 9609.0, 9550.0, 9625.0, 9562.0, 9622.0, 9565.0, 9631.0, 9601.0, 9671.0, 9610.0, 9634.0, 9625.0, 9717.0, 9710.0, 9672.0, 9705.0, 9619.0, 9672.0, 9583.0, 9676.0, 9585.0, 9692.0, 9611.0, 9711.0, 9674.0, 9729.0, 9607.0, 9710.0, 9611.0, 9723.0, 9664.0, 9730.0, 9719.0, 9727.0, 9671.0, 9699.0, 9639.0, 9684.0, 9663.0, 9682.0, 9697.0, 9682.0, 9583.0, 9665.0, 9534.0, 9638.0, 9637.0, 9586.0, 9645.0, 9533.0, 9625.0, 9534.0, 9549.0, 9629.0, 9532.0, 9633.0, 9537.0, 9601.0, 9556.0, 9572.0, 9554.0, 9577.0, 9572.0, 9604.0, 9609.0, 9591.0, 9580.0, 9622.0, 9674.0, 9698.0, 9701.0, 9691.0, 9685.0, 9586.0, 9669.0, 9604.0, 9623.0, 9659.0, 9645.0, 9646.0, 9533.0, 9604.0, 9529.0, 9589.0, 9632.0, 9621.0, 9681.0, 9554.0, 9664.0, 9536.0, 9609.0, 9624.0, 9606.0, 9657.0, 9553.0, 9655.0, 9536.0, 9566.0, 9523.0, 9603.0, 9544.0, 9596.0, 9557.0, 9593.0, 9665.0, 9589.0, 9698.0, 9625.0, 9676.0, 9557.0, 9600.0, 9657.0, 9567.0, 9671.0, 9618.0, 9662.0, 9571.0, 9561.0, 9631.0, 9531.0, 9628.0, 9537.0, 9661.0, 9542.0, 9682.0, 9555.0, 9625.0, 9627.0, 9558.0, 9677.0, 9566.0, 9680.0, 9590.0, 9551.0, 9550.0, 9565.0, 9657.0, 9572.0, 9668.0, 9660.0, 9649.0, 9594.0, 9655.0, 9591.0, 9668.0, 9646.0, 9686.0, 9646.0, 9668.0, 9568.0, 9657.0, 9642.0, 9640.0, 9677.0, 9644.0, 9636.0, 9529.0, 9614.0, 9532.0, 9612.0, 9537.0, 9666.0, 9590.0, 9618.0, 9532.0, 9562.0, 9634.0, 9535.0, 9638.0, 9578.0, 9642.0, 9510.0, 9528.0, 9616.0, 9531.0, 9657.0, 9534.0, 9634.0, 9530.0, 9553.0, 9626.0, 9556.0, 9670.0, 9570.0, 9659.0, 9542.0, 9623.0, 9626.0, 9641.0, 9675.0, 9613.0, 9641.0, 9517.0, 9560.0, 9632.0, 9532.0, 9645.0, 9548.0, 9641.0, 9532.0, 9575.0, 9517.0, 9565.0, 9534.0, 9602.0, 9613.0, 9617.0, 9629.0, 9560.0, 9648.0, 9601.0, 9668.0, 9585.0, 9667.0, 9596.0, 9532.0, 9631.0, 9529.0, 9646.0, 9565.0, 9661.0, 9533.0, 9549.0, 9604.0, 9550.0, 9652.0, 9577.0, 9660.0, 9539.0, 9639.0, 9534.0, 9596.0, 9542.0, 9663.0, 9613.0, 9629.0, 9542.0, 9593.0, 9553.0, 9600.0, 9678.0, 9657.0, 9680.0, 9581.0, 9648.0, 9551.0, 9639.0, 9584.0, 9679.0, 9638.0, 9659.0, 9552.0, 9613.0, 9564.0, 9680.0, 9577.0, 9675.0, 9580.0, 9580.0, 9515.0, 9552.0, 9534.0, 9649.0, 9637.0, 9566.0, 9594.0, 9545.0, 9623.0, 9580.0, 9656.0, 9602.0, 9637.0, 9535.0, 9608.0, 9545.0, 9648.0, 9537.0, 9678.0, 9545.0, 9578.0, 9512.0, 9546.0, 9651.0, 9557.0, 9662.0, 9511.0, 9545.0, 9513.0, 9560.0, 9664.0, 9539.0, 9656.0, 9554.0, 9567.0, 9542.0, 9585.0, 9560.0, 9660.0, 9605.0, 9592.0, 9564.0, 9595.0, 9617.0, 9685.0, 9706.0, 9675.0, 9688.0, 9597.0, 9640.0, 9625.0, 9591.0, 9649.0, 9588.0, 9656.0, 9545.0, 9565.0, 9539.0, 9581.0, 9648.0, 9576.0, 9646.0, 9558.0, 9591.0, 9560.0, 9640.0, 9563.0, 9658.0, 9676.0, 9670.0, 9662.0, 9561.0, 9668.0, 9563.0, 9649.0, 9660.0, 9652.0, 9663.0, 9571.0, 9650.0, 9573.0, 9654.0, 9604.0, 9666.0, 9614.0, 9591.0, 9646.0, 9555.0, 9629.0, 9567.0, 9628.0, 9662.0, 9626.0, 9632.0, 9538.0, 9598.0, 9543.0, 9597.0, 9633.0, 9589.0, 9624.0, 9593.0, 9636.0, 9574.0, 9683.0, 9637.0, 9659.0, 9575.0, 9575.0, 9582.0, 9635.0, 9588.0, 9689.0, 9687.0, 9713.0, 9649.0, 9676.0, 9577.0, 9612.0, 9644.0, 9625.0, 9650.0, 9589.0, 9613.0, 9505.0, 9539.0, 9597.0, 9533.0, 9628.0, 9530.0, 9601.0, 9534.0, 9549.0, 9533.0, 9573.0, 9668.0, 9615.0, 9669.0, 9619.0, 9625.0, 9541.0, 9574.0, 9647.0, 9603.0, 9668.0, 9609.0, 9667.0, 9553.0, 9586.0, 9625.0, 9584.0, 9659.0, 9589.0, 9664.0, 9561.0, 9584.0, 9568.0, 9593.0, 9638.0, 9636.0, 9688.0, 9654.0, 9652.0, 9560.0, 9609.0, 9556.0, 9670.0, 9670.0, 9658.0, 9661.0, 9578.0, 9613.0, 9525.0, 9566.0, 9640.0, 9574.0, 9640.0, 9574.0, 9593.0, 9557.0, 9599.0, 9573.0, 9639.0, 9672.0, 9586.0, 9655.0, 9564.0, 9588.0, 9685.0, 9682.0, 9668.0, 9575.0, 9627.0, 9550.0, 9564.0, 9646.0, 9581.0, 9643.0, 9585.0, 9601.0, 9572.0, 9590.0, 9553.0, 9612.0, 9681.0, 9664.0, 9669.0, 9611.0, 9675.0, 9616.0, 9663.0, 9667.0, 9661.0, 9643.0, 9565.0, 9643.0, 9563.0, 9636.0, 9619.0, 9647.0, 9645.0, 9608.0, 9624.0, 9523.0, 9555.0, 9543.0, 9616.0, 9646.0, 9631.0, 9612.0, 9548.0, 9563.0, 9521.0, 9586.0, 9662.0, 9645.0, 9640.0, 9561.0, 9625.0, 9530.0, 9626.0, 9686.0, 9672.0, 9655.0, 9554.0, 9625.0, 9629.0, 9568.0, 9660.0, 9581.0, 9635.0, 9553.0, 9582.0, 9646.0, 9573.0, 9633.0, 9548.0, 9633.0, 9548.0, 9588.0, 9619.0, 9589.0, 9625.0, 9574.0, 9646.0, 9540.0, 9594.0, 9659.0, 9595.0, 9660.0, 9659.0, 9631.0, 9669.0, 9578.0, 9639.0, 9525.0, 9587.0, 9662.0, 9592.0, 9647.0, 9576.0, 9616.0, 9572.0, 9588.0, 9621.0, 9606.0, 9663.0, 9615.0, 9635.0, 9571.0, 9600.0, 9555.0, 9608.0, 9671.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.002406337543053961</td></tr>
<tr><td colspan=3>aqi</td><td>0.032557940068886335</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.36691283314937</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.201356931482758</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.005401479459769</td></tr>
<tr><td colspan=3>efc</td><td>0.4809</td></tr>
<tr><td colspan=3>fber</td><td>4788.4771</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13844059135627332</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.318025258323766</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.467224413911517</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.346224944061638</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.764026115918664</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.29142218175425</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115909</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020702093839645386</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026782605797052383</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7466476491131244</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>23.5652</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9965</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.1968</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301977.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>962.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.4034</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9968</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>621.4347</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3529.952</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74567.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.1514</td></tr>
<tr><td colspan=3>tsnr</td><td>31.043388991383836</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>