<?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-0039_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-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039/ses-04/func/sub-0039_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>eecd1e416f592ed5627761db2c42ce93</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>17:22:54.937500</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.998958, -0.0162662, 0.0426301, 0.00819466, 0.983064, 0.183078]</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.0962711</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>[4154, -7773, -7249, 667, -72, -261, 14, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f0b142ad-4bcd-42aa-bee4-b92e6740f61b||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.6801326274871826, 0.021985670551657677, 0.12119261175394058, 104.37203979492188], [0.043641120195388794, 2.6374895572662354, 0.49285194277763367, -104.29890441894531], [0.11437354236841202, -0.491184264421463, 2.651869058609009, -51.046836853027344], [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': ['172254.937500', '172255.397500', '172255.857500', '172256.317500', '172256.777500', '172257.237500', '172257.697500', '172258.157500', '172258.617500', '172259.077500', '172259.537500', '172259.997500', '172300.457500', '172300.917500', '172301.377500', '172301.837500', '172302.297500', '172302.757500', '172303.217500', '172303.677500', '172304.137500', '172304.597500', '172305.057500', '172305.517500', '172305.977500', '172306.437500', '172306.897500', '172307.357500', '172307.817500', '172308.277500', '172308.737500', '172309.197500', '172309.657500', '172310.117500', '172310.577500', '172311.037500', '172311.497500', '172311.957500', '172312.417500', '172312.877500', '172313.337500', '172313.797500', '172314.257500', '172314.717500', '172315.177500', '172315.637500', '172316.097500', '172316.557500', '172317.017500', '172317.477500', '172317.937500', '172318.397500', '172318.857500', '172319.317500', '172319.777500', '172320.237500', '172320.697500', '172321.157500', '172321.617500', '172322.077500', '172322.537500', '172322.997500', '172323.457500', '172323.917500', '172324.377500', '172324.837500', '172325.297500', '172325.757500', '172326.217500', '172326.677500', '172327.137500', '172327.597500', '172328.057500', '172328.517500', '172328.977500', '172329.437500', '172329.897500', '172330.357500', '172330.817500', '172331.277500', '172331.737500', '172332.197500', '172332.657500', '172333.117500', '172333.577500', '172334.037500', '172334.497500', '172334.957500', '172335.417500', '172335.877500', '172336.337500', '172336.797500', '172337.257500', '172337.717500', '172338.177500', '172338.637500', '172339.097500', '172339.557500', '172340.017500', '172340.477500', '172340.937500', '172341.397500', '172341.857500', '172342.317500', '172342.777500', '172343.237500', '172343.697500', '172344.157500', '172344.617500', '172345.077500', '172345.537500', '172345.997500', '172346.457500', '172346.917500', '172347.377500', '172347.837500', '172348.297500', '172348.757500', '172349.217500', '172349.677500', '172350.137500', '172350.597500', '172351.057500', '172351.517500', '172351.977500', '172352.437500', '172352.897500', '172353.357500', '172353.817500', '172354.277500', '172354.737500', '172355.197500', '172355.657500', '172356.117500', '172356.577500', '172357.037500', '172357.497500', '172357.957500', '172358.417500', '172358.877500', '172359.337500', '172359.797500', '172400.257500', '172400.717500', '172401.177500', '172401.637500', '172402.097500', '172402.557500', '172403.017500', '172403.477500', '172403.937500', '172404.397500', '172404.857500', '172405.317500', '172405.777500', '172406.237500', '172406.697500', '172407.157500', '172407.617500', '172408.077500', '172408.537500', '172408.997500', '172409.457500', '172409.917500', '172410.377500', '172410.837500', '172411.297500', '172411.757500', '172412.217500', '172412.677500', '172413.137500', '172413.597500', '172414.057500', '172414.517500', '172414.977500', '172415.437500', '172415.897500', '172416.357500', '172416.817500', '172417.277500', '172417.737500', '172418.197500', '172418.657500', '172419.117500', '172419.577500', '172420.037500', '172420.497500', '172420.957500', '172421.417500', '172421.877500', '172422.337500', '172422.797500', '172423.257500', '172423.717500', '172424.177500', '172424.637500', '172425.097500', '172425.557500', '172426.017500', '172426.477500', '172426.937500', '172427.397500', '172427.857500', '172428.317500', '172428.777500', '172429.237500', '172429.697500', '172430.157500', '172430.617500', '172431.077500', '172431.537500', '172431.997500', '172432.457500', '172432.917500', '172433.377500', '172433.837500', '172434.297500', '172434.757500', '172435.217500', '172435.677500', '172436.137500', '172436.597500', '172437.057500', '172437.517500', '172437.977500', '172438.437500', '172438.897500', '172439.357500', '172439.817500', '172440.277500', '172440.737500', '172441.197500', '172441.657500', '172442.117500', '172442.577500', '172443.037500', '172443.497500', '172443.957500', '172444.417500', '172444.877500', '172445.337500', '172445.797500', '172446.257500', '172446.717500', '172447.177500', '172447.637500', '172448.097500', '172448.557500', '172449.017500', '172449.477500', '172449.937500', '172450.397500', '172450.857500', '172451.317500', '172451.777500', '172452.237500', '172452.697500', '172453.157500', '172453.617500', '172454.077500', '172454.537500', '172454.997500', '172455.457500', '172455.917500', '172456.377500', '172456.837500', '172457.297500', '172457.757500', '172458.217500', '172458.677500', '172459.137500', '172459.597500', '172500.057500', '172500.517500', '172500.977500', '172501.437500', '172501.897500', '172502.357500', '172502.817500', '172503.277500', '172503.737500', '172504.197500', '172504.657500', '172505.117500', '172505.577500', '172506.037500', '172506.497500', '172506.957500', '172507.417500', '172507.877500', '172508.337500', '172508.797500', '172509.257500', '172509.717500', '172510.177500', '172510.637500', '172511.097500', '172511.557500', '172512.017500', '172512.477500', '172512.937500', '172513.397500', '172513.857500', '172514.317500', '172514.777500', '172515.237500', '172515.697500', '172516.157500', '172516.617500', '172517.077500', '172517.537500', '172517.997500', '172518.457500', '172518.917500', '172519.377500', '172519.837500', '172520.297500', '172520.757500', '172521.217500', '172521.677500', '172522.137500', '172522.597500', '172523.057500', '172523.517500', '172523.977500', '172524.437500', '172524.897500', '172525.357500', '172525.817500', '172526.277500', '172526.737500', '172527.197500', '172527.657500', '172528.117500', '172528.577500', '172529.037500', '172529.497500', '172529.957500', '172530.417500', '172530.877500', '172531.337500', '172531.797500', '172532.257500', '172532.717500', '172533.177500', '172533.637500', '172534.097500', '172534.557500', '172535.017500', '172535.477500', '172535.937500', '172536.397500', '172536.857500', '172537.317500', '172537.777500', '172538.237500', '172538.697500', '172539.157500', '172539.617500', '172540.077500', '172540.537500', '172540.997500', '172541.457500', '172541.917500', '172542.377500', '172542.837500', '172543.297500', '172543.757500', '172544.217500', '172544.677500', '172545.137500', '172545.597500', '172546.057500', '172546.517500', '172546.977500', '172547.437500', '172547.897500', '172548.357500', '172548.817500', '172549.277500', '172549.737500', '172550.197500', '172550.657500', '172551.117500', '172551.577500', '172552.037500', '172552.497500', '172552.957500', '172553.417500', '172553.877500', '172554.337500', '172554.797500', '172555.257500', '172555.717500', '172556.177500', '172556.637500', '172557.097500', '172557.557500', '172558.017500', '172558.477500', '172558.937500', '172559.397500', '172559.857500', '172600.317500', '172600.777500', '172601.237500', '172601.697500', '172602.157500', '172602.617500', '172603.077500', '172603.537500', '172603.997500', '172604.457500', '172604.917500', '172605.377500', '172605.837500', '172606.297500', '172606.757500', '172607.217500', '172607.677500', '172608.137500', '172608.597500', '172609.057500', '172609.517500', '172609.977500', '172610.437500', '172610.897500', '172611.357500', '172611.817500', '172612.277500', '172612.737500', '172613.197500', '172613.657500', '172614.117500', '172614.577500', '172615.037500', '172615.497500', '172615.957500', '172616.417500', '172616.877500', '172617.337500', '172617.797500', '172618.257500', '172618.717500', '172619.177500', '172619.637500', '172620.097500', '172620.557500', '172621.017500', '172621.477500', '172621.937500', '172622.397500', '172622.857500', '172623.317500', '172623.777500', '172624.237500', '172624.697500', '172625.157500', '172625.617500', '172626.077500', '172626.537500', '172626.997500', '172627.457500', '172627.917500', '172628.377500', '172628.837500', '172629.297500', '172629.757500', '172630.217500', '172630.677500', '172631.137500', '172631.597500', '172632.057500', '172632.517500', '172632.977500', '172633.437500', '172633.897500', '172634.357500', '172634.817500', '172635.277500', '172635.737500', '172636.197500', '172636.657500', '172637.117500', '172637.577500', '172638.037500', '172638.497500', '172638.957500', '172639.417500', '172639.877500', '172640.337500', '172640.797500', '172641.257500', '172641.717500', '172642.177500', '172642.637500', '172643.097500', '172643.557500', '172644.017500', '172644.477500', '172644.937500', '172645.397500', '172645.857500', '172646.317500', '172646.777500', '172647.237500', '172647.697500', '172648.157500', '172648.617500', '172649.077500', '172649.537500', '172649.997500', '172650.457500', '172650.917500', '172651.377500', '172651.837500', '172652.297500', '172652.757500', '172653.217500', '172653.677500', '172654.137500', '172654.597500', '172655.057500', '172655.517500', '172655.977500', '172656.437500', '172656.897500', '172657.357500', '172657.817500', '172658.277500', '172658.737500', '172659.197500', '172659.657500', '172700.117500', '172700.577500', '172701.037500', '172701.497500', '172701.957500', '172702.417500', '172702.877500', '172703.337500', '172703.797500', '172704.257500', '172704.717500', '172705.177500', '172705.637500', '172706.097500', '172706.557500', '172707.017500', '172707.477500', '172707.937500', '172708.397500', '172708.857500', '172709.317500', '172709.777500', '172710.237500', '172710.697500', '172711.157500', '172711.617500', '172712.077500', '172712.537500', '172712.997500', '172713.457500', '172713.917500', '172714.377500', '172714.837500', '172715.297500', '172715.757500', '172716.217500', '172716.677500', '172717.137500', '172717.597500', '172718.057500', '172718.517500', '172718.977500', '172719.437500', '172719.897500', '172720.357500', '172720.817500', '172721.277500', '172721.737500', '172722.197500', '172722.657500', '172723.117500', '172723.577500', '172724.037500', '172724.497500', '172724.957500', '172725.417500', '172725.877500', '172726.337500', '172726.797500', '172727.257500', '172727.717500', '172728.177500', '172728.637500', '172729.097500', '172729.557500', '172730.017500', '172730.477500', '172730.937500', '172731.397500', '172731.857500', '172732.317500', '172732.777500', '172733.237500', '172733.697500', '172734.157500', '172734.617500', '172735.077500', '172735.537500', '172735.997500', '172736.457500', '172736.917500', '172737.377500', '172737.837500', '172738.297500', '172738.757500', '172739.217500', '172739.677500', '172740.137500', '172740.597500', '172741.057500', '172741.517500', '172741.977500', '172742.437500', '172742.897500', '172743.357500', '172743.817500', '172744.277500', '172744.737500', '172745.197500', '172745.657500', '172746.117500', '172746.577500', '172747.037500', '172747.497500', '172747.957500', '172748.417500', '172748.877500', '172749.337500', '172749.797500', '172750.257500', '172750.717500', '172751.177500', '172751.637500', '172752.097500', '172752.557500', '172753.017500', '172753.477500', '172753.937500', '172754.397500', '172754.857500', '172755.317500', '172755.777500', '172756.237500', '172756.697500', '172757.157500', '172757.617500', '172758.077500', '172758.537500', '172758.997500', '172759.457500', '172759.917500', '172800.377500', '172800.837500', '172801.297500', '172801.757500', '172802.217500', '172802.677500', '172803.137500', '172803.597500', '172804.057500', '172804.517500', '172804.977500', '172805.437500', '172805.897500', '172806.357500', '172806.817500', '172807.277500', '172807.737500', '172808.197500', '172808.657500', '172809.117500', '172809.577500', '172810.037500', '172810.497500', '172810.957500', '172811.417500', '172811.877500', '172812.337500', '172812.797500', '172813.257500', '172813.717500', '172814.177500', '172814.637500', '172815.097500', '172815.557500', '172816.017500', '172816.477500', '172816.937500', '172817.397500', '172817.857500', '172818.317500', '172818.777500', '172819.237500', '172819.697500', '172820.157500', '172820.617500', '172821.077500', '172821.537500', '172821.997500', '172822.457500', '172822.917500', '172823.377500', '172823.837500', '172824.297500', '172824.757500', '172825.217500', '172825.677500', '172826.137500', '172826.597500', '172827.057500', '172827.517500', '172827.977500', '172828.437500', '172828.897500', '172829.357500', '172829.817500', '172830.277500', '172830.737500', '172831.197500', '172831.657500', '172832.117500', '172832.577500', '172833.037500', '172833.497500', '172833.957500', '172834.417500', '172834.877500', '172835.337500', '172835.797500', '172836.257500', '172836.717500', '172837.177500', '172837.637500', '172838.097500', '172838.557500', '172839.017500', '172839.477500', '172839.937500', '172840.397500', '172840.857500', '172841.317500', '172841.777500', '172842.237500', '172842.697500', '172843.157500', '172843.617500', '172844.077500', '172844.537500', '172844.997500', '172845.457500', '172845.917500', '172846.377500', '172846.837500', '172847.297500', '172847.757500', '172848.217500', '172848.677500', '172849.137500', '172849.597500', '172850.057500', '172850.517500', '172850.977500', '172851.437500', '172851.897500', '172852.357500', '172852.817500', '172853.277500', '172853.737500', '172854.197500', '172854.657500', '172855.117500', '172855.577500', '172856.037500', '172856.497500', '172856.957500', '172857.417500', '172857.877500', '172858.337500', '172858.797500', '172859.257500', '172859.717500', '172900.177500', '172900.637500', '172901.097500', '172901.557500', '172902.017500', '172902.477500', '172902.937500', '172903.397500', '172903.857500', '172904.317500', '172904.777500', '172905.237500', '172905.697500', '172906.157500', '172906.617500', '172907.077500', '172907.537500', '172907.997500', '172908.457500', '172908.917500', '172909.377500', '172909.837500', '172910.297500', '172910.757500', '172911.217500', '172911.677500', '172912.137500', '172912.597500', '172913.057500', '172913.517500', '172913.977500', '172914.437500', '172914.897500', '172915.357500', '172915.817500', '172916.277500', '172916.737500', '172917.197500', '172917.657500', '172918.117500', '172918.577500', '172919.037500', '172919.497500', '172919.957500', '172920.417500', '172920.877500', '172921.337500', '172921.797500', '172922.257500', '172922.717500', '172923.177500', '172923.637500', '172924.097500', '172924.557500', '172925.017500', '172925.477500', '172925.937500', '172926.397500', '172926.857500', '172927.317500', '172927.777500', '172928.237500', '172928.697500', '172929.157500', '172929.617500', '172930.077500', '172930.537500', '172930.997500', '172931.457500', '172931.917500', '172932.377500', '172932.837500', '172933.297500', '172933.757500', '172934.217500', '172934.677500', '172935.137500', '172935.597500'], 'ContentTime': ['172309.155000', '172309.159000', '172309.162000', '172309.165000', '172309.168000', '172309.170000', '172309.174000', '172309.176000', '172309.179000', '172309.182000', '172309.184000', '172309.187000', '172309.196000', '172309.198000', '172309.202000', '172309.204000', '172309.207000', '172309.209000', '172309.212000', '172309.214000', '172309.217000', '172309.220000', '172309.222000', '172309.231000', '172309.234000', '172309.237000', '172309.239000', '172309.252000', '172329.122000', '172329.125000', '172329.128000', '172329.131000', '172329.133000', '172329.136000', '172329.138000', '172329.141000', '172329.143000', '172329.146000', '172329.149000', '172329.151000', '172329.154000', '172329.156000', '172329.159000', '172329.162000', '172329.164000', '172329.167000', '172329.169000', '172329.172000', '172329.174000', '172329.177000', '172329.180000', '172329.182000', '172329.185000', '172329.187000', '172329.190000', '172329.192000', '172329.195000', '172329.198000', '172329.207000', '172329.209000', '172329.212000', '172329.214000', '172329.217000', '172329.219000', '172329.222000', '172329.225000', '172329.227000', '172329.230000', '172329.232000', '172329.235000', '172329.237000', '172349.122000', '172349.125000', '172349.128000', '172349.130000', '172349.133000', '172349.136000', '172349.138000', '172349.141000', '172349.143000', '172349.146000', '172349.148000', '172349.151000', '172349.153000', '172349.156000', '172349.159000', '172349.161000', '172349.164000', '172349.166000', '172349.171000', '172349.174000', '172349.177000', '172349.179000', '172349.182000', '172349.184000', '172349.187000', '172349.189000', '172349.192000', '172349.194000', '172349.197000', '172349.199000', '172349.202000', '172349.205000', '172349.207000', '172349.210000', '172349.212000', '172349.215000', '172349.217000', '172349.220000', '172349.222000', '172349.225000', '172349.227000', '172349.230000', '172349.232000', '172349.235000', '172409.122000', '172409.125000', '172409.128000', '172409.130000', '172409.133000', '172409.136000', '172409.138000', '172409.141000', '172409.143000', '172409.146000', '172409.149000', '172409.151000', '172409.154000', '172409.156000', '172409.159000', '172409.162000', '172409.164000', '172409.167000', '172409.169000', '172409.172000', '172409.175000', '172409.177000', '172409.180000', '172409.182000', '172409.185000', '172409.188000', '172409.190000', '172409.193000', '172409.195000', '172409.198000', '172409.200000', '172409.203000', '172409.205000', '172409.208000', '172409.211000', '172409.213000', '172409.216000', '172409.218000', '172409.221000', '172409.223000', '172409.226000', '172409.229000', '172409.231000', '172429.122000', '172429.125000', '172429.128000', '172429.130000', '172429.133000', '172429.136000', '172429.138000', '172429.141000', '172429.143000', '172429.146000', '172429.148000', '172429.151000', '172429.159000', '172429.161000', '172429.164000', '172429.167000', '172429.169000', '172429.172000', '172429.175000', '172429.177000', '172429.180000', '172429.183000', '172429.185000', '172429.188000', '172429.190000', '172429.193000', '172429.196000', '172429.198000', '172429.201000', '172429.203000', '172429.206000', '172429.209000', '172429.211000', '172429.214000', '172429.217000', '172429.219000', '172429.222000', '172429.225000', '172429.227000', '172429.230000', '172429.233000', '172429.235000', '172429.238000', '172449.122000', '172449.125000', '172449.128000', '172449.130000', '172449.133000', '172449.136000', '172449.138000', '172449.141000', '172449.143000', '172449.146000', '172449.149000', '172449.151000', '172449.154000', '172449.156000', '172449.159000', '172449.162000', '172449.164000', '172449.167000', '172449.170000', '172449.172000', '172449.175000', '172449.177000', '172449.180000', '172449.183000', '172449.185000', '172449.188000', '172449.190000', '172449.193000', '172449.195000', '172449.198000', '172449.201000', '172449.203000', '172449.206000', '172449.208000', '172449.211000', '172449.214000', '172449.216000', '172449.219000', '172449.221000', '172449.232000', '172449.235000', '172449.238000', '172449.240000', '172449.243000', '172509.122000', '172509.125000', '172509.128000', '172509.130000', '172509.133000', '172509.136000', '172509.138000', '172509.141000', '172509.144000', '172509.146000', '172509.149000', '172509.151000', '172509.154000', '172509.156000', '172509.159000', '172509.162000', '172509.164000', '172509.167000', '172509.170000', '172509.172000', '172509.175000', '172509.177000', '172509.180000', '172509.183000', '172509.185000', '172509.188000', '172509.190000', '172509.193000', '172509.195000', '172509.198000', '172509.201000', '172509.203000', '172509.206000', '172509.208000', '172509.211000', '172509.214000', '172509.216000', '172509.219000', '172509.221000', '172509.224000', '172509.227000', '172509.229000', '172509.232000', '172529.122000', '172529.125000', '172529.128000', '172529.131000', '172529.133000', '172529.136000', '172529.138000', '172529.141000', '172529.143000', '172529.146000', '172529.149000', '172529.151000', '172529.154000', '172529.156000', '172529.159000', '172529.162000', '172529.164000', '172529.167000', '172529.169000', '172529.172000', '172529.174000', '172529.177000', '172529.179000', '172529.182000', '172529.185000', '172529.187000', '172529.190000', '172529.192000', '172529.195000', '172529.197000', '172529.200000', '172529.203000', '172529.205000', '172529.208000', '172529.210000', '172529.213000', '172529.216000', '172529.218000', '172529.221000', '172529.223000', '172529.226000', '172529.228000', '172529.231000', '172529.234000', '172549.122000', '172549.125000', '172549.128000', '172549.130000', '172549.133000', '172549.136000', '172549.138000', '172549.141000', '172549.144000', '172549.147000', '172549.149000', '172549.152000', '172549.154000', '172549.157000', '172549.160000', '172549.162000', '172549.165000', '172549.168000', '172549.170000', '172549.173000', '172549.175000', '172549.178000', '172549.181000', '172549.183000', '172549.187000', '172549.190000', '172549.192000', '172549.195000', '172549.198000', '172549.200000', '172549.203000', '172549.205000', '172549.208000', '172549.211000', '172549.213000', '172549.216000', '172549.218000', '172549.221000', '172549.224000', '172549.226000', '172549.229000', '172549.231000', '172549.234000', '172609.122000', '172609.125000', '172609.128000', '172609.131000', '172609.133000', '172609.136000', '172609.138000', '172609.141000', '172609.144000', '172609.146000', '172609.149000', '172609.151000', '172609.154000', '172609.157000', '172609.159000', '172609.162000', '172609.165000', '172609.168000', '172609.170000', '172609.173000', '172609.175000', '172609.178000', '172609.180000', '172609.183000', '172609.186000', '172609.189000', '172609.191000', '172609.194000', '172609.196000', '172609.199000', '172609.201000', '172609.204000', '172609.207000', '172609.209000', '172609.212000', '172609.214000', '172609.217000', '172609.220000', '172609.222000', '172609.225000', '172609.227000', '172609.230000', '172609.233000', '172609.235000', '172629.122000', '172629.125000', '172629.128000', '172629.131000', '172629.133000', '172629.136000', '172629.138000', '172629.141000', '172629.144000', '172629.146000', '172629.149000', '172629.151000', '172629.154000', '172629.156000', '172629.159000', '172629.162000', '172629.165000', '172629.167000', '172629.170000', '172629.172000', '172629.175000', '172629.178000', '172629.180000', '172629.183000', '172629.185000', '172629.188000', '172629.191000', '172629.193000', '172629.196000', '172629.198000', '172629.201000', '172629.204000', '172629.206000', '172629.209000', '172629.223000', '172629.226000', '172629.228000', '172629.231000', '172629.234000', '172629.236000', '172629.239000', '172629.241000', '172629.244000', '172649.123000', '172649.125000', '172649.128000', '172649.131000', '172649.133000', '172649.136000', '172649.139000', '172649.141000', '172649.144000', '172649.146000', '172649.149000', '172649.152000', '172649.154000', '172649.157000', '172649.160000', '172649.162000', '172649.165000', '172649.167000', '172649.170000', '172649.173000', '172649.175000', '172649.178000', '172649.180000', '172649.183000', '172649.185000', '172649.188000', '172649.191000', '172649.193000', '172649.196000', '172649.198000', '172649.201000', '172649.203000', '172649.206000', '172649.209000', '172649.211000', '172649.214000', '172649.216000', '172649.219000', '172649.222000', '172649.224000', '172649.227000', '172649.229000', '172649.232000', '172649.235000', '172709.122000', '172709.125000', '172709.128000', '172709.130000', '172709.133000', '172709.136000', '172709.138000', '172709.141000', '172709.144000', '172709.146000', '172709.149000', '172709.151000', '172709.154000', '172709.156000', '172709.159000', '172709.162000', '172709.164000', '172709.167000', '172709.170000', '172709.172000', '172709.175000', '172709.177000', '172709.180000', '172709.183000', '172709.185000', '172709.188000', '172709.191000', '172709.193000', '172709.196000', '172709.198000', '172709.201000', '172709.204000', '172709.207000', '172709.209000', '172709.212000', '172709.215000', '172709.217000', '172709.220000', '172709.222000', '172709.226000', '172709.229000', '172709.232000', '172709.234000', '172729.122000', '172729.125000', '172729.128000', '172729.131000', '172729.133000', '172729.136000', '172729.139000', '172729.141000', '172729.144000', '172729.146000', '172729.149000', '172729.151000', '172729.154000', '172729.157000', '172729.159000', '172729.162000', '172729.164000', '172729.167000', '172729.170000', '172729.172000', '172729.175000', '172729.178000', '172729.180000', '172729.183000', '172729.185000', '172729.188000', '172729.190000', '172729.193000', '172729.196000', '172729.198000', '172729.201000', '172729.204000', '172729.206000', '172729.209000', '172729.211000', '172729.214000', '172729.217000', '172729.219000', '172729.222000', '172729.224000', '172729.227000', '172729.230000', '172729.232000', '172729.235000', '172749.123000', '172749.125000', '172749.128000', '172749.131000', '172749.133000', '172749.136000', '172749.139000', '172749.141000', '172749.144000', '172749.147000', '172749.149000', '172749.152000', '172749.154000', '172749.157000', '172749.160000', '172749.162000', '172749.165000', '172749.168000', '172749.170000', '172749.173000', '172749.176000', '172749.178000', '172749.181000', '172749.183000', '172749.186000', '172749.188000', '172749.191000', '172749.194000', '172749.196000', '172749.199000', '172749.201000', '172749.204000', '172749.207000', '172749.209000', '172749.212000', '172749.214000', '172749.217000', '172749.220000', '172749.222000', '172749.225000', '172749.227000', '172749.230000', '172749.232000', '172809.122000', '172809.125000', '172809.142000', '172809.145000', '172809.148000', '172809.150000', '172809.153000', '172809.155000', '172809.158000', '172809.161000', '172809.163000', '172809.166000', '172809.168000', '172809.171000', '172809.174000', '172809.176000', '172809.179000', '172809.181000', '172809.184000', '172809.187000', '172809.189000', '172809.192000', '172809.194000', '172809.197000', '172809.200000', '172809.202000', '172809.205000', '172809.208000', '172809.210000', '172809.213000', '172809.215000', '172809.218000', '172809.221000', '172809.223000', '172809.226000', '172809.228000', '172809.231000', '172809.234000', '172809.236000', '172809.239000', '172809.241000', '172809.244000', '172809.246000', '172809.249000', '172829.123000', '172829.126000', '172829.128000', '172829.131000', '172829.133000', '172829.136000', '172829.139000', '172829.141000', '172829.144000', '172829.146000', '172829.149000', '172829.152000', '172829.154000', '172829.157000', '172829.160000', '172829.163000', '172829.165000', '172829.168000', '172829.170000', '172829.173000', '172829.175000', '172829.178000', '172829.181000', '172829.183000', '172829.186000', '172829.188000', '172829.191000', '172829.194000', '172829.196000', '172829.199000', '172829.202000', '172829.204000', '172829.207000', '172829.210000', '172829.212000', '172829.215000', '172829.218000', '172829.220000', '172829.223000', '172829.226000', '172829.228000', '172829.231000', '172829.233000', '172849.122000', '172849.125000', '172849.128000', '172849.131000', '172849.133000', '172849.136000', '172849.138000', '172849.141000', '172849.144000', '172849.146000', '172849.149000', '172849.151000', '172849.154000', '172849.156000', '172849.159000', '172849.162000', '172849.164000', '172849.167000', '172849.169000', '172849.172000', '172849.175000', '172849.177000', '172849.180000', '172849.182000', '172849.185000', '172849.188000', '172849.190000', '172849.193000', '172849.196000', '172849.198000', '172849.201000', '172849.203000', '172849.206000', '172849.209000', '172849.211000', '172849.214000', '172849.216000', '172849.219000', '172849.222000', '172849.224000', '172849.227000', '172849.229000', '172849.232000', '172849.235000', '172909.122000', '172909.125000', '172909.128000', '172909.130000', '172909.133000', '172909.136000', '172909.138000', '172909.141000', '172909.143000', '172909.146000', '172909.148000', '172909.151000', '172909.154000', '172909.156000', '172909.159000', '172909.161000', '172909.164000', '172909.167000', '172909.169000', '172909.172000', '172909.174000', '172909.177000', '172909.179000', '172909.182000', '172909.185000', '172909.187000', '172909.190000', '172909.192000', '172909.195000', '172909.197000', '172909.200000', '172909.203000', '172909.205000', '172909.208000', '172909.210000', '172909.213000', '172909.215000', '172909.218000', '172909.221000', '172909.223000', '172909.226000', '172909.229000', '172909.231000', '172929.123000', '172929.125000', '172929.128000', '172929.131000', '172929.133000', '172929.136000', '172929.138000', '172929.141000', '172929.144000', '172929.146000', '172929.149000', '172929.152000', '172929.168000', '172929.170000', '172929.173000', '172929.176000', '172929.178000', '172929.181000', '172929.184000', '172929.186000', '172929.189000', '172929.191000', '172929.194000', '172929.197000', '172929.199000', '172929.202000', '172929.204000', '172929.207000', '172929.210000', '172929.212000', '172929.215000', '172929.217000', '172929.220000', '172929.223000', '172929.225000', '172929.228000', '172929.230000', '172929.233000', '172929.236000', '172929.238000', '172929.241000', '172929.243000', '172929.246000', '172929.249000', '172937.279000', '172937.282000', '172937.285000', '172937.288000', '172937.291000', '172937.294000', '172937.297000', '172937.299000', '172937.302000', '172937.305000', '172937.307000', '172937.319000', '172937.323000', '172937.326000', '172937.329000', '172937.331000', '172937.334000', '172937.337000'], 'InstanceCreationTime': ['172309.155000', '172309.159000', '172309.162000', '172309.165000', '172309.168000', '172309.170000', '172309.174000', '172309.176000', '172309.179000', '172309.182000', '172309.184000', '172309.187000', '172309.196000', '172309.198000', '172309.202000', '172309.204000', '172309.207000', '172309.209000', '172309.212000', '172309.214000', '172309.217000', '172309.220000', '172309.222000', '172309.231000', '172309.234000', '172309.237000', '172309.239000', '172309.252000', '172329.122000', '172329.125000', '172329.128000', '172329.131000', '172329.133000', '172329.136000', '172329.138000', '172329.141000', '172329.143000', '172329.146000', '172329.149000', '172329.151000', '172329.154000', '172329.156000', '172329.159000', '172329.162000', '172329.164000', '172329.167000', '172329.169000', '172329.172000', '172329.174000', '172329.177000', '172329.180000', '172329.182000', '172329.185000', '172329.187000', '172329.190000', '172329.192000', '172329.195000', '172329.198000', '172329.207000', '172329.209000', '172329.212000', '172329.214000', '172329.217000', '172329.219000', '172329.222000', '172329.225000', '172329.227000', '172329.230000', '172329.232000', '172329.235000', '172329.237000', '172349.122000', '172349.125000', '172349.128000', '172349.130000', '172349.133000', '172349.136000', '172349.138000', '172349.141000', '172349.143000', '172349.146000', '172349.148000', '172349.151000', '172349.153000', '172349.156000', '172349.159000', '172349.161000', '172349.164000', '172349.166000', '172349.171000', '172349.174000', '172349.177000', '172349.179000', '172349.182000', '172349.184000', '172349.187000', '172349.189000', '172349.192000', '172349.194000', '172349.197000', '172349.199000', '172349.202000', '172349.205000', '172349.207000', '172349.210000', '172349.212000', '172349.215000', '172349.217000', '172349.220000', '172349.222000', '172349.225000', '172349.227000', '172349.230000', '172349.232000', '172349.235000', '172409.122000', '172409.125000', '172409.128000', '172409.130000', '172409.133000', '172409.136000', '172409.138000', '172409.141000', '172409.143000', '172409.146000', '172409.149000', '172409.151000', '172409.154000', '172409.156000', '172409.159000', '172409.162000', '172409.164000', '172409.167000', '172409.169000', '172409.172000', '172409.175000', '172409.177000', '172409.180000', '172409.182000', '172409.185000', '172409.188000', '172409.190000', '172409.193000', '172409.195000', '172409.198000', '172409.200000', '172409.203000', '172409.205000', '172409.208000', '172409.211000', '172409.213000', '172409.216000', '172409.218000', '172409.221000', '172409.223000', '172409.226000', '172409.229000', '172409.231000', '172429.122000', '172429.125000', '172429.128000', '172429.130000', '172429.133000', '172429.136000', '172429.138000', '172429.141000', '172429.143000', '172429.146000', '172429.148000', '172429.151000', '172429.159000', '172429.161000', '172429.164000', '172429.167000', '172429.169000', '172429.172000', '172429.175000', '172429.177000', '172429.180000', '172429.183000', '172429.185000', '172429.188000', '172429.190000', '172429.193000', '172429.196000', '172429.198000', '172429.201000', '172429.203000', '172429.206000', '172429.209000', '172429.211000', '172429.214000', '172429.217000', '172429.219000', '172429.222000', '172429.225000', '172429.227000', '172429.230000', '172429.233000', '172429.235000', '172429.238000', '172449.122000', '172449.125000', '172449.128000', '172449.130000', '172449.133000', '172449.136000', '172449.138000', '172449.141000', '172449.143000', '172449.146000', '172449.149000', '172449.151000', '172449.154000', '172449.156000', '172449.159000', '172449.162000', '172449.164000', '172449.167000', '172449.170000', '172449.172000', '172449.175000', '172449.177000', '172449.180000', '172449.183000', '172449.185000', '172449.188000', '172449.190000', '172449.193000', '172449.195000', '172449.198000', '172449.201000', '172449.203000', '172449.206000', '172449.208000', '172449.211000', '172449.214000', '172449.216000', '172449.219000', '172449.221000', '172449.232000', '172449.235000', '172449.238000', '172449.240000', '172449.243000', '172509.122000', '172509.125000', '172509.128000', '172509.130000', '172509.133000', '172509.136000', '172509.138000', '172509.141000', '172509.144000', '172509.146000', '172509.149000', '172509.151000', '172509.154000', '172509.156000', '172509.159000', '172509.162000', '172509.164000', '172509.167000', '172509.170000', '172509.172000', '172509.175000', '172509.177000', '172509.180000', '172509.183000', '172509.185000', '172509.188000', '172509.190000', '172509.193000', '172509.195000', '172509.198000', '172509.201000', '172509.203000', '172509.206000', '172509.208000', '172509.211000', '172509.214000', '172509.216000', '172509.219000', '172509.221000', '172509.224000', '172509.227000', '172509.229000', '172509.232000', '172529.122000', '172529.125000', '172529.128000', '172529.131000', '172529.133000', '172529.136000', '172529.138000', '172529.141000', '172529.143000', '172529.146000', '172529.149000', '172529.151000', '172529.154000', '172529.156000', '172529.159000', '172529.162000', '172529.164000', '172529.167000', '172529.169000', '172529.172000', '172529.174000', '172529.177000', '172529.179000', '172529.182000', '172529.185000', '172529.187000', '172529.190000', '172529.192000', '172529.195000', '172529.197000', '172529.200000', '172529.203000', '172529.205000', '172529.208000', '172529.210000', '172529.213000', '172529.216000', '172529.218000', '172529.221000', '172529.223000', '172529.226000', '172529.228000', '172529.231000', '172529.234000', '172549.122000', '172549.125000', '172549.128000', '172549.130000', '172549.133000', '172549.136000', '172549.138000', '172549.141000', '172549.144000', '172549.147000', '172549.149000', '172549.152000', '172549.154000', '172549.157000', '172549.160000', '172549.162000', '172549.165000', '172549.168000', '172549.170000', '172549.173000', '172549.175000', '172549.178000', '172549.181000', '172549.183000', '172549.187000', '172549.190000', '172549.192000', '172549.195000', '172549.198000', '172549.200000', '172549.203000', '172549.205000', '172549.208000', '172549.211000', '172549.213000', '172549.216000', '172549.218000', '172549.221000', '172549.224000', '172549.226000', '172549.229000', '172549.231000', '172549.234000', '172609.122000', '172609.125000', '172609.128000', '172609.131000', '172609.133000', '172609.136000', '172609.138000', '172609.141000', '172609.144000', '172609.146000', '172609.149000', '172609.151000', '172609.154000', '172609.157000', '172609.159000', '172609.162000', '172609.165000', '172609.168000', '172609.170000', '172609.173000', '172609.175000', '172609.178000', '172609.180000', '172609.183000', '172609.186000', '172609.189000', '172609.191000', '172609.194000', '172609.196000', '172609.199000', '172609.201000', '172609.204000', '172609.207000', '172609.209000', '172609.212000', '172609.214000', '172609.217000', '172609.220000', '172609.222000', '172609.225000', '172609.227000', '172609.230000', '172609.233000', '172609.235000', '172629.122000', '172629.125000', '172629.128000', '172629.131000', '172629.133000', '172629.136000', '172629.138000', '172629.141000', '172629.144000', '172629.146000', '172629.149000', '172629.151000', '172629.154000', '172629.156000', '172629.159000', '172629.162000', '172629.165000', '172629.167000', '172629.170000', '172629.172000', '172629.175000', '172629.178000', '172629.180000', '172629.183000', '172629.185000', '172629.188000', '172629.191000', '172629.193000', '172629.196000', '172629.198000', '172629.201000', '172629.204000', '172629.206000', '172629.209000', '172629.223000', '172629.226000', '172629.228000', '172629.231000', '172629.234000', '172629.236000', '172629.239000', '172629.241000', '172629.244000', '172649.123000', '172649.125000', '172649.128000', '172649.131000', '172649.133000', '172649.136000', '172649.139000', '172649.141000', '172649.144000', '172649.146000', '172649.149000', '172649.152000', '172649.154000', '172649.157000', '172649.160000', '172649.162000', '172649.165000', '172649.167000', '172649.170000', '172649.173000', '172649.175000', '172649.178000', '172649.180000', '172649.183000', '172649.185000', '172649.188000', '172649.191000', '172649.193000', '172649.196000', '172649.198000', '172649.201000', '172649.203000', '172649.206000', '172649.209000', '172649.211000', '172649.214000', '172649.216000', '172649.219000', '172649.222000', '172649.224000', '172649.227000', '172649.229000', '172649.232000', '172649.235000', '172709.122000', '172709.125000', '172709.128000', '172709.130000', '172709.133000', '172709.136000', '172709.138000', '172709.141000', '172709.144000', '172709.146000', '172709.149000', '172709.151000', '172709.154000', '172709.156000', '172709.159000', '172709.162000', '172709.164000', '172709.167000', '172709.170000', '172709.172000', '172709.175000', '172709.177000', '172709.180000', '172709.183000', '172709.185000', '172709.188000', '172709.191000', '172709.193000', '172709.196000', '172709.198000', '172709.201000', '172709.204000', '172709.207000', '172709.209000', '172709.212000', '172709.215000', '172709.217000', '172709.220000', '172709.222000', '172709.226000', '172709.229000', '172709.232000', '172709.234000', '172729.122000', '172729.125000', '172729.128000', '172729.131000', '172729.133000', '172729.136000', '172729.139000', '172729.141000', '172729.144000', '172729.146000', '172729.149000', '172729.151000', '172729.154000', '172729.157000', '172729.159000', '172729.162000', '172729.164000', '172729.167000', '172729.170000', '172729.172000', '172729.175000', '172729.178000', '172729.180000', '172729.183000', '172729.185000', '172729.188000', '172729.190000', '172729.193000', '172729.196000', '172729.198000', '172729.201000', '172729.204000', '172729.206000', '172729.209000', '172729.211000', '172729.214000', '172729.217000', '172729.219000', '172729.222000', '172729.224000', '172729.227000', '172729.230000', '172729.232000', '172729.235000', '172749.123000', '172749.125000', '172749.128000', '172749.131000', '172749.133000', '172749.136000', '172749.139000', '172749.141000', '172749.144000', '172749.147000', '172749.149000', '172749.152000', '172749.154000', '172749.157000', '172749.160000', '172749.162000', '172749.165000', '172749.168000', '172749.170000', '172749.173000', '172749.176000', '172749.178000', '172749.181000', '172749.183000', '172749.186000', '172749.188000', '172749.191000', '172749.194000', '172749.196000', '172749.199000', '172749.201000', '172749.204000', '172749.207000', '172749.209000', '172749.212000', '172749.214000', '172749.217000', '172749.220000', '172749.222000', '172749.225000', '172749.227000', '172749.230000', '172749.232000', '172809.122000', '172809.125000', '172809.142000', '172809.145000', '172809.148000', '172809.150000', '172809.153000', '172809.155000', '172809.158000', '172809.161000', '172809.163000', '172809.166000', '172809.168000', '172809.171000', '172809.174000', '172809.176000', '172809.179000', '172809.181000', '172809.184000', '172809.187000', '172809.189000', '172809.192000', '172809.194000', '172809.197000', '172809.200000', '172809.202000', '172809.205000', '172809.208000', '172809.210000', '172809.213000', '172809.215000', '172809.218000', '172809.221000', '172809.223000', '172809.226000', '172809.228000', '172809.231000', '172809.234000', '172809.236000', '172809.239000', '172809.241000', '172809.244000', '172809.246000', '172809.249000', '172829.123000', '172829.126000', '172829.128000', '172829.131000', '172829.133000', '172829.136000', '172829.139000', '172829.141000', '172829.144000', '172829.146000', '172829.149000', '172829.152000', '172829.154000', '172829.157000', '172829.160000', '172829.163000', '172829.165000', '172829.168000', '172829.170000', '172829.173000', '172829.175000', '172829.178000', '172829.181000', '172829.183000', '172829.186000', '172829.188000', '172829.191000', '172829.194000', '172829.196000', '172829.199000', '172829.202000', '172829.204000', '172829.207000', '172829.210000', '172829.212000', '172829.215000', '172829.218000', '172829.220000', '172829.223000', '172829.226000', '172829.228000', '172829.231000', '172829.233000', '172849.122000', '172849.125000', '172849.128000', '172849.131000', '172849.133000', '172849.136000', '172849.138000', '172849.141000', '172849.144000', '172849.146000', '172849.149000', '172849.151000', '172849.154000', '172849.156000', '172849.159000', '172849.162000', '172849.164000', '172849.167000', '172849.169000', '172849.172000', '172849.175000', '172849.177000', '172849.180000', '172849.182000', '172849.185000', '172849.188000', '172849.190000', '172849.193000', '172849.196000', '172849.198000', '172849.201000', '172849.203000', '172849.206000', '172849.209000', '172849.211000', '172849.214000', '172849.216000', '172849.219000', '172849.222000', '172849.224000', '172849.227000', '172849.229000', '172849.232000', '172849.235000', '172909.122000', '172909.125000', '172909.128000', '172909.130000', '172909.133000', '172909.136000', '172909.138000', '172909.141000', '172909.143000', '172909.146000', '172909.148000', '172909.151000', '172909.154000', '172909.156000', '172909.159000', '172909.161000', '172909.164000', '172909.167000', '172909.169000', '172909.172000', '172909.174000', '172909.177000', '172909.179000', '172909.182000', '172909.185000', '172909.187000', '172909.190000', '172909.192000', '172909.195000', '172909.197000', '172909.200000', '172909.203000', '172909.205000', '172909.208000', '172909.210000', '172909.213000', '172909.215000', '172909.218000', '172909.221000', '172909.223000', '172909.226000', '172909.229000', '172909.231000', '172929.123000', '172929.125000', '172929.128000', '172929.131000', '172929.133000', '172929.136000', '172929.138000', '172929.141000', '172929.144000', '172929.146000', '172929.149000', '172929.152000', '172929.168000', '172929.170000', '172929.173000', '172929.176000', '172929.178000', '172929.181000', '172929.184000', '172929.186000', '172929.189000', '172929.191000', '172929.194000', '172929.197000', '172929.199000', '172929.202000', '172929.204000', '172929.207000', '172929.210000', '172929.212000', '172929.215000', '172929.217000', '172929.220000', '172929.223000', '172929.225000', '172929.228000', '172929.230000', '172929.233000', '172929.236000', '172929.238000', '172929.241000', '172929.243000', '172929.246000', '172929.249000', '172937.279000', '172937.282000', '172937.285000', '172937.288000', '172937.291000', '172937.294000', '172937.297000', '172937.299000', '172937.302000', '172937.305000', '172937.307000', '172937.319000', '172937.323000', '172937.326000', '172937.329000', '172937.331000', '172937.334000', '172937.337000'], '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': [10138, 9999, 9660, 9887, 10622, 10168, 10868, 10296, 9780, 10014, 11173, 10397, 12212, 10375, 11522, 10399, 10156, 10109, 10044, 13378, 10244, 11663, 10346, 10369, 10415, 10356, 10027, 10113, 10367, 9778, 12956, 10076, 12119, 9888, 12002, 10114, 11817, 9342, 11925, 9474, 9878, 9618, 10114, 13442, 10141, 11433, 9442, 10259, 13699, 12651, 15842, 11429, 14447, 10202, 15938, 9864, 11413, 9031, 9101, 12137, 9611, 11014, 9921, 10191, 9710, 9882, 10032, 10065, 12500, 9898, 11954, 9925, 12725, 9779, 11260, 9659, 10918, 9998, 10465, 10014, 9690, 10000, 9779, 9953, 9454, 10061, 10303, 10031, 9955, 9620, 9145, 9654, 9929, 9664, 10209, 9823, 10272, 10133, 9570, 12814, 9286, 13256, 9128, 11553, 9517, 10128, 9496, 9871, 12297, 9808, 11207, 9825, 11353, 9838, 9894, 9519, 9653, 14022, 11323, 15997, 12331, 15467, 10802, 14147, 9679, 11245, 15359, 9798, 14225, 8493, 8168, 8785, 8665, 11380, 9169, 10699, 9230, 10289, 9158, 9070, 10410, 9124, 13947, 9914, 13346, 9863, 12247, 9302, 10211, 9319, 9328, 9228, 9534, 9243, 10098, 9541, 10103, 9050, 9640, 9039, 9091, 8881, 10181, 9492, 10422, 9566, 10363, 9582, 10998, 9644, 11444, 9323, 10197, 9399, 9222, 9100, 13712, 9576, 11785, 9416, 11887, 10189, 10562, 12304, 9779, 16486, 11012, 14360, 9096, 9189, 13059, 9119, 10074, 9031, 9028, 9102, 8915, 12491, 9143, 11733, 9343, 11847, 9256, 12074, 9364, 12584, 9342, 12490, 9285, 10290, 9521, 9314, 9195, 9100, 9231, 9737, 9357, 9097, 11276, 9387, 11318, 9609, 9547, 8761, 9105, 9226, 9145, 9244, 9220, 9189, 9275, 10505, 9440, 10737, 9530, 12742, 9678, 12187, 9591, 11536, 9230, 11912, 9667, 9269, 9391, 9358, 12449, 9793, 14660, 9959, 13622, 9741, 12134, 8786, 9195, 15487, 9652, 12544, 8688, 8771, 12756, 9089, 10319, 8993, 8854, 9600, 9160, 12817, 9333, 12098, 9468, 11163, 8920, 10221, 9303, 9017, 9301, 9318, 9324, 9415, 9249, 9327, 9334, 9414, 9511, 9322, 9524, 9149, 10392, 9242, 9685, 9363, 11483, 9714, 10898, 9542, 10884, 9705, 10737, 9682, 10501, 9662, 10369, 9676, 9370, 8984, 9249, 8991, 9243, 9446, 10461, 8673, 9140, 9326, 9393, 12204, 9225, 11116, 9377, 9311, 8967, 9281, 11225, 9334, 12625, 9541, 13815, 9246, 13094, 8810, 12550, 8732, 9891, 13417, 9151, 15277, 9902, 11345, 9317, 8836, 9619, 8275, 10109, 7981, 8745, 8112, 8087, 11859, 8428, 12933, 8626, 12371, 8959, 12633, 9103, 10430, 8926, 8578, 8874, 8060, 11308, 8815, 12346, 8834, 12361, 8773, 11884, 8651, 11197, 8803, 11214, 8980, 9366, 8711, 10220, 9175, 10540, 9290, 10976, 9248, 11872, 8812, 13078, 9035, 11167, 8980, 9871, 8712, 9125, 11915, 9441, 13327, 9669, 11743, 8338, 9401, 10986, 11381, 13434, 13034, 12239, 10035, 9431, 9083, 11277, 10149, 15322, 8453, 9581, 8194, 8162, 12191, 8930, 12422, 9130, 12209, 9318, 12590, 9266, 13472, 9197, 13041, 8923, 12608, 9183, 11044, 9209, 10464, 9199, 10208, 8933, 12915, 9474, 14053, 9036, 9082, 9071, 8943, 8548, 9097, 8796, 9399, 8889, 9304, 11242, 9573, 12294, 9183, 11289, 9064, 10213, 8769, 8682, 8961, 8198, 10194, 8700, 13999, 8918, 11386, 8819, 15268, 9606, 13245, 10028, 9198, 8878, 8630, 12751, 9439, 12605, 9460, 14991, 10960, 14428, 10574, 14441, 10423, 16277, 13908, 14762, 11650, 8450, 11548, 8464, 9532, 8463, 8581, 8256, 8548, 8017, 10068, 8666, 12131, 8857, 14625, 10750, 15044, 9830, 13578, 10183, 10854, 8715, 9952, 8701, 11347, 8466, 11357, 8665, 10951, 8812, 11414, 8869, 11793, 8850, 10019, 8647, 10056, 8909, 8599, 8669, 8870, 9202, 8739, 10233, 8513, 9766, 9264, 11580, 9459, 13075, 9177, 12562, 9300, 12097, 9426, 13150, 9340, 12830, 9187, 12527, 9279, 12785, 10103, 14509, 10681, 15136, 10548, 13577, 9209, 11679, 10197, 10136, 10214, 7813, 9116, 8749, 10226, 8324, 13033, 8875, 12146, 9089, 12032, 8797, 13340, 9096, 14737, 9537, 14683, 9019, 13142, 8743, 10492, 8947, 10528, 8895, 10866, 9515, 10662, 9856, 10070, 9266, 9446, 9607, 8642, 8239, 8937, 9686, 8847, 10690, 9139, 9685, 9231, 10095, 9290, 9571, 8912, 9539, 8509, 9989, 8469, 9348, 8779, 8647, 8699, 9555, 8582, 9508, 8229, 9088, 10922, 10491, 11380, 10935, 9846, 10237, 9959, 10085, 15347, 10883, 14557, 10487, 10813, 9769, 9366, 11605, 8998, 12544, 8967, 11780, 8733, 12417, 9203, 14588, 9394, 14945, 9816, 14367, 9061, 13890, 8825, 11063, 8525, 10620, 8433, 11034, 8567, 10060, 8263, 8349, 8510, 8463, 9771, 8553, 10458, 8673, 10548, 8926, 9622, 8886, 10127, 8801, 10231, 8787, 9887, 8349, 8733, 8488, 8788, 10334, 8846, 12380, 8717, 12039, 8724, 12372, 8613, 10293, 8593, 9642, 8394, 9698, 8123, 8795, 12446, 8842, 12722, 8735, 12152, 8852, 12591, 8835, 13053, 8072, 9125, 8174, 8674, 9860, 8748, 13230, 9532, 14438, 10844, 14329, 10230, 13237, 9076, 11957, 10330, 11503, 12787, 9663, 9621, 9257, 11811, 8773, 11075, 8322, 8524, 8936, 8359, 11347, 9171, 12725, 9711, 11473, 11156, 14590, 17070, 10671, 11494, 9296, 9173, 9690, 9066, 9131, 8827, 8985, 8547, 8842, 8943, 8893, 9951, 9179, 15134, 13611, 16236, 11090, 10522, 9293, 9383, 9070, 9971, 9141, 8287, 9231, 8897, 10837, 8604, 13893, 8777, 15094, 10598, 15535, 11340, 15360, 8876, 9051, 8696, 8088, 8661, 8751, 10813, 8642, 11377, 8326, 10755, 8687, 9978, 9415, 9911, 9907, 9180, 10604, 8616, 11708, 9219, 13231, 8739, 9885, 9096, 9709, 8760, 8467, 8687, 8831, 8427, 11342, 8621, 8799, 8590, 8507, 8841, 8693, 8614, 8680, 8667, 8794, 8820, 8717, 8752, 8626, 8805, 8493, 8949, 8944, 8749, 11336, 8909, 11926, 8862, 12100, 8695, 12056, 8754, 12969, 8946, 11425, 8948, 11023, 9012, 11474, 9045, 10717, 8979, 10030, 8829, 9325, 8499, 8807, 11088, 10102, 10578, 10304, 10434, 9579, 10644, 9013, 16316, 9554, 13245, 9415, 9478, 8895, 8205, 10976, 8070, 10176, 8178, 9284, 8418, 9350, 9996, 9695, 11325, 9905, 11141, 10134, 10952, 10676, 11831], 'WindowCenter': [4179.0, 4150.0, 4133.0, 4133.0, 4131.0, 4129.0, 4129.0, 4131.0, 4144.0, 4133.0, 4142.0, 4132.0, 4140.0, 4130.0, 4140.0, 4119.0, 4130.0, 4131.0, 4133.0, 4153.0, 4131.0, 4142.0, 4131.0, 4130.0, 4130.0, 4121.0, 4131.0, 4133.0, 4144.0, 4133.0, 4153.0, 4132.0, 4152.0, 4131.0, 4150.0, 4132.0, 4154.0, 4134.0, 4155.0, 4133.0, 4132.0, 4132.0, 4132.0, 4152.0, 4130.0, 4141.0, 4121.0, 4133.0, 4166.0, 4166.0, 4188.0, 4157.0, 4177.0, 4145.0, 4163.0, 4121.0, 4129.0, 4096.0, 4095.0, 4125.0, 4106.0, 4127.0, 4116.0, 4117.0, 4106.0, 4116.0, 4115.0, 4116.0, 4126.0, 4104.0, 4125.0, 4104.0, 4124.0, 4104.0, 4113.0, 4103.0, 4115.0, 4103.0, 4102.0, 4102.0, 4103.0, 4103.0, 4103.0, 4104.0, 4104.0, 4117.0, 4116.0, 4105.0, 4116.0, 4118.0, 4107.0, 4106.0, 4118.0, 4117.0, 4128.0, 4117.0, 4129.0, 4128.0, 4119.0, 4151.0, 4120.0, 4151.0, 4119.0, 4140.0, 4119.0, 4118.0, 4117.0, 4118.0, 4139.0, 4120.0, 4130.0, 4131.0, 4143.0, 4130.0, 4122.0, 4119.0, 4120.0, 4151.0, 4131.0, 4162.0, 4140.0, 4164.0, 4143.0, 4164.0, 4132.0, 4141.0, 4162.0, 4119.0, 4149.0, 4107.0, 4084.0, 4094.0, 4095.0, 4112.0, 4103.0, 4115.0, 4103.0, 4114.0, 4104.0, 4094.0, 4103.0, 4093.0, 4123.0, 4102.0, 4122.0, 4090.0, 4111.0, 4079.0, 4101.0, 4079.0, 4078.0, 4088.0, 4089.0, 4078.0, 4088.0, 4089.0, 4100.0, 4090.0, 4090.0, 4090.0, 4090.0, 4092.0, 4103.0, 4115.0, 4114.0, 4105.0, 4116.0, 4117.0, 4127.0, 4118.0, 4139.0, 4121.0, 4131.0, 4121.0, 4120.0, 4120.0, 4149.0, 4107.0, 4128.0, 4108.0, 4140.0, 4120.0, 4131.0, 4142.0, 4131.0, 4174.0, 4141.0, 4150.0, 4096.0, 4106.0, 4137.0, 4095.0, 4104.0, 4093.0, 4094.0, 4094.0, 4106.0, 4125.0, 4108.0, 4125.0, 4104.0, 4124.0, 4093.0, 4124.0, 4093.0, 4124.0, 4092.0, 4113.0, 4091.0, 4102.0, 4091.0, 4091.0, 4091.0, 4092.0, 4092.0, 4103.0, 4092.0, 4092.0, 4112.0, 4091.0, 4112.0, 4091.0, 4092.0, 4093.0, 4094.0, 4104.0, 4105.0, 4105.0, 4106.0, 4106.0, 4118.0, 4118.0, 4118.0, 4128.0, 4119.0, 4140.0, 4119.0, 4140.0, 4120.0, 4130.0, 4120.0, 4141.0, 4118.0, 4107.0, 4106.0, 4118.0, 4139.0, 4120.0, 4161.0, 4130.0, 4152.0, 4120.0, 4141.0, 4122.0, 4121.0, 4174.0, 4121.0, 4140.0, 4107.0, 4107.0, 4136.0, 4095.0, 4116.0, 4105.0, 4106.0, 4105.0, 4105.0, 4136.0, 4105.0, 4125.0, 4103.0, 4113.0, 4081.0, 4103.0, 4092.0, 4092.0, 4092.0, 4091.0, 4091.0, 4092.0, 4091.0, 4090.0, 4091.0, 4091.0, 4091.0, 4091.0, 4102.0, 4093.0, 4103.0, 4093.0, 4103.0, 4104.0, 4113.0, 4103.0, 4113.0, 4104.0, 4115.0, 4105.0, 4126.0, 4117.0, 4127.0, 4118.0, 4131.0, 4118.0, 4121.0, 4120.0, 4118.0, 4119.0, 4119.0, 4119.0, 4129.0, 4108.0, 4107.0, 4107.0, 4106.0, 4126.0, 4106.0, 4127.0, 4107.0, 4118.0, 4108.0, 4107.0, 4128.0, 4108.0, 4139.0, 4118.0, 4150.0, 4108.0, 4139.0, 4108.0, 4140.0, 4122.0, 4130.0, 4163.0, 4121.0, 4162.0, 4132.0, 4141.0, 4108.0, 4110.0, 4108.0, 4095.0, 4115.0, 4084.0, 4094.0, 4094.0, 4096.0, 4126.0, 4097.0, 4137.0, 4106.0, 4125.0, 4106.0, 4125.0, 4095.0, 4115.0, 4094.0, 4095.0, 4105.0, 4085.0, 4114.0, 4093.0, 4123.0, 4093.0, 4112.0, 4081.0, 4111.0, 4081.0, 4101.0, 4093.0, 4113.0, 4092.0, 4092.0, 4094.0, 4104.0, 4104.0, 4139.0, 4118.0, 4126.0, 4106.0, 4137.0, 4107.0, 4138.0, 4108.0, 4128.0, 4109.0, 4119.0, 4107.0, 4119.0, 4128.0, 4119.0, 4150.0, 4118.0, 4141.0, 4124.0, 4122.0, 4128.0, 4129.0, 4139.0, 4139.0, 4140.0, 4119.0, 4121.0, 4121.0, 4141.0, 4131.0, 4162.0, 4097.0, 4106.0, 4083.0, 4094.0, 4138.0, 4108.0, 4137.0, 4106.0, 4137.0, 4106.0, 4137.0, 4105.0, 4136.0, 4094.0, 4123.0, 4081.0, 4111.0, 4091.0, 4101.0, 4090.0, 4101.0, 4090.0, 4101.0, 4091.0, 4123.0, 4102.0, 4122.0, 4090.0, 4078.0, 4078.0, 4079.0, 4079.0, 4091.0, 4091.0, 4102.0, 4093.0, 4104.0, 4125.0, 4105.0, 4125.0, 4104.0, 4113.0, 4094.0, 4103.0, 4096.0, 4107.0, 4120.0, 4110.0, 4128.0, 4107.0, 4149.0, 4108.0, 4140.0, 4134.0, 4172.0, 4131.0, 4151.0, 4131.0, 4119.0, 4118.0, 4109.0, 4149.0, 4118.0, 4136.0, 4120.0, 4161.0, 4142.0, 4176.0, 4143.0, 4175.0, 4144.0, 4175.0, 4152.0, 4151.0, 4115.0, 4084.0, 4112.0, 4081.0, 4091.0, 4083.0, 4079.0, 4079.0, 4092.0, 4071.0, 4101.0, 4078.0, 4098.0, 4079.0, 4108.0, 4086.0, 4106.0, 4076.0, 4096.0, 4076.0, 4084.0, 4065.0, 4073.0, 4063.0, 4083.0, 4056.0, 4084.0, 4065.0, 4085.0, 4076.0, 4097.0, 4077.0, 4097.0, 4078.0, 4088.0, 4079.0, 4090.0, 4090.0, 4080.0, 4080.0, 4091.0, 4102.0, 4094.0, 4115.0, 4094.0, 4117.0, 4106.0, 4138.0, 4118.0, 4149.0, 4119.0, 4138.0, 4119.0, 4138.0, 4108.0, 4138.0, 4107.0, 4137.0, 4107.0, 4127.0, 4107.0, 4138.0, 4118.0, 4149.0, 4118.0, 4161.0, 4130.0, 4150.0, 4121.0, 4141.0, 4128.0, 4130.0, 4129.0, 4101.0, 4106.0, 4108.0, 4117.0, 4096.0, 4136.0, 4106.0, 4137.0, 4107.0, 4137.0, 4095.0, 4136.0, 4096.0, 4134.0, 4091.0, 4122.0, 4079.0, 4111.0, 4082.0, 4102.0, 4080.0, 4102.0, 4091.0, 4126.0, 4102.0, 4113.0, 4102.0, 4103.0, 4090.0, 4104.0, 4102.0, 4104.0, 4092.0, 4091.0, 4101.0, 4091.0, 4100.0, 4090.0, 4089.0, 4089.0, 4115.0, 4091.0, 4102.0, 4092.0, 4115.0, 4105.0, 4103.0, 4093.0, 4103.0, 4093.0, 4093.0, 4094.0, 4104.0, 4118.0, 4129.0, 4107.0, 4108.0, 4129.0, 4129.0, 4141.0, 4130.0, 4132.0, 4142.0, 4144.0, 4143.0, 4165.0, 4131.0, 4151.0, 4129.0, 4128.0, 4117.0, 4104.0, 4125.0, 4107.0, 4138.0, 4107.0, 4127.0, 4107.0, 4137.0, 4105.0, 4135.0, 4092.0, 4145.0, 4105.0, 4133.0, 4080.0, 4120.0, 4077.0, 4097.0, 4078.0, 4100.0, 4081.0, 4112.0, 4091.0, 4100.0, 4079.0, 4078.0, 4077.0, 4077.0, 4087.0, 4077.0, 4098.0, 4078.0, 4099.0, 4090.0, 4089.0, 4089.0, 4100.0, 4090.0, 4100.0, 4091.0, 4102.0, 4092.0, 4093.0, 4093.0, 4094.0, 4114.0, 4104.0, 4135.0, 4095.0, 4137.0, 4107.0, 4138.0, 4106.0, 4116.0, 4106.0, 4116.0, 4096.0, 4117.0, 4096.0, 4108.0, 4138.0, 4107.0, 4138.0, 4107.0, 4138.0, 4108.0, 4139.0, 4108.0, 4152.0, 4111.0, 4117.0, 4096.0, 4107.0, 4117.0, 4107.0, 4138.0, 4119.0, 4161.0, 4141.0, 4163.0, 4131.0, 4163.0, 4122.0, 4141.0, 4131.0, 4141.0, 4141.0, 4118.0, 4105.0, 4106.0, 4127.0, 4096.0, 4115.0, 4093.0, 4093.0, 4093.0, 4093.0, 4116.0, 4117.0, 4135.0, 4105.0, 4128.0, 4129.0, 4161.0, 4173.0, 4115.0, 4112.0, 4091.0, 4100.0, 4090.0, 4080.0, 4094.0, 4091.0, 4092.0, 4094.0, 4092.0, 4080.0, 4080.0, 4090.0, 4079.0, 4122.0, 4121.0, 4135.0, 4100.0, 4088.0, 4078.0, 4077.0, 4077.0, 4088.0, 4091.0, 4080.0, 4090.0, 4092.0, 4114.0, 4095.0, 4135.0, 4094.0, 4147.0, 4115.0, 4145.0, 4114.0, 4148.0, 4093.0, 4091.0, 4081.0, 4069.0, 4066.0, 4080.0, 4100.0, 4080.0, 4102.0, 4082.0, 4098.0, 4067.0, 4077.0, 4076.0, 4075.0, 4076.0, 4077.0, 4091.0, 4066.0, 4097.0, 4076.0, 4107.0, 4081.0, 4091.0, 4077.0, 4076.0, 4065.0, 4064.0, 4065.0, 4065.0, 4067.0, 4098.0, 4066.0, 4066.0, 4066.0, 4066.0, 4077.0, 4078.0, 4079.0, 4078.0, 4080.0, 4080.0, 4090.0, 4081.0, 4091.0, 4091.0, 4092.0, 4092.0, 4092.0, 4092.0, 4093.0, 4127.0, 4104.0, 4124.0, 4104.0, 4124.0, 4094.0, 4125.0, 4095.0, 4136.0, 4105.0, 4125.0, 4105.0, 4114.0, 4105.0, 4126.0, 4105.0, 4115.0, 4105.0, 4115.0, 4108.0, 4105.0, 4095.0, 4107.0, 4126.0, 4117.0, 4117.0, 4118.0, 4128.0, 4119.0, 4141.0, 4120.0, 4174.0, 4119.0, 4138.0, 4107.0, 4117.0, 4094.0, 4082.0, 4116.0, 4083.0, 4115.0, 4093.0, 4105.0, 4094.0, 4105.0, 4115.0, 4105.0, 4114.0, 4103.0, 4113.0, 4102.0, 4102.0, 4102.0, 4111.0], 'WindowWidth': [9286.0, 9228.0, 9192.0, 9189.0, 9186.0, 9179.0, 9179.0, 9182.0, 9209.0, 9191.0, 9200.0, 9188.0, 9195.0, 9181.0, 9193.0, 9163.0, 9181.0, 9185.0, 9189.0, 9217.0, 9184.0, 9201.0, 9182.0, 9180.0, 9178.0, 9166.0, 9182.0, 9188.0, 9206.0, 9190.0, 9220.0, 9187.0, 9214.0, 9185.0, 9210.0, 9187.0, 9221.0, 9192.0, 9223.0, 9190.0, 9188.0, 9188.0, 9186.0, 9215.0, 9180.0, 9196.0, 9171.0, 9192.0, 9242.0, 9242.0, 9281.0, 9233.0, 9262.0, 9211.0, 9239.0, 9170.0, 9178.0, 9128.0, 9124.0, 9165.0, 9142.0, 9173.0, 9156.0, 9159.0, 9142.0, 9156.0, 9153.0, 9156.0, 9168.0, 9133.0, 9166.0, 9135.0, 9164.0, 9135.0, 9146.0, 9131.0, 9154.0, 9132.0, 9129.0, 9128.0, 9131.0, 9131.0, 9133.0, 9135.0, 9137.0, 9157.0, 9155.0, 9138.0, 9156.0, 9159.0, 9143.0, 9141.0, 9159.0, 9157.0, 9173.0, 9158.0, 9179.0, 9175.0, 9165.0, 9212.0, 9169.0, 9211.0, 9165.0, 9193.0, 9163.0, 9163.0, 9158.0, 9161.0, 9191.0, 9166.0, 9182.0, 9185.0, 9204.0, 9182.0, 9171.0, 9165.0, 9168.0, 9212.0, 9183.0, 9235.0, 9197.0, 9240.0, 9205.0, 9240.0, 9189.0, 9200.0, 9230.0, 9164.0, 9207.0, 9144.0, 9108.0, 9120.0, 9124.0, 9144.0, 9132.0, 9151.0, 9134.0, 9150.0, 9135.0, 9122.0, 9132.0, 9117.0, 9161.0, 9127.0, 9157.0, 9109.0, 9138.0, 9090.0, 9126.0, 9090.0, 9090.0, 9103.0, 9105.0, 9090.0, 9104.0, 9106.0, 9123.0, 9109.0, 9108.0, 9108.0, 9110.0, 9115.0, 9132.0, 9153.0, 9149.0, 9137.0, 9153.0, 9159.0, 9170.0, 9162.0, 9192.0, 9169.0, 9184.0, 9171.0, 9168.0, 9166.0, 9204.0, 9143.0, 9174.0, 9147.0, 9196.0, 9166.0, 9184.0, 9202.0, 9184.0, 9253.0, 9198.0, 9214.0, 9129.0, 9142.0, 9186.0, 9123.0, 9136.0, 9119.0, 9122.0, 9124.0, 9141.0, 9166.0, 9143.0, 9163.0, 9135.0, 9162.0, 9120.0, 9162.0, 9119.0, 9161.0, 9116.0, 9145.0, 9112.0, 9126.0, 9111.0, 9112.0, 9112.0, 9115.0, 9116.0, 9133.0, 9117.0, 9115.0, 9143.0, 9112.0, 9141.0, 9111.0, 9114.0, 9119.0, 9120.0, 9136.0, 9138.0, 9138.0, 9142.0, 9142.0, 9159.0, 9159.0, 9160.0, 9174.0, 9162.0, 9193.0, 9163.0, 9195.0, 9166.0, 9180.0, 9164.0, 9197.0, 9161.0, 9145.0, 9142.0, 9162.0, 9191.0, 9166.0, 9228.0, 9182.0, 9215.0, 9168.0, 9201.0, 9176.0, 9172.0, 9255.0, 9171.0, 9198.0, 9145.0, 9145.0, 9183.0, 9126.0, 9154.0, 9136.0, 9141.0, 9138.0, 9139.0, 9182.0, 9140.0, 9166.0, 9133.0, 9146.0, 9099.0, 9133.0, 9115.0, 9114.0, 9115.0, 9110.0, 9111.0, 9112.0, 9110.0, 9110.0, 9110.0, 9111.0, 9113.0, 9111.0, 9130.0, 9117.0, 9134.0, 9119.0, 9133.0, 9132.0, 9144.0, 9131.0, 9145.0, 9134.0, 9150.0, 9140.0, 9170.0, 9157.0, 9173.0, 9161.0, 9183.0, 9159.0, 9172.0, 9171.0, 9162.0, 9164.0, 9164.0, 9165.0, 9176.0, 9147.0, 9146.0, 9145.0, 9141.0, 9169.0, 9141.0, 9171.0, 9143.0, 9162.0, 9147.0, 9146.0, 9174.0, 9145.0, 9189.0, 9160.0, 9208.0, 9147.0, 9194.0, 9147.0, 9196.0, 9174.0, 9183.0, 9234.0, 9172.0, 9234.0, 9186.0, 9195.0, 9148.0, 9151.0, 9146.0, 9124.0, 9153.0, 9109.0, 9124.0, 9122.0, 9129.0, 9168.0, 9132.0, 9184.0, 9142.0, 9166.0, 9140.0, 9164.0, 9124.0, 9150.0, 9121.0, 9125.0, 9137.0, 9111.0, 9151.0, 9120.0, 9160.0, 9117.0, 9142.0, 9098.0, 9139.0, 9098.0, 9124.0, 9119.0, 9145.0, 9115.0, 9117.0, 9121.0, 9129.0, 9134.0, 9192.0, 9164.0, 9170.0, 9142.0, 9185.0, 9146.0, 9186.0, 9145.0, 9174.0, 9150.0, 9164.0, 9144.0, 9162.0, 9175.0, 9161.0, 9207.0, 9161.0, 9200.0, 9182.0, 9174.0, 9175.0, 9176.0, 9191.0, 9192.0, 9195.0, 9165.0, 9172.0, 9172.0, 9198.0, 9183.0, 9231.0, 9131.0, 9141.0, 9105.0, 9123.0, 9189.0, 9149.0, 9184.0, 9143.0, 9184.0, 9143.0, 9185.0, 9139.0, 9184.0, 9120.0, 9159.0, 9097.0, 9141.0, 9110.0, 9126.0, 9109.0, 9125.0, 9109.0, 9125.0, 9111.0, 9161.0, 9129.0, 9157.0, 9110.0, 9091.0, 9091.0, 9094.0, 9093.0, 9112.0, 9113.0, 9130.0, 9119.0, 9137.0, 9167.0, 9139.0, 9166.0, 9134.0, 9148.0, 9122.0, 9131.0, 9128.0, 9148.0, 9169.0, 9156.0, 9177.0, 9146.0, 9206.0, 9148.0, 9195.0, 9193.0, 9245.0, 9186.0, 9215.0, 9187.0, 9164.0, 9164.0, 9153.0, 9206.0, 9161.0, 9183.0, 9165.0, 9227.0, 9203.0, 9259.0, 9208.0, 9256.0, 9208.0, 9255.0, 9215.0, 9215.0, 9153.0, 9108.0, 9142.0, 9097.0, 9112.0, 9101.0, 9094.0, 9092.0, 9116.0, 9084.0, 9125.0, 9087.0, 9116.0, 9088.0, 9128.0, 9095.0, 9124.0, 9080.0, 9108.0, 9079.0, 9090.0, 9063.0, 9073.0, 9060.0, 9084.0, 9053.0, 9087.0, 9063.0, 9090.0, 9080.0, 9109.0, 9085.0, 9113.0, 9089.0, 9103.0, 9094.0, 9108.0, 9109.0, 9096.0, 9097.0, 9113.0, 9130.0, 9120.0, 9150.0, 9123.0, 9157.0, 9143.0, 9189.0, 9163.0, 9205.0, 9164.0, 9189.0, 9162.0, 9188.0, 9147.0, 9187.0, 9143.0, 9185.0, 9143.0, 9171.0, 9143.0, 9186.0, 9160.0, 9206.0, 9160.0, 9227.0, 9182.0, 9210.0, 9172.0, 9198.0, 9173.0, 9180.0, 9176.0, 9140.0, 9141.0, 9148.0, 9159.0, 9131.0, 9183.0, 9143.0, 9186.0, 9145.0, 9187.0, 9127.0, 9184.0, 9125.0, 9178.0, 9113.0, 9157.0, 9094.0, 9139.0, 9102.0, 9127.0, 9094.0, 9131.0, 9112.0, 9170.0, 9129.0, 9144.0, 9128.0, 9133.0, 9109.0, 9136.0, 9130.0, 9138.0, 9119.0, 9114.0, 9127.0, 9115.0, 9124.0, 9109.0, 9107.0, 9106.0, 9149.0, 9111.0, 9128.0, 9117.0, 9153.0, 9140.0, 9134.0, 9121.0, 9133.0, 9119.0, 9119.0, 9124.0, 9138.0, 9164.0, 9181.0, 9145.0, 9149.0, 9176.0, 9177.0, 9195.0, 9182.0, 9190.0, 9202.0, 9210.0, 9203.0, 9239.0, 9181.0, 9212.0, 9178.0, 9176.0, 9155.0, 9135.0, 9166.0, 9145.0, 9190.0, 9146.0, 9172.0, 9147.0, 9188.0, 9140.0, 9182.0, 9118.0, 9197.0, 9140.0, 9174.0, 9096.0, 9149.0, 9085.0, 9114.0, 9090.0, 9124.0, 9102.0, 9145.0, 9116.0, 9125.0, 9094.0, 9091.0, 9088.0, 9088.0, 9100.0, 9088.0, 9116.0, 9092.0, 9121.0, 9108.0, 9108.0, 9109.0, 9122.0, 9110.0, 9125.0, 9113.0, 9130.0, 9117.0, 9119.0, 9121.0, 9123.0, 9152.0, 9137.0, 9179.0, 9125.0, 9185.0, 9147.0, 9190.0, 9143.0, 9155.0, 9143.0, 9156.0, 9129.0, 9160.0, 9130.0, 9147.0, 9189.0, 9146.0, 9189.0, 9146.0, 9189.0, 9148.0, 9193.0, 9149.0, 9217.0, 9158.0, 9160.0, 9129.0, 9143.0, 9156.0, 9144.0, 9188.0, 9165.0, 9227.0, 9198.0, 9236.0, 9186.0, 9233.0, 9178.0, 9199.0, 9185.0, 9197.0, 9198.0, 9162.0, 9139.0, 9141.0, 9174.0, 9127.0, 9154.0, 9118.0, 9119.0, 9118.0, 9121.0, 9153.0, 9159.0, 9181.0, 9139.0, 9174.0, 9180.0, 9231.0, 9254.0, 9154.0, 9146.0, 9116.0, 9128.0, 9109.0, 9094.0, 9115.0, 9113.0, 9117.0, 9122.0, 9116.0, 9094.0, 9092.0, 9105.0, 9090.0, 9157.0, 9152.0, 9185.0, 9123.0, 9101.0, 9088.0, 9087.0, 9084.0, 9103.0, 9110.0, 9094.0, 9110.0, 9112.0, 9147.0, 9126.0, 9179.0, 9124.0, 9201.0, 9154.0, 9196.0, 9151.0, 9203.0, 9122.0, 9114.0, 9096.0, 9076.0, 9069.0, 9093.0, 9122.0, 9095.0, 9123.0, 9099.0, 9115.0, 9073.0, 9084.0, 9083.0, 9079.0, 9081.0, 9086.0, 9108.0, 9067.0, 9111.0, 9081.0, 9126.0, 9099.0, 9111.0, 9086.0, 9081.0, 9064.0, 9063.0, 9064.0, 9067.0, 9072.0, 9114.0, 9069.0, 9070.0, 9069.0, 9069.0, 9086.0, 9088.0, 9092.0, 9091.0, 9094.0, 9096.0, 9111.0, 9098.0, 9113.0, 9114.0, 9115.0, 9116.0, 9116.0, 9116.0, 9119.0, 9173.0, 9137.0, 9164.0, 9135.0, 9162.0, 9122.0, 9164.0, 9126.0, 9181.0, 9139.0, 9165.0, 9138.0, 9151.0, 9139.0, 9168.0, 9138.0, 9154.0, 9138.0, 9152.0, 9145.0, 9138.0, 9125.0, 9144.0, 9170.0, 9159.0, 9160.0, 9161.0, 9174.0, 9163.0, 9201.0, 9170.0, 9256.0, 9167.0, 9190.0, 9144.0, 9157.0, 9123.0, 9104.0, 9153.0, 9109.0, 9154.0, 9122.0, 9140.0, 9124.0, 9142.0, 9154.0, 9139.0, 9150.0, 9133.0, 9146.0, 9130.0, 9129.0, 9131.0, 9141.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.0027989540229885067</td></tr>
<tr><td colspan=3>aqi</td><td>0.02362375344827586</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.794738648722664</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.214942609470657</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0472447327272731</td></tr>
<tr><td colspan=3>efc</td><td>0.4645</td></tr>
<tr><td colspan=3>fber</td><td>6866.0981</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1147299225224768</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.528735632183908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4802825167497473</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.427688214846675</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7728001157094755</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2403592196930915</td></tr>
<tr><td colspan=3>gcor</td><td>0.0252419</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016158996149897575</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028453100472688675</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6631321990292083</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>33.5397</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2144</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.0756</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301483.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>728.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.5436</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9718</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.0476</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3282.7037</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75061.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>896.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>962.8308</td></tr>
<tr><td colspan=3>tsnr</td><td>38.55534489965066</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>