<?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-0031_ses-04_task-social_acq-mb8_run-05_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-0031_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-05_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-05_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-0031/ses-04/func/sub-0031_ses-04_task-social_acq-mb8_run-05_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>e1021f196cb3750fb100f662fc0c0e21</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>13:54:22.387500</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.999405, -0.0228089, -0.0258618, 0.0211091, 0.997714, -0.0641981]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.114717</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7711, -7209, 566, -55, -101, 38, 66]</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>288.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>efbde308-86e7-4b84-95bd-52d4bb61323a||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.6813313961029053, 0.05663410201668739, -0.0736207589507103, 109.28140258789062], [0.06119472160935402, 2.676793336868286, -0.1717577576637268, -98.97832489013672], [-0.06938526779413223, 0.17223875224590302, 2.6935253143310547, -59.07655334472656], [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': ['135422.387500', '135422.847500', '135423.307500', '135423.767500', '135424.227500', '135424.687500', '135425.147500', '135425.607500', '135426.067500', '135426.527500', '135426.987500', '135427.447500', '135427.907500', '135428.367500', '135428.827500', '135429.287500', '135429.747500', '135430.207500', '135430.667500', '135431.127500', '135431.587500', '135432.047500', '135432.507500', '135432.967500', '135433.427500', '135433.887500', '135434.347500', '135434.807500', '135435.267500', '135435.727500', '135436.187500', '135436.647500', '135437.107500', '135437.567500', '135438.027500', '135438.487500', '135438.947500', '135439.407500', '135439.867500', '135440.327500', '135440.787500', '135441.247500', '135441.707500', '135442.167500', '135442.627500', '135443.087500', '135443.547500', '135444.007500', '135444.467500', '135444.927500', '135445.387500', '135445.847500', '135446.307500', '135446.767500', '135447.227500', '135447.687500', '135448.147500', '135448.607500', '135449.067500', '135449.527500', '135449.987500', '135450.447500', '135450.907500', '135451.367500', '135451.827500', '135452.287500', '135452.747500', '135453.207500', '135453.667500', '135454.127500', '135454.587500', '135455.047500', '135455.507500', '135455.967500', '135456.427500', '135456.887500', '135457.347500', '135457.807500', '135458.267500', '135458.727500', '135459.187500', '135459.647500', '135500.107500', '135500.567500', '135501.027500', '135501.487500', '135501.947500', '135502.407500', '135502.867500', '135503.327500', '135503.787500', '135504.247500', '135504.707500', '135505.167500', '135505.627500', '135506.087500', '135506.547500', '135507.007500', '135507.467500', '135507.927500', '135508.387500', '135508.847500', '135509.307500', '135509.767500', '135510.227500', '135510.687500', '135511.147500', '135511.607500', '135512.067500', '135512.527500', '135512.987500', '135513.447500', '135513.907500', '135514.367500', '135514.827500', '135515.287500', '135515.747500', '135516.207500', '135516.667500', '135517.127500', '135517.587500', '135518.047500', '135518.507500', '135518.967500', '135519.427500', '135519.887500', '135520.347500', '135520.807500', '135521.267500', '135521.727500', '135522.187500', '135522.647500', '135523.107500', '135523.567500', '135524.027500', '135524.487500', '135524.947500', '135525.407500', '135525.867500', '135526.327500', '135526.787500', '135527.247500', '135527.707500', '135528.167500', '135528.627500', '135529.087500', '135529.547500', '135530.007500', '135530.467500', '135530.927500', '135531.387500', '135531.847500', '135532.307500', '135532.767500', '135533.227500', '135533.687500', '135534.147500', '135534.607500', '135535.067500', '135535.527500', '135535.987500', '135536.447500', '135536.907500', '135537.367500', '135537.827500', '135538.287500', '135538.747500', '135539.207500', '135539.667500', '135540.127500', '135540.587500', '135541.047500', '135541.507500', '135541.967500', '135542.427500', '135542.887500', '135543.347500', '135543.807500', '135544.267500', '135544.727500', '135545.187500', '135545.647500', '135546.107500', '135546.567500', '135547.027500', '135547.487500', '135547.947500', '135548.407500', '135548.867500', '135549.327500', '135549.787500', '135550.247500', '135550.707500', '135551.167500', '135551.627500', '135552.087500', '135552.547500', '135553.007500', '135553.467500', '135553.927500', '135554.387500', '135554.847500', '135555.307500', '135555.767500', '135556.227500', '135556.687500', '135557.147500', '135557.607500', '135558.067500', '135558.527500', '135558.987500', '135559.447500', '135559.907500', '135600.367500', '135600.827500', '135601.287500', '135601.747500', '135602.207500', '135602.667500', '135603.127500', '135603.587500', '135604.047500', '135604.507500', '135604.967500', '135605.427500', '135605.887500', '135606.347500', '135606.807500', '135607.267500', '135607.727500', '135608.187500', '135608.647500', '135609.107500', '135609.567500', '135610.027500', '135610.487500', '135610.947500', '135611.407500', '135611.867500', '135612.327500', '135612.787500', '135613.247500', '135613.707500', '135614.167500', '135614.627500', '135615.087500', '135615.547500', '135616.007500', '135616.467500', '135616.927500', '135617.387500', '135617.847500', '135618.307500', '135618.767500', '135619.227500', '135619.687500', '135620.147500', '135620.607500', '135621.067500', '135621.527500', '135621.987500', '135622.447500', '135622.907500', '135623.367500', '135623.827500', '135624.287500', '135624.747500', '135625.207500', '135625.667500', '135626.127500', '135626.587500', '135627.047500', '135627.507500', '135627.967500', '135628.427500', '135628.887500', '135629.347500', '135629.807500', '135630.267500', '135630.727500', '135631.187500', '135631.647500', '135632.107500', '135632.567500', '135633.027500', '135633.487500', '135633.947500', '135634.407500', '135634.867500', '135635.327500', '135635.787500', '135636.247500', '135636.707500', '135637.167500', '135637.627500', '135638.087500', '135638.547500', '135639.007500', '135639.467500', '135639.927500', '135640.387500', '135640.847500', '135641.307500', '135641.767500', '135642.227500', '135642.687500', '135643.147500', '135643.607500', '135644.067500', '135644.527500', '135644.987500', '135645.447500', '135645.907500', '135646.367500', '135646.827500', '135647.287500', '135647.747500', '135648.207500', '135648.667500', '135649.127500', '135649.587500', '135650.047500', '135650.507500', '135650.967500', '135651.427500', '135651.887500', '135652.347500', '135652.807500', '135653.267500', '135653.727500', '135654.187500', '135654.647500', '135655.107500', '135655.567500', '135656.027500', '135656.487500', '135656.947500', '135657.407500', '135657.867500', '135658.327500', '135658.787500', '135659.247500', '135659.707500', '135700.167500', '135700.627500', '135701.087500', '135701.547500', '135702.007500', '135702.467500', '135702.927500', '135703.387500', '135703.847500', '135704.307500', '135704.767500', '135705.227500', '135705.687500', '135706.147500', '135706.607500', '135707.067500', '135707.527500', '135707.987500', '135708.447500', '135708.907500', '135709.367500', '135709.827500', '135710.287500', '135710.747500', '135711.207500', '135711.667500', '135712.127500', '135712.587500', '135713.047500', '135713.507500', '135713.967500', '135714.427500', '135714.887500', '135715.347500', '135715.807500', '135716.267500', '135716.727500', '135717.187500', '135717.647500', '135718.107500', '135718.567500', '135719.027500', '135719.487500', '135719.947500', '135720.407500', '135720.867500', '135721.327500', '135721.787500', '135722.247500', '135722.707500', '135723.167500', '135723.627500', '135724.087500', '135724.547500', '135725.007500', '135725.467500', '135725.927500', '135726.387500', '135726.847500', '135727.307500', '135727.767500', '135728.227500', '135728.687500', '135729.147500', '135729.607500', '135730.067500', '135730.527500', '135730.987500', '135731.447500', '135731.907500', '135732.367500', '135732.827500', '135733.287500', '135733.747500', '135734.207500', '135734.667500', '135735.127500', '135735.587500', '135736.047500', '135736.507500', '135736.967500', '135737.427500', '135737.887500', '135738.347500', '135738.807500', '135739.267500', '135739.727500', '135740.187500', '135740.647500', '135741.107500', '135741.567500', '135742.027500', '135742.487500', '135742.947500', '135743.407500', '135743.867500', '135744.327500', '135744.787500', '135745.247500', '135745.707500', '135746.167500', '135746.627500', '135747.087500', '135747.547500', '135748.007500', '135748.467500', '135748.927500', '135749.387500', '135749.847500', '135750.307500', '135750.767500', '135751.227500', '135751.687500', '135752.147500', '135752.607500', '135753.067500', '135753.527500', '135753.987500', '135754.447500', '135754.907500', '135755.367500', '135755.827500', '135756.287500', '135756.747500', '135757.207500', '135757.667500', '135758.127500', '135758.587500', '135759.047500', '135759.507500', '135759.967500', '135800.427500', '135800.887500', '135801.347500', '135801.807500', '135802.267500', '135802.727500', '135803.187500', '135803.647500', '135804.107500', '135804.567500', '135805.027500', '135805.487500', '135805.947500', '135806.407500', '135806.867500', '135807.327500', '135807.787500', '135808.247500', '135808.707500', '135809.167500', '135809.627500', '135810.087500', '135810.547500', '135811.007500', '135811.467500', '135811.927500', '135812.387500', '135812.847500', '135813.307500', '135813.767500', '135814.227500', '135814.687500', '135815.147500', '135815.607500', '135816.067500', '135816.527500', '135816.987500', '135817.447500', '135817.907500', '135818.367500', '135818.827500', '135819.287500', '135819.747500', '135820.207500', '135820.667500', '135821.127500', '135821.587500', '135822.047500', '135822.507500', '135822.967500', '135823.427500', '135823.887500', '135824.347500', '135824.807500', '135825.267500', '135825.727500', '135826.187500', '135826.647500', '135827.107500', '135827.567500', '135828.027500', '135828.487500', '135828.947500', '135829.407500', '135829.867500', '135830.327500', '135830.787500', '135831.247500', '135831.707500', '135832.167500', '135832.627500', '135833.087500', '135833.547500', '135834.007500', '135834.467500', '135834.927500', '135835.387500', '135835.847500', '135836.307500', '135836.767500', '135837.227500', '135837.687500', '135838.147500', '135838.607500', '135839.067500', '135839.527500', '135839.987500', '135840.447500', '135840.907500', '135841.367500', '135841.827500', '135842.287500', '135842.747500', '135843.207500', '135843.667500', '135844.127500', '135844.587500', '135845.047500', '135845.507500', '135845.967500', '135846.427500', '135846.887500', '135847.347500', '135847.807500', '135848.267500', '135848.727500', '135849.187500', '135849.647500', '135850.107500', '135850.567500', '135851.027500', '135851.487500', '135851.947500', '135852.407500', '135852.867500', '135853.327500', '135853.787500', '135854.247500', '135854.707500', '135855.167500', '135855.627500', '135856.087500', '135856.547500', '135857.007500', '135857.467500', '135857.927500', '135858.387500', '135858.847500', '135859.307500', '135859.767500', '135900.227500', '135900.687500', '135901.147500', '135901.607500', '135902.067500', '135902.527500', '135902.987500', '135903.447500', '135903.907500', '135904.367500', '135904.827500', '135905.287500', '135905.747500', '135906.207500', '135906.667500', '135907.127500', '135907.587500', '135908.047500', '135908.507500', '135908.967500', '135909.427500', '135909.887500', '135910.347500', '135910.807500', '135911.267500', '135911.727500', '135912.187500', '135912.647500', '135913.107500', '135913.567500', '135914.027500', '135914.487500', '135914.947500', '135915.407500', '135915.867500', '135916.327500', '135916.787500', '135917.247500', '135917.707500', '135918.167500', '135918.627500', '135919.087500', '135919.547500', '135920.007500', '135920.467500', '135920.927500', '135921.387500', '135921.847500', '135922.307500', '135922.767500', '135923.227500', '135923.687500', '135924.147500', '135924.607500', '135925.067500', '135925.527500', '135925.987500', '135926.447500', '135926.907500', '135927.367500', '135927.827500', '135928.287500', '135928.747500', '135929.207500', '135929.667500', '135930.127500', '135930.587500', '135931.047500', '135931.507500', '135931.967500', '135932.427500', '135932.887500', '135933.347500', '135933.807500', '135934.267500', '135934.727500', '135935.187500', '135935.647500', '135936.107500', '135936.567500', '135937.027500', '135937.487500', '135937.947500', '135938.407500', '135938.867500', '135939.327500', '135939.787500', '135940.247500', '135940.707500', '135941.167500', '135941.627500', '135942.087500', '135942.547500', '135943.007500', '135943.467500', '135943.927500', '135944.387500', '135944.847500', '135945.307500', '135945.767500', '135946.227500', '135946.687500', '135947.147500', '135947.607500', '135948.067500', '135948.527500', '135948.987500', '135949.447500', '135949.907500', '135950.367500', '135950.827500', '135951.287500', '135951.747500', '135952.207500', '135952.667500', '135953.127500', '135953.587500', '135954.047500', '135954.507500', '135954.967500', '135955.427500', '135955.887500', '135956.347500', '135956.807500', '135957.267500', '135957.727500', '135958.187500', '135958.647500', '135959.107500', '135959.567500', '140000.027500', '140000.487500', '140000.947500', '140001.407500', '140001.867500', '140002.327500', '140002.787500', '140003.247500', '140003.707500', '140004.167500', '140004.627500', '140005.087500', '140005.547500', '140006.007500', '140006.467500', '140006.927500', '140007.387500', '140007.847500', '140008.307500', '140008.767500', '140009.227500', '140009.687500', '140010.147500', '140010.607500', '140011.067500', '140011.527500', '140011.987500', '140012.447500', '140012.907500', '140013.367500', '140013.827500', '140014.287500', '140014.747500', '140015.207500', '140015.667500', '140016.127500', '140016.587500', '140017.047500', '140017.507500', '140017.967500', '140018.427500', '140018.887500', '140019.347500', '140019.807500', '140020.267500', '140020.727500', '140021.187500', '140021.647500', '140022.107500', '140022.567500', '140023.027500', '140023.487500', '140023.947500', '140024.407500', '140024.867500', '140025.327500', '140025.787500', '140026.247500', '140026.707500', '140027.167500', '140027.627500', '140028.087500', '140028.547500', '140029.007500', '140029.467500', '140029.927500', '140030.387500', '140030.847500', '140031.307500', '140031.767500', '140032.227500', '140032.687500', '140033.147500', '140033.607500', '140034.067500', '140034.527500', '140034.987500', '140035.447500', '140035.907500', '140036.367500', '140036.827500', '140037.287500', '140037.747500', '140038.207500', '140038.667500', '140039.127500', '140039.587500', '140040.047500', '140040.507500', '140040.967500', '140041.427500', '140041.887500', '140042.347500', '140042.807500', '140043.267500', '140043.727500', '140044.187500', '140044.647500', '140045.107500', '140045.567500', '140046.027500', '140046.487500', '140046.947500', '140047.407500', '140047.867500', '140048.327500', '140048.787500', '140049.247500', '140049.707500', '140050.167500', '140050.627500', '140051.087500', '140051.547500', '140052.007500', '140052.467500', '140052.927500', '140053.387500', '140053.847500', '140054.307500', '140054.767500', '140055.227500', '140055.687500', '140056.147500', '140056.607500', '140057.067500', '140057.527500', '140057.987500', '140058.447500', '140058.907500', '140059.367500', '140059.827500', '140100.287500', '140100.747500', '140101.207500', '140101.667500', '140102.127500', '140102.587500', '140103.047500'], 'ContentTime': ['135449.328000', '135449.334000', '135449.337000', '135449.339000', '135449.342000', '135449.345000', '135449.347000', '135449.350000', '135449.353000', '135449.355000', '135449.358000', '135449.360000', '135449.363000', '135449.365000', '135449.368000', '135449.370000', '135449.373000', '135449.376000', '135449.378000', '135449.381000', '135449.383000', '135449.386000', '135449.388000', '135449.391000', '135449.394000', '135449.396000', '135449.399000', '135449.401000', '135449.404000', '135449.406000', '135449.419000', '135449.421000', '135449.424000', '135449.427000', '135449.429000', '135449.432000', '135449.434000', '135449.437000', '135449.439000', '135449.442000', '135449.445000', '135449.448000', '135449.450000', '135449.453000', '135449.455000', '135449.458000', '135449.460000', '135449.463000', '135449.466000', '135449.468000', '135449.471000', '135449.473000', '135449.476000', '135449.478000', '135449.481000', '135449.483000', '135509.295000', '135509.298000', '135509.301000', '135509.304000', '135509.306000', '135509.309000', '135509.311000', '135509.328000', '135509.331000', '135509.333000', '135509.336000', '135509.338000', '135509.341000', '135509.343000', '135509.346000', '135509.349000', '135509.351000', '135509.354000', '135509.360000', '135509.363000', '135509.365000', '135509.368000', '135509.370000', '135509.373000', '135509.375000', '135509.378000', '135509.381000', '135509.383000', '135509.386000', '135509.389000', '135509.391000', '135509.394000', '135509.396000', '135509.399000', '135509.401000', '135509.404000', '135509.406000', '135509.410000', '135509.413000', '135509.416000', '135509.418000', '135509.421000', '135509.423000', '135529.295000', '135529.298000', '135529.301000', '135529.303000', '135529.306000', '135529.310000', '135529.312000', '135529.315000', '135529.318000', '135529.320000', '135529.323000', '135529.325000', '135529.328000', '135529.330000', '135529.333000', '135529.336000', '135529.338000', '135529.341000', '135529.343000', '135529.346000', '135529.348000', '135529.351000', '135529.353000', '135529.356000', '135529.358000', '135529.361000', '135529.364000', '135529.366000', '135529.369000', '135529.371000', '135529.374000', '135529.377000', '135529.379000', '135529.382000', '135529.384000', '135529.387000', '135529.389000', '135529.392000', '135529.395000', '135529.397000', '135529.400000', '135529.413000', '135529.416000', '135529.418000', '135549.296000', '135549.299000', '135549.302000', '135549.304000', '135549.307000', '135549.309000', '135549.312000', '135549.315000', '135549.317000', '135549.320000', '135549.322000', '135549.325000', '135549.329000', '135549.331000', '135549.334000', '135549.337000', '135549.339000', '135549.342000', '135549.344000', '135549.347000', '135549.349000', '135549.352000', '135549.354000', '135549.357000', '135549.360000', '135549.362000', '135549.365000', '135549.368000', '135549.370000', '135549.373000', '135549.375000', '135549.378000', '135549.381000', '135549.383000', '135549.386000', '135549.388000', '135549.391000', '135549.393000', '135549.396000', '135549.399000', '135549.401000', '135549.404000', '135549.406000', '135609.295000', '135609.298000', '135609.301000', '135609.303000', '135609.306000', '135609.309000', '135609.311000', '135609.314000', '135609.316000', '135609.319000', '135609.321000', '135609.324000', '135609.326000', '135609.329000', '135609.332000', '135609.334000', '135609.337000', '135609.339000', '135609.342000', '135609.344000', '135609.347000', '135609.360000', '135609.363000', '135609.366000', '135609.368000', '135609.371000', '135609.374000', '135609.376000', '135609.379000', '135609.381000', '135609.384000', '135609.387000', '135609.389000', '135609.392000', '135609.394000', '135609.397000', '135609.399000', '135609.402000', '135609.405000', '135609.407000', '135609.410000', '135609.412000', '135609.415000', '135609.418000', '135629.295000', '135629.298000', '135629.301000', '135629.303000', '135629.306000', '135629.309000', '135629.311000', '135629.319000', '135629.321000', '135629.324000', '135629.327000', '135629.329000', '135629.332000', '135629.335000', '135629.337000', '135629.340000', '135629.343000', '135629.345000', '135629.348000', '135629.350000', '135629.353000', '135629.355000', '135629.358000', '135629.360000', '135629.363000', '135629.366000', '135629.369000', '135629.371000', '135629.374000', '135629.376000', '135629.379000', '135629.381000', '135629.384000', '135629.387000', '135629.389000', '135629.392000', '135629.396000', '135629.399000', '135629.401000', '135629.404000', '135629.407000', '135629.409000', '135629.412000', '135649.295000', '135649.298000', '135649.301000', '135649.303000', '135649.306000', '135649.308000', '135649.311000', '135649.314000', '135649.316000', '135649.319000', '135649.321000', '135649.324000', '135649.327000', '135649.329000', '135649.332000', '135649.334000', '135649.337000', '135649.339000', '135649.342000', '135649.345000', '135649.347000', '135649.350000', '135649.352000', '135649.355000', '135649.357000', '135649.360000', '135649.363000', '135649.365000', '135649.368000', '135649.371000', '135649.373000', '135649.376000', '135649.378000', '135649.381000', '135649.383000', '135649.386000', '135649.389000', '135649.391000', '135649.394000', '135649.396000', '135649.399000', '135649.402000', '135649.404000', '135649.407000', '135709.295000', '135709.298000', '135709.301000', '135709.304000', '135709.306000', '135709.309000', '135709.311000', '135709.314000', '135709.317000', '135709.319000', '135709.322000', '135709.324000', '135709.327000', '135709.330000', '135709.332000', '135709.335000', '135709.337000', '135709.340000', '135709.342000', '135709.345000', '135709.348000', '135709.350000', '135709.353000', '135709.355000', '135709.358000', '135709.361000', '135709.363000', '135709.366000', '135709.368000', '135709.371000', '135709.373000', '135709.376000', '135709.378000', '135709.381000', '135709.384000', '135709.386000', '135709.389000', '135709.402000', '135709.404000', '135709.407000', '135709.410000', '135709.412000', '135709.415000', '135729.295000', '135729.298000', '135729.301000', '135729.304000', '135729.306000', '135729.309000', '135729.311000', '135729.314000', '135729.316000', '135729.319000', '135729.322000', '135729.324000', '135729.327000', '135729.329000', '135729.332000', '135729.334000', '135729.337000', '135729.339000', '135729.342000', '135729.345000', '135729.347000', '135729.350000', '135729.352000', '135729.355000', '135729.357000', '135729.360000', '135729.363000', '135729.366000', '135729.368000', '135729.371000', '135729.373000', '135729.376000', '135729.378000', '135729.381000', '135729.383000', '135729.386000', '135729.389000', '135729.392000', '135729.394000', '135729.397000', '135729.399000', '135729.402000', '135729.405000', '135729.407000', '135749.295000', '135749.298000', '135749.301000', '135749.303000', '135749.306000', '135749.309000', '135749.311000', '135749.314000', '135749.317000', '135749.319000', '135749.322000', '135749.324000', '135749.327000', '135749.329000', '135749.332000', '135749.335000', '135749.337000', '135749.340000', '135749.342000', '135749.345000', '135749.347000', '135749.350000', '135749.353000', '135749.355000', '135749.358000', '135749.360000', '135749.363000', '135749.366000', '135749.368000', '135749.371000', '135749.373000', '135749.376000', '135749.378000', '135749.381000', '135749.384000', '135749.386000', '135749.389000', '135749.391000', '135749.394000', '135749.396000', '135749.399000', '135749.401000', '135749.404000', '135809.296000', '135809.299000', '135809.302000', '135809.304000', '135809.307000', '135809.310000', '135809.312000', '135809.315000', '135809.317000', '135809.320000', '135809.323000', '135809.325000', '135809.328000', '135809.330000', '135809.333000', '135809.336000', '135809.338000', '135809.341000', '135809.343000', '135809.346000', '135809.349000', '135809.351000', '135809.354000', '135809.356000', '135809.359000', '135809.361000', '135809.364000', '135809.367000', '135809.369000', '135809.372000', '135809.374000', '135809.377000', '135809.380000', '135809.382000', '135809.385000', '135809.388000', '135809.390000', '135809.393000', '135809.395000', '135809.398000', '135809.400000', '135809.403000', '135809.405000', '135809.408000', '135829.295000', '135829.298000', '135829.301000', '135829.303000', '135829.306000', '135829.309000', '135829.311000', '135829.314000', '135829.317000', '135829.319000', '135829.322000', '135829.324000', '135829.327000', '135829.330000', '135829.332000', '135829.335000', '135829.337000', '135829.340000', '135829.343000', '135829.345000', '135829.348000', '135829.351000', '135829.353000', '135829.356000', '135829.363000', '135829.365000', '135829.368000', '135829.370000', '135829.373000', '135829.376000', '135829.378000', '135829.381000', '135829.384000', '135829.387000', '135829.389000', '135829.392000', '135829.394000', '135829.397000', '135829.399000', '135829.402000', '135829.404000', '135829.407000', '135829.410000', '135849.296000', '135849.299000', '135849.301000', '135849.304000', '135849.317000', '135849.320000', '135849.322000', '135849.325000', '135849.327000', '135849.330000', '135849.333000', '135849.335000', '135849.338000', '135849.340000', '135849.343000', '135849.346000', '135849.348000', '135849.351000', '135849.353000', '135849.356000', '135849.359000', '135849.361000', '135849.364000', '135849.366000', '135849.369000', '135849.372000', '135849.374000', '135849.377000', '135849.379000', '135849.382000', '135849.385000', '135849.387000', '135849.390000', '135849.393000', '135849.395000', '135849.398000', '135849.400000', '135849.403000', '135849.405000', '135849.408000', '135849.410000', '135849.413000', '135849.416000', '135849.418000', '135909.295000', '135909.298000', '135909.301000', '135909.304000', '135909.306000', '135909.309000', '135909.311000', '135909.314000', '135909.317000', '135909.319000', '135909.322000', '135909.324000', '135909.327000', '135909.329000', '135909.332000', '135909.335000', '135909.337000', '135909.340000', '135909.343000', '135909.345000', '135909.348000', '135909.350000', '135909.353000', '135909.356000', '135909.358000', '135909.361000', '135909.364000', '135909.366000', '135909.369000', '135909.371000', '135909.374000', '135909.377000', '135909.379000', '135909.382000', '135909.385000', '135909.387000', '135909.390000', '135909.392000', '135909.395000', '135909.397000', '135909.400000', '135909.403000', '135909.405000', '135929.295000', '135929.298000', '135929.301000', '135929.303000', '135929.306000', '135929.309000', '135929.311000', '135929.314000', '135929.316000', '135929.319000', '135929.321000', '135929.324000', '135929.326000', '135929.329000', '135929.332000', '135929.334000', '135929.337000', '135929.339000', '135929.342000', '135929.345000', '135929.347000', '135929.350000', '135929.352000', '135929.355000', '135929.358000', '135929.360000', '135929.363000', '135929.365000', '135929.368000', '135929.371000', '135929.373000', '135929.376000', '135929.379000', '135929.381000', '135929.384000', '135929.386000', '135929.389000', '135929.392000', '135929.394000', '135929.397000', '135929.399000', '135929.402000', '135929.405000', '135929.407000', '135949.295000', '135949.298000', '135949.301000', '135949.304000', '135949.306000', '135949.309000', '135949.311000', '135949.314000', '135949.316000', '135949.319000', '135949.322000', '135949.324000', '135949.327000', '135949.329000', '135949.332000', '135949.335000', '135949.337000', '135949.340000', '135949.342000', '135949.345000', '135949.347000', '135949.350000', '135949.353000', '135949.355000', '135949.358000', '135949.360000', '135949.363000', '135949.366000', '135949.368000', '135949.371000', '135949.374000', '135949.376000', '135949.379000', '135949.381000', '135949.384000', '135949.387000', '135949.389000', '135949.392000', '135949.394000', '135949.397000', '135949.400000', '135949.402000', '135949.405000', '140009.295000', '140009.298000', '140009.301000', '140009.303000', '140009.306000', '140009.309000', '140009.311000', '140009.314000', '140009.316000', '140009.319000', '140009.322000', '140009.324000', '140009.327000', '140009.330000', '140009.334000', '140009.337000', '140009.339000', '140009.342000', '140009.344000', '140009.347000', '140009.350000', '140009.352000', '140009.355000', '140009.358000', '140009.360000', '140009.363000', '140009.365000', '140009.368000', '140009.371000', '140009.383000', '140009.386000', '140009.388000', '140009.391000', '140009.393000', '140009.396000', '140009.398000', '140009.401000', '140009.403000', '140009.406000', '140009.409000', '140009.411000', '140009.414000', '140009.417000', '140009.419000', '140029.296000', '140029.299000', '140029.302000', '140029.304000', '140029.307000', '140029.310000', '140029.312000', '140029.315000', '140029.318000', '140029.320000', '140029.323000', '140029.325000', '140029.328000', '140029.331000', '140029.333000', '140029.336000', '140029.339000', '140029.341000', '140029.344000', '140029.346000', '140029.349000', '140029.352000', '140029.354000', '140029.357000', '140029.359000', '140029.362000', '140029.365000', '140029.367000', '140029.370000', '140029.372000', '140029.375000', '140029.378000', '140029.380000', '140029.383000', '140029.385000', '140029.388000', '140029.391000', '140029.393000', '140029.396000', '140029.398000', '140029.401000', '140029.404000', '140029.406000', '140049.295000', '140049.298000', '140049.301000', '140049.303000', '140049.306000', '140049.308000', '140049.311000', '140049.314000', '140049.316000', '140049.319000', '140049.321000', '140049.324000', '140049.326000', '140049.329000', '140049.332000', '140049.334000', '140049.337000', '140049.339000', '140049.342000', '140049.344000', '140049.347000', '140049.349000', '140049.352000', '140049.355000', '140049.357000', '140049.360000', '140049.362000', '140049.365000', '140049.367000', '140049.370000', '140049.373000', '140049.375000', '140049.378000', '140049.380000', '140049.383000', '140049.386000', '140049.388000', '140049.391000', '140049.393000', '140049.396000', '140049.399000', '140049.401000', '140049.404000', '140049.406000', '140104.427000', '140104.430000', '140104.433000', '140104.436000', '140104.438000', '140104.441000', '140104.443000', '140104.446000', '140104.449000', '140104.451000', '140104.454000', '140104.456000', '140104.459000', '140104.462000', '140104.464000', '140104.467000', '140104.470000', '140104.472000', '140104.475000', '140104.478000', '140104.481000', '140104.483000', '140104.486000', '140104.489000', '140104.492000', '140104.494000', '140104.497000', '140104.500000', '140104.502000', '140104.505000', '140104.509000', '140104.512000', '140104.514000'], 'InstanceCreationTime': ['135449.328000', '135449.334000', '135449.337000', '135449.339000', '135449.342000', '135449.345000', '135449.347000', '135449.350000', '135449.353000', '135449.355000', '135449.358000', '135449.360000', '135449.363000', '135449.365000', '135449.368000', '135449.370000', '135449.373000', '135449.376000', '135449.378000', '135449.381000', '135449.383000', '135449.386000', '135449.388000', '135449.391000', '135449.394000', '135449.396000', '135449.399000', '135449.401000', '135449.404000', '135449.406000', '135449.419000', '135449.421000', '135449.424000', '135449.427000', '135449.429000', '135449.432000', '135449.434000', '135449.437000', '135449.439000', '135449.442000', '135449.445000', '135449.448000', '135449.450000', '135449.453000', '135449.455000', '135449.458000', '135449.460000', '135449.463000', '135449.466000', '135449.468000', '135449.471000', '135449.473000', '135449.476000', '135449.478000', '135449.481000', '135449.483000', '135509.295000', '135509.298000', '135509.301000', '135509.304000', '135509.306000', '135509.309000', '135509.311000', '135509.328000', '135509.331000', '135509.333000', '135509.336000', '135509.338000', '135509.341000', '135509.343000', '135509.346000', '135509.349000', '135509.351000', '135509.354000', '135509.360000', '135509.363000', '135509.365000', '135509.368000', '135509.370000', '135509.373000', '135509.375000', '135509.378000', '135509.381000', '135509.383000', '135509.386000', '135509.389000', '135509.391000', '135509.394000', '135509.396000', '135509.399000', '135509.401000', '135509.404000', '135509.406000', '135509.410000', '135509.413000', '135509.416000', '135509.418000', '135509.421000', '135509.423000', '135529.295000', '135529.298000', '135529.301000', '135529.303000', '135529.306000', '135529.310000', '135529.312000', '135529.315000', '135529.318000', '135529.320000', '135529.323000', '135529.325000', '135529.328000', '135529.330000', '135529.333000', '135529.336000', '135529.338000', '135529.341000', '135529.343000', '135529.346000', '135529.348000', '135529.351000', '135529.353000', '135529.356000', '135529.358000', '135529.361000', '135529.364000', '135529.366000', '135529.369000', '135529.371000', '135529.374000', '135529.377000', '135529.379000', '135529.382000', '135529.384000', '135529.387000', '135529.389000', '135529.392000', '135529.395000', '135529.397000', '135529.400000', '135529.413000', '135529.416000', '135529.418000', '135549.296000', '135549.299000', '135549.302000', '135549.304000', '135549.307000', '135549.309000', '135549.312000', '135549.315000', '135549.317000', '135549.320000', '135549.322000', '135549.325000', '135549.329000', '135549.331000', '135549.334000', '135549.337000', '135549.339000', '135549.342000', '135549.344000', '135549.347000', '135549.349000', '135549.352000', '135549.354000', '135549.357000', '135549.360000', '135549.362000', '135549.365000', '135549.368000', '135549.370000', '135549.373000', '135549.375000', '135549.378000', '135549.381000', '135549.383000', '135549.386000', '135549.388000', '135549.391000', '135549.393000', '135549.396000', '135549.399000', '135549.401000', '135549.404000', '135549.406000', '135609.295000', '135609.298000', '135609.301000', '135609.303000', '135609.306000', '135609.309000', '135609.311000', '135609.314000', '135609.316000', '135609.319000', '135609.321000', '135609.324000', '135609.326000', '135609.329000', '135609.332000', '135609.334000', '135609.337000', '135609.339000', '135609.342000', '135609.344000', '135609.347000', '135609.360000', '135609.363000', '135609.366000', '135609.368000', '135609.371000', '135609.374000', '135609.376000', '135609.379000', '135609.381000', '135609.384000', '135609.387000', '135609.389000', '135609.392000', '135609.394000', '135609.397000', '135609.399000', '135609.402000', '135609.405000', '135609.407000', '135609.410000', '135609.412000', '135609.415000', '135609.418000', '135629.295000', '135629.298000', '135629.301000', '135629.303000', '135629.306000', '135629.309000', '135629.311000', '135629.319000', '135629.321000', '135629.324000', '135629.327000', '135629.329000', '135629.332000', '135629.335000', '135629.337000', '135629.340000', '135629.343000', '135629.345000', '135629.348000', '135629.350000', '135629.353000', '135629.355000', '135629.358000', '135629.360000', '135629.363000', '135629.366000', '135629.369000', '135629.371000', '135629.374000', '135629.376000', '135629.379000', '135629.381000', '135629.384000', '135629.387000', '135629.389000', '135629.392000', '135629.396000', '135629.399000', '135629.401000', '135629.404000', '135629.407000', '135629.409000', '135629.412000', '135649.295000', '135649.298000', '135649.301000', '135649.303000', '135649.306000', '135649.308000', '135649.311000', '135649.314000', '135649.316000', '135649.319000', '135649.321000', '135649.324000', '135649.327000', '135649.329000', '135649.332000', '135649.334000', '135649.337000', '135649.339000', '135649.342000', '135649.345000', '135649.347000', '135649.350000', '135649.352000', '135649.355000', '135649.357000', '135649.360000', '135649.363000', '135649.365000', '135649.368000', '135649.371000', '135649.373000', '135649.376000', '135649.378000', '135649.381000', '135649.383000', '135649.386000', '135649.389000', '135649.391000', '135649.394000', '135649.396000', '135649.399000', '135649.402000', '135649.404000', '135649.407000', '135709.295000', '135709.298000', '135709.301000', '135709.304000', '135709.306000', '135709.309000', '135709.311000', '135709.314000', '135709.317000', '135709.319000', '135709.322000', '135709.324000', '135709.327000', '135709.330000', '135709.332000', '135709.335000', '135709.337000', '135709.340000', '135709.342000', '135709.345000', '135709.348000', '135709.350000', '135709.353000', '135709.355000', '135709.358000', '135709.361000', '135709.363000', '135709.366000', '135709.368000', '135709.371000', '135709.373000', '135709.376000', '135709.378000', '135709.381000', '135709.384000', '135709.386000', '135709.389000', '135709.402000', '135709.404000', '135709.407000', '135709.410000', '135709.412000', '135709.415000', '135729.295000', '135729.298000', '135729.301000', '135729.304000', '135729.306000', '135729.309000', '135729.311000', '135729.314000', '135729.316000', '135729.319000', '135729.322000', '135729.324000', '135729.327000', '135729.329000', '135729.332000', '135729.334000', '135729.337000', '135729.339000', '135729.342000', '135729.345000', '135729.347000', '135729.350000', '135729.352000', '135729.355000', '135729.357000', '135729.360000', '135729.363000', '135729.366000', '135729.368000', '135729.371000', '135729.373000', '135729.376000', '135729.378000', '135729.381000', '135729.383000', '135729.386000', '135729.389000', '135729.392000', '135729.394000', '135729.397000', '135729.399000', '135729.402000', '135729.405000', '135729.407000', '135749.295000', '135749.298000', '135749.301000', '135749.303000', '135749.306000', '135749.309000', '135749.311000', '135749.314000', '135749.317000', '135749.319000', '135749.322000', '135749.324000', '135749.327000', '135749.329000', '135749.332000', '135749.335000', '135749.337000', '135749.340000', '135749.342000', '135749.345000', '135749.347000', '135749.350000', '135749.353000', '135749.355000', '135749.358000', '135749.360000', '135749.363000', '135749.366000', '135749.368000', '135749.371000', '135749.373000', '135749.376000', '135749.378000', '135749.381000', '135749.384000', '135749.386000', '135749.389000', '135749.391000', '135749.394000', '135749.396000', '135749.399000', '135749.401000', '135749.404000', '135809.296000', '135809.299000', '135809.302000', '135809.304000', '135809.307000', '135809.310000', '135809.312000', '135809.315000', '135809.317000', '135809.320000', '135809.323000', '135809.325000', '135809.328000', '135809.330000', '135809.333000', '135809.336000', '135809.338000', '135809.341000', '135809.343000', '135809.346000', '135809.349000', '135809.351000', '135809.354000', '135809.356000', '135809.359000', '135809.361000', '135809.364000', '135809.367000', '135809.369000', '135809.372000', '135809.374000', '135809.377000', '135809.380000', '135809.382000', '135809.385000', '135809.388000', '135809.390000', '135809.393000', '135809.395000', '135809.398000', '135809.400000', '135809.403000', '135809.405000', '135809.408000', '135829.295000', '135829.298000', '135829.301000', '135829.303000', '135829.306000', '135829.309000', '135829.311000', '135829.314000', '135829.317000', '135829.319000', '135829.322000', '135829.324000', '135829.327000', '135829.330000', '135829.332000', '135829.335000', '135829.337000', '135829.340000', '135829.343000', '135829.345000', '135829.348000', '135829.351000', '135829.353000', '135829.356000', '135829.363000', '135829.365000', '135829.368000', '135829.370000', '135829.373000', '135829.376000', '135829.378000', '135829.381000', '135829.384000', '135829.387000', '135829.389000', '135829.392000', '135829.394000', '135829.397000', '135829.399000', '135829.402000', '135829.404000', '135829.407000', '135829.410000', '135849.296000', '135849.299000', '135849.301000', '135849.304000', '135849.317000', '135849.320000', '135849.322000', '135849.325000', '135849.327000', '135849.330000', '135849.333000', '135849.335000', '135849.338000', '135849.340000', '135849.343000', '135849.346000', '135849.348000', '135849.351000', '135849.353000', '135849.356000', '135849.359000', '135849.361000', '135849.364000', '135849.366000', '135849.369000', '135849.372000', '135849.374000', '135849.377000', '135849.379000', '135849.382000', '135849.385000', '135849.387000', '135849.390000', '135849.393000', '135849.395000', '135849.398000', '135849.400000', '135849.403000', '135849.405000', '135849.408000', '135849.410000', '135849.413000', '135849.416000', '135849.418000', '135909.295000', '135909.298000', '135909.301000', '135909.304000', '135909.306000', '135909.309000', '135909.311000', '135909.314000', '135909.317000', '135909.319000', '135909.322000', '135909.324000', '135909.327000', '135909.329000', '135909.332000', '135909.335000', '135909.337000', '135909.340000', '135909.343000', '135909.345000', '135909.348000', '135909.350000', '135909.353000', '135909.356000', '135909.358000', '135909.361000', '135909.364000', '135909.366000', '135909.369000', '135909.371000', '135909.374000', '135909.377000', '135909.379000', '135909.382000', '135909.385000', '135909.387000', '135909.390000', '135909.392000', '135909.395000', '135909.397000', '135909.400000', '135909.403000', '135909.405000', '135929.295000', '135929.298000', '135929.301000', '135929.303000', '135929.306000', '135929.309000', '135929.311000', '135929.314000', '135929.316000', '135929.319000', '135929.321000', '135929.324000', '135929.326000', '135929.329000', '135929.332000', '135929.334000', '135929.337000', '135929.339000', '135929.342000', '135929.345000', '135929.347000', '135929.350000', '135929.352000', '135929.355000', '135929.358000', '135929.360000', '135929.363000', '135929.365000', '135929.368000', '135929.371000', '135929.373000', '135929.376000', '135929.379000', '135929.381000', '135929.384000', '135929.386000', '135929.389000', '135929.392000', '135929.394000', '135929.397000', '135929.399000', '135929.402000', '135929.405000', '135929.407000', '135949.295000', '135949.298000', '135949.301000', '135949.304000', '135949.306000', '135949.309000', '135949.311000', '135949.314000', '135949.316000', '135949.319000', '135949.322000', '135949.324000', '135949.327000', '135949.329000', '135949.332000', '135949.335000', '135949.337000', '135949.340000', '135949.342000', '135949.345000', '135949.347000', '135949.350000', '135949.353000', '135949.355000', '135949.358000', '135949.360000', '135949.363000', '135949.366000', '135949.368000', '135949.371000', '135949.374000', '135949.376000', '135949.379000', '135949.381000', '135949.384000', '135949.387000', '135949.389000', '135949.392000', '135949.394000', '135949.397000', '135949.400000', '135949.402000', '135949.405000', '140009.295000', '140009.298000', '140009.301000', '140009.303000', '140009.306000', '140009.309000', '140009.311000', '140009.314000', '140009.316000', '140009.319000', '140009.322000', '140009.324000', '140009.327000', '140009.330000', '140009.334000', '140009.337000', '140009.339000', '140009.342000', '140009.344000', '140009.347000', '140009.350000', '140009.352000', '140009.355000', '140009.358000', '140009.360000', '140009.363000', '140009.365000', '140009.368000', '140009.371000', '140009.383000', '140009.386000', '140009.388000', '140009.391000', '140009.393000', '140009.396000', '140009.398000', '140009.401000', '140009.403000', '140009.406000', '140009.409000', '140009.411000', '140009.414000', '140009.417000', '140009.419000', '140029.296000', '140029.299000', '140029.302000', '140029.304000', '140029.307000', '140029.310000', '140029.312000', '140029.315000', '140029.318000', '140029.320000', '140029.323000', '140029.325000', '140029.328000', '140029.331000', '140029.333000', '140029.336000', '140029.339000', '140029.341000', '140029.344000', '140029.346000', '140029.349000', '140029.352000', '140029.354000', '140029.357000', '140029.359000', '140029.362000', '140029.365000', '140029.367000', '140029.370000', '140029.372000', '140029.375000', '140029.378000', '140029.380000', '140029.383000', '140029.385000', '140029.388000', '140029.391000', '140029.393000', '140029.396000', '140029.398000', '140029.401000', '140029.404000', '140029.406000', '140049.295000', '140049.298000', '140049.301000', '140049.303000', '140049.306000', '140049.308000', '140049.311000', '140049.314000', '140049.316000', '140049.319000', '140049.321000', '140049.324000', '140049.326000', '140049.329000', '140049.332000', '140049.334000', '140049.337000', '140049.339000', '140049.342000', '140049.344000', '140049.347000', '140049.349000', '140049.352000', '140049.355000', '140049.357000', '140049.360000', '140049.362000', '140049.365000', '140049.367000', '140049.370000', '140049.373000', '140049.375000', '140049.378000', '140049.380000', '140049.383000', '140049.386000', '140049.388000', '140049.391000', '140049.393000', '140049.396000', '140049.399000', '140049.401000', '140049.404000', '140049.406000', '140104.427000', '140104.430000', '140104.433000', '140104.436000', '140104.438000', '140104.441000', '140104.443000', '140104.446000', '140104.449000', '140104.451000', '140104.454000', '140104.456000', '140104.459000', '140104.462000', '140104.464000', '140104.467000', '140104.470000', '140104.472000', '140104.475000', '140104.478000', '140104.481000', '140104.483000', '140104.486000', '140104.489000', '140104.492000', '140104.494000', '140104.497000', '140104.500000', '140104.502000', '140104.505000', '140104.509000', '140104.512000', '140104.514000'], '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': [16146, 9799, 16982, 10722, 13700, 10069, 15122, 10174, 16303, 11732, 18653, 12305, 21414, 12366, 14575, 12506, 9404, 15580, 10922, 18417, 11824, 20749, 10792, 14362, 10505, 9383, 12836, 11219, 12569, 9666, 12391, 9531, 12417, 8841, 15523, 10108, 15284, 10864, 9344, 13436, 9525, 15702, 10051, 16057, 10769, 16313, 10508, 15570, 10284, 13631, 11108, 9475, 12382, 9142, 14316, 9745, 15348, 10255, 15571, 10671, 15827, 11326, 14433, 10964, 9325, 14285, 9680, 17041, 11508, 12970, 12710, 10150, 16978, 10863, 22949, 11010, 16591, 11347, 11886, 12701, 11305, 14034, 9690, 16629, 10411, 20032, 10616, 9178, 12779, 9830, 16520, 10920, 13123, 12814, 9615, 15365, 9796, 16406, 10238, 16689, 10796, 16501, 11155, 15181, 9914, 13801, 9633, 14119, 9905, 15741, 10415, 14406, 9509, 9355, 12531, 9802, 15086, 10014, 18398, 11333, 11293, 11787, 9392, 14373, 10108, 15798, 10301, 19070, 11660, 14556, 11044, 9544, 12227, 9541, 15042, 10081, 16179, 10617, 20959, 11967, 13741, 12789, 9862, 14822, 10392, 13012, 11023, 9531, 14383, 10427, 19861, 10335, 16981, 10502, 15084, 10807, 15754, 11000, 9817, 12597, 9569, 14396, 10418, 16171, 10693, 10078, 14937, 10300, 14496, 10278, 9836, 14450, 10958, 22692, 11041, 15295, 11322, 10446, 14719, 10800, 21326, 11055, 15077, 10583, 10266, 14634, 10304, 21474, 10811, 12288, 10995, 9898, 14678, 10292, 17527, 10772, 9885, 12916, 10088, 14930, 10508, 10196, 13520, 9950, 15419, 10638, 11830, 11987, 10040, 15969, 10689, 14041, 10292, 9898, 13499, 10061, 16538, 11562, 14707, 10878, 9745, 13767, 9983, 18637, 11458, 11542, 12798, 9757, 15970, 10858, 13539, 11451, 10147, 15552, 10473, 17724, 10733, 13096, 12094, 10167, 16066, 10329, 18221, 10685, 12760, 11801, 10155, 14732, 9995, 19122, 10414, 13469, 11485, 9798, 15007, 10408, 16996, 10164, 9655, 13557, 9654, 16076, 10738, 21766, 11029, 15889, 10696, 11360, 13023, 9906, 15992, 10335, 17890, 10559, 12382, 13083, 10232, 16162, 10964, 19705, 10478, 10081, 12259, 10039, 15102, 10292, 17414, 10640, 9620, 13075, 10049, 15843, 10655, 16447, 11757, 10064, 12660, 9952, 15484, 10356, 20663, 11828, 10356, 11741, 10101, 14792, 10402, 14383, 11433, 9919, 14750, 10452, 12869, 10980, 10051, 15149, 10899, 13764, 11670, 10499, 16170, 10791, 14805, 11258, 10059, 14118, 10009, 15491, 11543, 21590, 11281, 11507, 11476, 9843, 15151, 10571, 16254, 10700, 9868, 13951, 10061, 15600, 10694, 14757, 11033, 10161, 14275, 10163, 18622, 10855, 13177, 12320, 10288, 17467, 10518, 15350, 11125, 10411, 15428, 10674, 22664, 12775, 10446, 12583, 10348, 17844, 11372, 12221, 12831, 10465, 15436, 10759, 13500, 10663, 10760, 14467, 10618, 17662, 10987, 13077, 11508, 10554, 14322, 10667, 21564, 10875, 14722, 10918, 10578, 13543, 10435, 17273, 11025, 15478, 10213, 10251, 13670, 10224, 18267, 11190, 12599, 10837, 10137, 13545, 10110, 17401, 11042, 16217, 10875, 12315, 11654, 10681, 15114, 10461, 17078, 10741, 13844, 11459, 10369, 14538, 10195, 16524, 10799, 13552, 11527, 10191, 15230, 10884, 13765, 10565, 10096, 14864, 10508, 20757, 11976, 11697, 12126, 10016, 14461, 10447, 16495, 11134, 20750, 11456, 11336, 10904, 10020, 14419, 10402, 20286, 11728, 10809, 11103, 10332, 14969, 11096, 12161, 12208, 10041, 15747, 10962, 11951, 12585, 10424, 15941, 11286, 22716, 11187, 15833, 11133, 10727, 13629, 10955, 18117, 10617, 16941, 10914, 16415, 11021, 12471, 12005, 10439, 13806, 10440, 14627, 11131, 12901, 11380, 10498, 13462, 10453, 14590, 10688, 19727, 11947, 15491, 10929, 10048, 10901, 10290, 14207, 10561, 19704, 11207, 15376, 10796, 10201, 12718, 10363, 16211, 10841, 17272, 10905, 10846, 12801, 10685, 16210, 10764, 19511, 10916, 10977, 11837, 10432, 15468, 10997, 13375, 9993, 10227, 13264, 10385, 16665, 12106, 21330, 11179, 15324, 10970, 13786, 11093, 14005, 12494, 10632, 13192, 10201, 14211, 11033, 13315, 10608, 10093, 14588, 10777, 14335, 11170, 12204, 11379, 15439, 12259, 10381, 13672, 10212, 13368, 10327, 14787, 10247, 17704, 10897, 20312, 10970, 13724, 11009, 10311, 14089, 10478, 15055, 10703, 9574, 12285, 10191, 14745, 11057, 21573, 10891, 16348, 10912, 12307, 11359, 13337, 12341, 10551, 13988, 10291, 14073, 10367, 15829, 11319, 22180, 11887, 11117, 11154, 10277, 14724, 10860, 19416, 11507, 10477, 12431, 10517, 16852, 11306, 13008, 13017, 10536, 17327, 10705, 19749, 10957, 16043, 11349, 10925, 12116, 10425, 13946, 10850, 13873, 10757, 10599, 14093, 10776, 11828, 9938, 10347, 13503, 10430, 10814, 14893, 20841, 10610, 16802, 10430, 14115, 11788, 16283, 10775, 16498, 10878, 12382, 11019, 10451, 15377, 10971, 10620, 12370, 10364, 14707, 10597, 10281, 17013, 12447, 16302, 12180, 10467, 15395, 10239, 17556, 12409, 18795, 10965, 19324, 10903, 15572, 10605, 10557, 13454, 10702, 16865, 9933, 10220, 13024, 10633, 20040, 12730, 10734, 11277, 10197, 15017, 10773, 20081, 11718, 15649, 11046, 10088, 11494, 10675, 13384, 10777, 15448, 10702, 18827, 10750, 16452, 10906, 16378, 11286, 12675, 11437, 10548, 13031, 10445, 13559, 10857, 14747, 11089, 10769, 11529, 10036, 13131, 10285, 14955, 11422, 18126, 10853, 19884, 10894, 16185, 11020, 13937, 12000, 10324, 13427, 10353, 14616, 10761, 15906, 11021, 10397, 13237, 10597, 15073, 11089, 19910, 11292, 13317, 13008, 10352, 15094, 10514, 17099, 11372, 20959, 12438, 10638, 11126, 10491, 13959, 10595, 16529, 11245, 13225, 10664, 9879, 12525, 10228, 16852, 11253, 13219, 11099, 9865, 11756, 10305, 14313, 10466, 17009, 10325, 16231, 10389, 15096, 10881, 19496, 11719, 11868, 11636, 10024, 13433, 10819, 13701, 10770, 10602, 13204, 9899, 14371, 10405, 16755, 11185, 17385, 11106, 9950, 11148, 10618, 14822, 10575, 19496, 12008, 14480, 10315, 10491, 13737, 10582, 17431, 11018, 13803, 10012, 10369, 13464, 10590, 19922, 11534, 9940, 11524, 10264, 15476, 10965, 18772, 11861, 10751, 12544, 10569, 14170, 10437, 17912, 10780, 18754, 10768, 15040, 10775, 10123, 12301, 10381, 14784, 10552, 15391, 10999, 12868, 11411, 10036, 14859, 10547, 16418, 10767, 18241, 10967, 20102, 12182, 14073, 10451, 9954, 12212, 10000, 14539, 10850, 13418, 12178, 9701, 15336, 10934, 13394, 11762, 10349, 15775, 10564, 17837, 10492, 10138, 13492], 'WindowCenter': [4712.0, 4647.0, 4692.0, 4628.0, 4644.0, 4593.0, 4629.0, 4594.0, 4629.0, 4602.0, 4638.0, 4600.0, 4660.0, 4597.0, 4620.0, 4599.0, 4568.0, 4618.0, 4577.0, 4625.0, 4576.0, 4623.0, 4563.0, 4580.0, 4552.0, 4540.0, 4570.0, 4561.0, 4569.0, 4539.0, 4571.0, 4541.0, 4571.0, 4543.0, 4603.0, 4564.0, 4603.0, 4574.0, 4553.0, 4595.0, 4554.0, 4614.0, 4566.0, 4615.0, 4577.0, 4617.0, 4577.0, 4618.0, 4592.0, 4610.0, 4588.0, 4578.0, 4610.0, 4580.0, 4619.0, 4581.0, 4633.0, 4593.0, 4630.0, 4594.0, 4631.0, 4600.0, 4622.0, 4591.0, 4572.0, 4619.0, 4581.0, 4640.0, 4603.0, 4613.0, 4623.0, 4595.0, 4641.0, 4593.0, 4673.0, 4603.0, 4641.0, 4601.0, 4599.0, 4609.0, 4591.0, 4620.0, 4580.0, 4630.0, 4589.0, 4650.0, 4590.0, 4570.0, 4609.0, 4588.0, 4639.0, 4603.0, 4622.0, 4624.0, 4592.0, 4643.0, 4593.0, 4641.0, 4593.0, 4640.0, 4602.0, 4640.0, 4589.0, 4618.0, 4577.0, 4606.0, 4566.0, 4620.0, 4579.0, 4616.0, 4577.0, 4616.0, 4566.0, 4569.0, 4607.0, 4591.0, 4628.0, 4593.0, 4651.0, 4602.0, 4601.0, 4600.0, 4580.0, 4619.0, 4590.0, 4630.0, 4591.0, 4649.0, 4613.0, 4629.0, 4601.0, 4581.0, 4610.0, 4579.0, 4631.0, 4592.0, 4640.0, 4590.0, 4660.0, 4613.0, 4621.0, 4611.0, 4580.0, 4628.0, 4603.0, 4621.0, 4601.0, 4594.0, 4630.0, 4601.0, 4663.0, 4591.0, 4640.0, 4602.0, 4631.0, 4601.0, 4640.0, 4603.0, 4592.0, 4611.0, 4590.0, 4630.0, 4601.0, 4642.0, 4592.0, 4593.0, 4643.0, 4594.0, 4631.0, 4592.0, 4592.0, 4630.0, 4604.0, 4676.0, 4601.0, 4640.0, 4601.0, 4589.0, 4631.0, 4591.0, 4673.0, 4599.0, 4629.0, 4589.0, 4578.0, 4618.0, 4578.0, 4660.0, 4590.0, 4608.0, 4589.0, 4578.0, 4629.0, 4590.0, 4652.0, 4592.0, 4589.0, 4610.0, 4593.0, 4629.0, 4589.0, 4592.0, 4619.0, 4591.0, 4640.0, 4602.0, 4612.0, 4612.0, 4591.0, 4655.0, 4603.0, 4632.0, 4603.0, 4592.0, 4624.0, 4591.0, 4641.0, 4613.0, 4632.0, 4601.0, 4582.0, 4621.0, 4590.0, 4650.0, 4614.0, 4613.0, 4621.0, 4592.0, 4641.0, 4602.0, 4620.0, 4600.0, 4594.0, 4644.0, 4601.0, 4651.0, 4600.0, 4619.0, 4609.0, 4590.0, 4642.0, 4593.0, 4650.0, 4602.0, 4610.0, 4600.0, 4590.0, 4632.0, 4592.0, 4650.0, 4590.0, 4620.0, 4611.0, 4592.0, 4631.0, 4603.0, 4640.0, 4593.0, 4594.0, 4621.0, 4593.0, 4642.0, 4603.0, 4672.0, 4603.0, 4640.0, 4602.0, 4601.0, 4622.0, 4591.0, 4643.0, 4594.0, 4652.0, 4604.0, 4610.0, 4621.0, 4591.0, 4643.0, 4604.0, 4662.0, 4589.0, 4590.0, 4610.0, 4589.0, 4631.0, 4592.0, 4653.0, 4604.0, 4590.0, 4623.0, 4593.0, 4641.0, 4600.0, 4640.0, 4614.0, 4591.0, 4610.0, 4591.0, 4630.0, 4591.0, 4660.0, 4611.0, 4590.0, 4599.0, 4591.0, 4630.0, 4601.0, 4629.0, 4600.0, 4593.0, 4632.0, 4602.0, 4622.0, 4604.0, 4592.0, 4643.0, 4604.0, 4632.0, 4615.0, 4604.0, 4643.0, 4604.0, 4633.0, 4600.0, 4592.0, 4618.0, 4590.0, 4643.0, 4603.0, 4663.0, 4600.0, 4601.0, 4599.0, 4579.0, 4629.0, 4603.0, 4639.0, 4590.0, 4594.0, 4632.0, 4592.0, 4641.0, 4604.0, 4633.0, 4601.0, 4605.0, 4631.0, 4594.0, 4662.0, 4605.0, 4622.0, 4612.0, 4591.0, 4653.0, 4591.0, 4631.0, 4600.0, 4589.0, 4631.0, 4590.0, 4672.0, 4611.0, 4588.0, 4608.0, 4590.0, 4639.0, 4596.0, 4596.0, 4608.0, 4588.0, 4628.0, 4589.0, 4607.0, 4592.0, 4591.0, 4631.0, 4590.0, 4638.0, 4589.0, 4620.0, 4601.0, 4591.0, 4621.0, 4591.0, 4662.0, 4592.0, 4628.0, 4590.0, 4589.0, 4609.0, 4589.0, 4641.0, 4589.0, 4629.0, 4578.0, 4589.0, 4618.0, 4579.0, 4649.0, 4601.0, 4609.0, 4590.0, 4591.0, 4621.0, 4591.0, 4654.0, 4602.0, 4641.0, 4600.0, 4610.0, 4601.0, 4592.0, 4633.0, 4591.0, 4641.0, 4600.0, 4621.0, 4600.0, 4590.0, 4632.0, 4592.0, 4640.0, 4602.0, 4621.0, 4611.0, 4591.0, 4642.0, 4604.0, 4631.0, 4592.0, 4592.0, 4632.0, 4602.0, 4674.0, 4613.0, 4613.0, 4612.0, 4594.0, 4630.0, 4601.0, 4641.0, 4600.0, 4672.0, 4602.0, 4600.0, 4590.0, 4580.0, 4618.0, 4588.0, 4663.0, 4603.0, 4590.0, 4600.0, 4591.0, 4631.0, 4601.0, 4612.0, 4613.0, 4591.0, 4641.0, 4600.0, 4610.0, 4612.0, 4593.0, 4642.0, 4605.0, 4671.0, 4602.0, 4629.0, 4587.0, 4588.0, 4609.0, 4587.0, 4639.0, 4577.0, 4627.0, 4586.0, 4626.0, 4585.0, 4595.0, 4598.0, 4587.0, 4620.0, 4588.0, 4618.0, 4600.0, 4609.0, 4602.0, 4588.0, 4621.0, 4601.0, 4633.0, 4592.0, 4659.0, 4614.0, 4643.0, 4603.0, 4593.0, 4602.0, 4592.0, 4633.0, 4591.0, 4664.0, 4604.0, 4630.0, 4603.0, 4589.0, 4611.0, 4593.0, 4645.0, 4602.0, 4641.0, 4600.0, 4591.0, 4610.0, 4591.0, 4644.0, 4601.0, 4651.0, 4602.0, 4604.0, 4613.0, 4590.0, 4632.0, 4605.0, 4620.0, 4593.0, 4591.0, 4621.0, 4592.0, 4640.0, 4615.0, 4673.0, 4601.0, 4631.0, 4591.0, 4618.0, 4589.0, 4608.0, 4612.0, 4590.0, 4610.0, 4588.0, 4618.0, 4590.0, 4621.0, 4588.0, 4590.0, 4645.0, 4605.0, 4633.0, 4614.0, 4613.0, 4614.0, 4633.0, 4613.0, 4592.0, 4622.0, 4593.0, 4620.0, 4592.0, 4620.0, 4578.0, 4640.0, 4592.0, 4649.0, 4591.0, 4619.0, 4589.0, 4591.0, 4622.0, 4602.0, 4630.0, 4603.0, 4591.0, 4613.0, 4603.0, 4634.0, 4616.0, 4675.0, 4614.0, 4655.0, 4604.0, 4614.0, 4614.0, 4623.0, 4615.0, 4605.0, 4633.0, 4590.0, 4620.0, 4589.0, 4630.0, 4601.0, 4673.0, 4603.0, 4601.0, 4599.0, 4589.0, 4629.0, 4601.0, 4651.0, 4614.0, 4591.0, 4608.0, 4592.0, 4637.0, 4600.0, 4612.0, 4625.0, 4591.0, 4643.0, 4591.0, 4649.0, 4589.0, 4626.0, 4587.0, 4588.0, 4597.0, 4588.0, 4619.0, 4587.0, 4619.0, 4587.0, 4600.0, 4620.0, 4600.0, 4610.0, 4590.0, 4591.0, 4621.0, 4601.0, 4616.0, 4648.0, 4665.0, 4591.0, 4641.0, 4590.0, 4620.0, 4599.0, 4640.0, 4589.0, 4639.0, 4599.0, 4609.0, 4589.0, 4600.0, 4643.0, 4615.0, 4603.0, 4624.0, 4605.0, 4643.0, 4604.0, 4604.0, 4653.0, 4625.0, 4657.0, 4613.0, 4604.0, 4642.0, 4591.0, 4642.0, 4611.0, 4652.0, 4590.0, 4650.0, 4590.0, 4628.0, 4587.0, 4588.0, 4621.0, 4590.0, 4639.0, 4579.0, 4590.0, 4608.0, 4591.0, 4648.0, 4620.0, 4602.0, 4602.0, 4604.0, 4633.0, 4603.0, 4660.0, 4613.0, 4644.0, 4601.0, 4593.0, 4601.0, 4589.0, 4608.0, 4585.0, 4618.0, 4578.0, 4650.0, 4586.0, 4627.0, 4586.0, 4615.0, 4588.0, 4596.0, 4588.0, 4587.0, 4607.0, 4587.0, 4623.0, 4601.0, 4629.0, 4600.0, 4603.0, 4601.0, 4593.0, 4623.0, 4593.0, 4629.0, 4600.0, 4655.0, 4602.0, 4662.0, 4602.0, 4640.0, 4591.0, 4619.0, 4611.0, 4591.0, 4619.0, 4593.0, 4630.0, 4601.0, 4642.0, 4602.0, 4604.0, 4621.0, 4601.0, 4630.0, 4602.0, 4664.0, 4601.0, 4623.0, 4623.0, 4593.0, 4631.0, 4590.0, 4631.0, 4600.0, 4660.0, 4611.0, 4591.0, 4591.0, 4590.0, 4608.0, 4589.0, 4627.0, 4592.0, 4609.0, 4589.0, 4582.0, 4609.0, 4592.0, 4639.0, 4601.0, 4623.0, 4604.0, 4593.0, 4614.0, 4590.0, 4621.0, 4592.0, 4647.0, 4592.0, 4632.0, 4579.0, 4619.0, 4588.0, 4649.0, 4599.0, 4600.0, 4601.0, 4581.0, 4610.0, 4591.0, 4622.0, 4591.0, 4603.0, 4624.0, 4593.0, 4632.0, 4591.0, 4641.0, 4602.0, 4654.0, 4601.0, 4593.0, 4601.0, 4591.0, 4622.0, 4591.0, 4663.0, 4600.0, 4621.0, 4581.0, 4589.0, 4609.0, 4579.0, 4641.0, 4590.0, 4619.0, 4579.0, 4588.0, 4611.0, 4590.0, 4662.0, 4604.0, 4593.0, 4601.0, 4594.0, 4629.0, 4603.0, 4650.0, 4613.0, 4591.0, 4612.0, 4589.0, 4617.0, 4589.0, 4638.0, 4589.0, 4637.0, 4577.0, 4618.0, 4586.0, 4577.0, 4595.0, 4576.0, 4620.0, 4589.0, 4627.0, 4589.0, 4610.0, 4599.0, 4594.0, 4633.0, 4603.0, 4641.0, 4603.0, 4650.0, 4602.0, 4650.0, 4611.0, 4623.0, 4593.0, 4583.0, 4612.0, 4593.0, 4633.0, 4605.0, 4624.0, 4625.0, 4595.0, 4644.0, 4604.0, 4623.0, 4612.0, 4593.0, 4644.0, 4605.0, 4655.0, 4605.0, 4605.0, 4625.0], 'WindowWidth': [10285.0, 10188.0, 10242.0, 10144.0, 10156.0, 10084.0, 10121.0, 10077.0, 10119.0, 10084.0, 10134.0, 10082.0, 10166.0, 10074.0, 10105.0, 10078.0, 10032.0, 10100.0, 10042.0, 10110.0, 10039.0, 10099.0, 10016.0, 10036.0, 9997.0, 9979.0, 10020.0, 10008.0, 10018.0, 9977.0, 10022.0, 9981.0, 10025.0, 9991.0, 10070.0, 10018.0, 10071.0, 10035.0, 10004.0, 10061.0, 10008.0, 10087.0, 10027.0, 10091.0, 10044.0, 10096.0, 10045.0, 10101.0, 10074.0, 10091.0, 10059.0, 10048.0, 10093.0, 10054.0, 10106.0, 10058.0, 10126.0, 10075.0, 10121.0, 10079.0, 10126.0, 10082.0, 10111.0, 10070.0, 10043.0, 10103.0, 10056.0, 10135.0, 10089.0, 10101.0, 10116.0, 10079.0, 10140.0, 10073.0, 10189.0, 10087.0, 10137.0, 10082.0, 10078.0, 10092.0, 10067.0, 10108.0, 10054.0, 10124.0, 10064.0, 10151.0, 10067.0, 10039.0, 10092.0, 10065.0, 10135.0, 10091.0, 10114.0, 10121.0, 10074.0, 10144.0, 10078.0, 10142.0, 10078.0, 10140.0, 10088.0, 10139.0, 10065.0, 10104.0, 10046.0, 10085.0, 10029.0, 10108.0, 10050.0, 10096.0, 10046.0, 10096.0, 10032.0, 10037.0, 10089.0, 10070.0, 10118.0, 10077.0, 10157.0, 10086.0, 10083.0, 10081.0, 10055.0, 10106.0, 10070.0, 10123.0, 10073.0, 10150.0, 10105.0, 10122.0, 10085.0, 10057.0, 10095.0, 10053.0, 10124.0, 10072.0, 10137.0, 10070.0, 10168.0, 10107.0, 10110.0, 10096.0, 10052.0, 10120.0, 10092.0, 10111.0, 10085.0, 10080.0, 10124.0, 10087.0, 10176.0, 10074.0, 10139.0, 10089.0, 10125.0, 10088.0, 10137.0, 10090.0, 10074.0, 10098.0, 10071.0, 10123.0, 10086.0, 10143.0, 10075.0, 10080.0, 10145.0, 10079.0, 10127.0, 10074.0, 10074.0, 10126.0, 10094.0, 10200.0, 10088.0, 10139.0, 10085.0, 10066.0, 10125.0, 10071.0, 10194.0, 10081.0, 10119.0, 10065.0, 10049.0, 10102.0, 10050.0, 10168.0, 10068.0, 10090.0, 10066.0, 10049.0, 10118.0, 10068.0, 10155.0, 10074.0, 10066.0, 10095.0, 10075.0, 10121.0, 10067.0, 10074.0, 10109.0, 10072.0, 10138.0, 10087.0, 10100.0, 10101.0, 10072.0, 10169.0, 10094.0, 10131.0, 10093.0, 10075.0, 10120.0, 10073.0, 10144.0, 10107.0, 10129.0, 10086.0, 10060.0, 10112.0, 10070.0, 10155.0, 10106.0, 10105.0, 10112.0, 10076.0, 10141.0, 10087.0, 10110.0, 10084.0, 10079.0, 10147.0, 10087.0, 10156.0, 10084.0, 10108.0, 10093.0, 10069.0, 10148.0, 10077.0, 10153.0, 10087.0, 10096.0, 10082.0, 10067.0, 10128.0, 10074.0, 10154.0, 10071.0, 10109.0, 10100.0, 10074.0, 10125.0, 10094.0, 10138.0, 10076.0, 10079.0, 10114.0, 10078.0, 10143.0, 10090.0, 10190.0, 10092.0, 10139.0, 10088.0, 10084.0, 10112.0, 10071.0, 10148.0, 10079.0, 10159.0, 10092.0, 10097.0, 10113.0, 10070.0, 10147.0, 10094.0, 10170.0, 10068.0, 10068.0, 10094.0, 10068.0, 10125.0, 10073.0, 10158.0, 10091.0, 10072.0, 10118.0, 10077.0, 10141.0, 10084.0, 10141.0, 10107.0, 10071.0, 10095.0, 10072.0, 10124.0, 10071.0, 10166.0, 10100.0, 10068.0, 10081.0, 10071.0, 10123.0, 10085.0, 10122.0, 10085.0, 10076.0, 10130.0, 10091.0, 10117.0, 10094.0, 10077.0, 10146.0, 10094.0, 10129.0, 10110.0, 10097.0, 10148.0, 10095.0, 10131.0, 10084.0, 10073.0, 10106.0, 10070.0, 10147.0, 10088.0, 10179.0, 10083.0, 10083.0, 10079.0, 10053.0, 10121.0, 10090.0, 10135.0, 10071.0, 10080.0, 10129.0, 10076.0, 10143.0, 10093.0, 10130.0, 10086.0, 10097.0, 10129.0, 10080.0, 10173.0, 10095.0, 10112.0, 10101.0, 10072.0, 10164.0, 10074.0, 10126.0, 10083.0, 10065.0, 10125.0, 10068.0, 10189.0, 10099.0, 10065.0, 10089.0, 10069.0, 10136.0, 10073.0, 10073.0, 10092.0, 10064.0, 10119.0, 10066.0, 10088.0, 10072.0, 10069.0, 10126.0, 10069.0, 10134.0, 10068.0, 10108.0, 10085.0, 10071.0, 10113.0, 10072.0, 10174.0, 10073.0, 10117.0, 10067.0, 10064.0, 10090.0, 10064.0, 10143.0, 10067.0, 10120.0, 10051.0, 10065.0, 10103.0, 10052.0, 10153.0, 10084.0, 10093.0, 10067.0, 10069.0, 10110.0, 10072.0, 10162.0, 10090.0, 10141.0, 10084.0, 10095.0, 10083.0, 10074.0, 10131.0, 10072.0, 10140.0, 10084.0, 10110.0, 10082.0, 10069.0, 10129.0, 10074.0, 10139.0, 10088.0, 10111.0, 10100.0, 10072.0, 10144.0, 10094.0, 10127.0, 10075.0, 10074.0, 10128.0, 10090.0, 10190.0, 10104.0, 10106.0, 10101.0, 10078.0, 10124.0, 10087.0, 10142.0, 10084.0, 10187.0, 10088.0, 10082.0, 10066.0, 10053.0, 10105.0, 10065.0, 10175.0, 10089.0, 10067.0, 10080.0, 10073.0, 10126.0, 10083.0, 10102.0, 10102.0, 10073.0, 10140.0, 10085.0, 10095.0, 10099.0, 10073.0, 10142.0, 10094.0, 10187.0, 10085.0, 10119.0, 10060.0, 10060.0, 10090.0, 10057.0, 10139.0, 10045.0, 10117.0, 10057.0, 10110.0, 10055.0, 10065.0, 10076.0, 10061.0, 10108.0, 10065.0, 10104.0, 10082.0, 10093.0, 10088.0, 10065.0, 10113.0, 10087.0, 10131.0, 10074.0, 10163.0, 10107.0, 10143.0, 10089.0, 10076.0, 10087.0, 10074.0, 10129.0, 10072.0, 10180.0, 10093.0, 10125.0, 10089.0, 10067.0, 10099.0, 10074.0, 10150.0, 10088.0, 10140.0, 10083.0, 10070.0, 10095.0, 10069.0, 10148.0, 10085.0, 10154.0, 10086.0, 10092.0, 10104.0, 10071.0, 10127.0, 10096.0, 10110.0, 10076.0, 10073.0, 10111.0, 10075.0, 10138.0, 10110.0, 10188.0, 10085.0, 10124.0, 10070.0, 10105.0, 10063.0, 10087.0, 10098.0, 10066.0, 10093.0, 10064.0, 10103.0, 10070.0, 10109.0, 10065.0, 10071.0, 10149.0, 10096.0, 10133.0, 10109.0, 10104.0, 10106.0, 10130.0, 10106.0, 10075.0, 10115.0, 10074.0, 10110.0, 10072.0, 10109.0, 10049.0, 10139.0, 10073.0, 10151.0, 10069.0, 10104.0, 10066.0, 10068.0, 10113.0, 10088.0, 10123.0, 10090.0, 10074.0, 10104.0, 10092.0, 10133.0, 10111.0, 10197.0, 10110.0, 10163.0, 10095.0, 10106.0, 10106.0, 10116.0, 10108.0, 10095.0, 10131.0, 10072.0, 10109.0, 10067.0, 10122.0, 10085.0, 10190.0, 10089.0, 10083.0, 10079.0, 10067.0, 10121.0, 10085.0, 10153.0, 10107.0, 10071.0, 10093.0, 10074.0, 10132.0, 10084.0, 10097.0, 10121.0, 10071.0, 10144.0, 10072.0, 10150.0, 10066.0, 10113.0, 10061.0, 10064.0, 10074.0, 10064.0, 10106.0, 10062.0, 10104.0, 10062.0, 10084.0, 10109.0, 10083.0, 10096.0, 10071.0, 10073.0, 10113.0, 10086.0, 10113.0, 10161.0, 10186.0, 10072.0, 10139.0, 10068.0, 10109.0, 10079.0, 10138.0, 10067.0, 10133.0, 10081.0, 10093.0, 10068.0, 10083.0, 10149.0, 10110.0, 10092.0, 10122.0, 10098.0, 10148.0, 10095.0, 10096.0, 10161.0, 10125.0, 10170.0, 10104.0, 10094.0, 10143.0, 10071.0, 10143.0, 10097.0, 10161.0, 10068.0, 10153.0, 10070.0, 10117.0, 10060.0, 10060.0, 10111.0, 10068.0, 10133.0, 10052.0, 10067.0, 10091.0, 10070.0, 10148.0, 10113.0, 10087.0, 10087.0, 10093.0, 10131.0, 10092.0, 10166.0, 10104.0, 10147.0, 10084.0, 10074.0, 10083.0, 10064.0, 10090.0, 10055.0, 10102.0, 10049.0, 10155.0, 10058.0, 10116.0, 10058.0, 10094.0, 10059.0, 10067.0, 10061.0, 10060.0, 10086.0, 10061.0, 10116.0, 10086.0, 10119.0, 10084.0, 10089.0, 10087.0, 10079.0, 10121.0, 10076.0, 10122.0, 10083.0, 10165.0, 10089.0, 10171.0, 10089.0, 10136.0, 10070.0, 10105.0, 10100.0, 10069.0, 10107.0, 10076.0, 10123.0, 10086.0, 10142.0, 10088.0, 10093.0, 10112.0, 10086.0, 10125.0, 10090.0, 10175.0, 10085.0, 10113.0, 10117.0, 10073.0, 10125.0, 10069.0, 10124.0, 10082.0, 10165.0, 10098.0, 10068.0, 10068.0, 10067.0, 10089.0, 10063.0, 10114.0, 10073.0, 10092.0, 10064.0, 10057.0, 10093.0, 10073.0, 10135.0, 10087.0, 10117.0, 10091.0, 10075.0, 10103.0, 10069.0, 10112.0, 10071.0, 10155.0, 10071.0, 10128.0, 10053.0, 10104.0, 10063.0, 10146.0, 10079.0, 10080.0, 10081.0, 10058.0, 10094.0, 10072.0, 10113.0, 10070.0, 10091.0, 10118.0, 10075.0, 10128.0, 10072.0, 10139.0, 10088.0, 10161.0, 10085.0, 10074.0, 10083.0, 10069.0, 10111.0, 10068.0, 10177.0, 10084.0, 10109.0, 10056.0, 10063.0, 10089.0, 10050.0, 10139.0, 10067.0, 10106.0, 10052.0, 10064.0, 10096.0, 10069.0, 10172.0, 10091.0, 10077.0, 10086.0, 10077.0, 10122.0, 10091.0, 10151.0, 10105.0, 10071.0, 10098.0, 10066.0, 10102.0, 10063.0, 10133.0, 10062.0, 10130.0, 10045.0, 10101.0, 10056.0, 10044.0, 10067.0, 10044.0, 10105.0, 10064.0, 10113.0, 10065.0, 10093.0, 10079.0, 10076.0, 10132.0, 10090.0, 10141.0, 10090.0, 10150.0, 10088.0, 10150.0, 10097.0, 10115.0, 10074.0, 10061.0, 10100.0, 10075.0, 10130.0, 10094.0, 10116.0, 10123.0, 10081.0, 10148.0, 10094.0, 10117.0, 10103.0, 10078.0, 10152.0, 10098.0, 10164.0, 10096.0, 10095.0, 10121.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.0009193218390804598</td></tr>
<tr><td colspan=3>aqi</td><td>0.01711036275862069</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.24380436530492</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2958096473532805</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0166149602301493</td></tr>
<tr><td colspan=3>efc</td><td>0.5228</td></tr>
<tr><td colspan=3>fber</td><td>3220.1816</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09407809806750925</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.862068965517241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2898888533645407</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1959189476452123</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.499173576778695</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1745740356697145</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102811</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015170461498200893</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03518291935324669</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.231685117434782</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>14.905</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.1602</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>255.9699</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289617.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1251.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>454.4224</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2522</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.7061</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3768.1505</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86927.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4887.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.4491</td></tr>
<tr><td colspan=3>tsnr</td><td>45.00354799604975</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>