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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-01_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-01_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-0055/ses-04/func/sub-0055_ses-04_task-social_acq-mb8_run-01_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>b160c04bfd490275e801925894e01d6a</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>14:23:26.117500</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.999783, 0.0174232, 0.0114601, -0.0165786, 0.997405, -0.0700651]</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-01_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.10038</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7708, -7238, 522, -14, -118, -29, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.274</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0ae1cc65-fca6-47b2-82ea-a9b6155822c6||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.6823434829711914, -0.04447918012738228, 0.034158047288656235, 114.17583465576172], [-0.046745091676712036, 2.6759636402130127, -0.18862159550189972, -83.30810546875], [0.03074665181338787, 0.18797948956489563, 2.6931867599487305, -72.12518310546875], [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': ['142326.117500', '142326.577500', '142327.037500', '142327.497500', '142327.957500', '142328.417500', '142328.877500', '142329.337500', '142329.797500', '142330.257500', '142330.717500', '142331.177500', '142331.637500', '142332.097500', '142332.557500', '142333.017500', '142333.477500', '142333.937500', '142334.397500', '142334.857500', '142335.317500', '142335.777500', '142336.237500', '142336.697500', '142337.157500', '142337.617500', '142338.077500', '142338.537500', '142338.997500', '142339.457500', '142339.917500', '142340.377500', '142340.837500', '142341.297500', '142341.757500', '142342.217500', '142342.677500', '142343.137500', '142343.597500', '142344.057500', '142344.517500', '142344.977500', '142345.437500', '142345.897500', '142346.357500', '142346.817500', '142347.277500', '142347.737500', '142348.197500', '142348.657500', '142349.117500', '142349.577500', '142350.037500', '142350.497500', '142350.957500', '142351.417500', '142351.877500', '142352.337500', '142352.797500', '142353.257500', '142353.717500', '142354.177500', '142354.637500', '142355.097500', '142355.557500', '142356.017500', '142356.477500', '142356.937500', '142357.397500', '142357.857500', '142358.317500', '142358.777500', '142359.237500', '142359.697500', '142400.157500', '142400.617500', '142401.077500', '142401.537500', '142401.997500', '142402.457500', '142402.917500', '142403.377500', '142403.837500', '142404.297500', '142404.757500', '142405.217500', '142405.677500', '142406.137500', '142406.597500', '142407.057500', '142407.517500', '142407.977500', '142408.437500', '142408.897500', '142409.357500', '142409.817500', '142410.277500', '142410.737500', '142411.197500', '142411.657500', '142412.117500', '142412.577500', '142413.037500', '142413.497500', '142413.957500', '142414.417500', '142414.877500', '142415.337500', '142415.797500', '142416.257500', '142416.717500', '142417.177500', '142417.637500', '142418.097500', '142418.557500', '142419.017500', '142419.477500', '142419.937500', '142420.397500', '142420.857500', '142421.317500', '142421.777500', '142422.237500', '142422.697500', '142423.157500', '142423.617500', '142424.077500', '142424.537500', '142424.997500', '142425.457500', '142425.917500', '142426.377500', '142426.837500', '142427.297500', '142427.757500', '142428.217500', '142428.677500', '142429.137500', '142429.597500', '142430.057500', '142430.517500', '142430.977500', '142431.437500', '142431.897500', '142432.357500', '142432.817500', '142433.277500', '142433.737500', '142434.197500', '142434.657500', '142435.117500', '142435.577500', '142436.037500', '142436.497500', '142436.957500', '142437.417500', '142437.877500', '142438.337500', '142438.797500', '142439.257500', '142439.717500', '142440.177500', '142440.637500', '142441.097500', '142441.557500', '142442.017500', '142442.477500', '142442.937500', '142443.397500', '142443.857500', '142444.317500', '142444.777500', '142445.237500', '142445.697500', '142446.157500', '142446.617500', '142447.077500', '142447.537500', '142447.997500', '142448.457500', '142448.917500', '142449.377500', '142449.837500', '142450.297500', '142450.757500', '142451.217500', '142451.677500', '142452.137500', '142452.597500', '142453.057500', '142453.517500', '142453.977500', '142454.437500', '142454.897500', '142455.357500', '142455.817500', '142456.277500', '142456.737500', '142457.197500', '142457.657500', '142458.117500', '142458.577500', '142459.037500', '142459.497500', '142459.957500', '142500.417500', '142500.877500', '142501.337500', '142501.797500', '142502.257500', '142502.717500', '142503.177500', '142503.637500', '142504.097500', '142504.557500', '142505.017500', '142505.477500', '142505.937500', '142506.397500', '142506.857500', '142507.317500', '142507.777500', '142508.237500', '142508.697500', '142509.157500', '142509.617500', '142510.077500', '142510.537500', '142510.997500', '142511.457500', '142511.917500', '142512.377500', '142512.837500', '142513.297500', '142513.757500', '142514.217500', '142514.677500', '142515.137500', '142515.597500', '142516.057500', '142516.517500', '142516.977500', '142517.437500', '142517.897500', '142518.357500', '142518.817500', '142519.277500', '142519.737500', '142520.197500', '142520.657500', '142521.117500', '142521.577500', '142522.037500', '142522.497500', '142522.957500', '142523.417500', '142523.877500', '142524.337500', '142524.797500', '142525.257500', '142525.717500', '142526.177500', '142526.637500', '142527.097500', '142527.557500', '142528.017500', '142528.477500', '142528.937500', '142529.397500', '142529.857500', '142530.317500', '142530.777500', '142531.237500', '142531.697500', '142532.157500', '142532.617500', '142533.077500', '142533.537500', '142533.997500', '142534.457500', '142534.917500', '142535.377500', '142535.837500', '142536.297500', '142536.757500', '142537.217500', '142537.677500', '142538.137500', '142538.597500', '142539.057500', '142539.517500', '142539.977500', '142540.437500', '142540.897500', '142541.357500', '142541.817500', '142542.277500', '142542.737500', '142543.197500', '142543.657500', '142544.117500', '142544.577500', '142545.037500', '142545.497500', '142545.957500', '142546.417500', '142546.877500', '142547.337500', '142547.797500', '142548.257500', '142548.717500', '142549.177500', '142549.637500', '142550.097500', '142550.557500', '142551.017500', '142551.477500', '142551.937500', '142552.397500', '142552.857500', '142553.317500', '142553.777500', '142554.237500', '142554.697500', '142555.157500', '142555.617500', '142556.077500', '142556.537500', '142556.997500', '142557.457500', '142557.917500', '142558.377500', '142558.837500', '142559.297500', '142559.757500', '142600.217500', '142600.677500', '142601.137500', '142601.597500', '142602.057500', '142602.517500', '142602.977500', '142603.437500', '142603.897500', '142604.357500', '142604.817500', '142605.277500', '142605.737500', '142606.197500', '142606.657500', '142607.117500', '142607.577500', '142608.037500', '142608.497500', '142608.957500', '142609.417500', '142609.877500', '142610.337500', '142610.797500', '142611.257500', '142611.717500', '142612.177500', '142612.637500', '142613.097500', '142613.557500', '142614.017500', '142614.477500', '142614.937500', '142615.397500', '142615.857500', '142616.317500', '142616.777500', '142617.237500', '142617.697500', '142618.157500', '142618.617500', '142619.077500', '142619.537500', '142619.997500', '142620.457500', '142620.917500', '142621.377500', '142621.837500', '142622.297500', '142622.757500', '142623.217500', '142623.677500', '142624.137500', '142624.597500', '142625.057500', '142625.517500', '142625.977500', '142626.437500', '142626.897500', '142627.357500', '142627.817500', '142628.277500', '142628.737500', '142629.197500', '142629.657500', '142630.117500', '142630.577500', '142631.037500', '142631.497500', '142631.957500', '142632.417500', '142632.877500', '142633.337500', '142633.797500', '142634.257500', '142634.717500', '142635.177500', '142635.637500', '142636.097500', '142636.557500', '142637.017500', '142637.477500', '142637.937500', '142638.397500', '142638.857500', '142639.317500', '142639.777500', '142640.237500', '142640.697500', '142641.157500', '142641.617500', '142642.077500', '142642.537500', '142642.997500', '142643.457500', '142643.917500', '142644.377500', '142644.837500', '142645.297500', '142645.757500', '142646.217500', '142646.677500', '142647.137500', '142647.597500', '142648.057500', '142648.517500', '142648.977500', '142649.437500', '142649.897500', '142650.357500', '142650.817500', '142651.277500', '142651.737500', '142652.197500', '142652.657500', '142653.117500', '142653.577500', '142654.037500', '142654.497500', '142654.957500', '142655.417500', '142655.877500', '142656.337500', '142656.797500', '142657.257500', '142657.717500', '142658.177500', '142658.637500', '142659.097500', '142659.557500', '142700.017500', '142700.477500', '142700.937500', '142701.397500', '142701.857500', '142702.317500', '142702.777500', '142703.237500', '142703.697500', '142704.157500', '142704.617500', '142705.077500', '142705.537500', '142705.997500', '142706.457500', '142706.917500', '142707.377500', '142707.837500', '142708.297500', '142708.757500', '142709.217500', '142709.677500', '142710.137500', '142710.597500', '142711.057500', '142711.517500', '142711.977500', '142712.437500', '142712.897500', '142713.357500', '142713.817500', '142714.277500', '142714.737500', '142715.197500', '142715.657500', '142716.117500', '142716.577500', '142717.037500', '142717.497500', '142717.957500', '142718.417500', '142718.877500', '142719.337500', '142719.797500', '142720.257500', '142720.717500', '142721.177500', '142721.637500', '142722.097500', '142722.557500', '142723.017500', '142723.477500', '142723.937500', '142724.397500', '142724.857500', '142725.317500', '142725.777500', '142726.237500', '142726.697500', '142727.157500', '142727.617500', '142728.077500', '142728.537500', '142728.997500', '142729.457500', '142729.917500', '142730.377500', '142730.837500', '142731.297500', '142731.757500', '142732.217500', '142732.677500', '142733.137500', '142733.597500', '142734.057500', '142734.517500', '142734.977500', '142735.437500', '142735.897500', '142736.357500', '142736.817500', '142737.277500', '142737.737500', '142738.197500', '142738.657500', '142739.117500', '142739.577500', '142740.037500', '142740.497500', '142740.957500', '142741.417500', '142741.877500', '142742.337500', '142742.797500', '142743.257500', '142743.717500', '142744.177500', '142744.637500', '142745.097500', '142745.557500', '142746.017500', '142746.477500', '142746.937500', '142747.397500', '142747.857500', '142748.317500', '142748.777500', '142749.237500', '142749.697500', '142750.157500', '142750.617500', '142751.077500', '142751.537500', '142751.997500', '142752.457500', '142752.917500', '142753.377500', '142753.837500', '142754.297500', '142754.757500', '142755.217500', '142755.677500', '142756.137500', '142756.597500', '142757.057500', '142757.517500', '142757.977500', '142758.437500', '142758.897500', '142759.357500', '142759.817500', '142800.277500', '142800.737500', '142801.197500', '142801.657500', '142802.117500', '142802.577500', '142803.037500', '142803.497500', '142803.957500', '142804.417500', '142804.877500', '142805.337500', '142805.797500', '142806.257500', '142806.717500', '142807.177500', '142807.637500', '142808.097500', '142808.557500', '142809.017500', '142809.477500', '142809.937500', '142810.397500', '142810.857500', '142811.317500', '142811.777500', '142812.237500', '142812.697500', '142813.157500', '142813.617500', '142814.077500', '142814.537500', '142814.997500', '142815.457500', '142815.917500', '142816.377500', '142816.837500', '142817.297500', '142817.757500', '142818.217500', '142818.677500', '142819.137500', '142819.597500', '142820.057500', '142820.517500', '142820.977500', '142821.437500', '142821.897500', '142822.357500', '142822.817500', '142823.277500', '142823.737500', '142824.197500', '142824.657500', '142825.117500', '142825.577500', '142826.037500', '142826.497500', '142826.957500', '142827.417500', '142827.877500', '142828.337500', '142828.797500', '142829.257500', '142829.717500', '142830.177500', '142830.637500', '142831.097500', '142831.557500', '142832.017500', '142832.477500', '142832.937500', '142833.397500', '142833.857500', '142834.317500', '142834.777500', '142835.237500', '142835.697500', '142836.157500', '142836.617500', '142837.077500', '142837.537500', '142837.997500', '142838.457500', '142838.917500', '142839.377500', '142839.837500', '142840.297500', '142840.757500', '142841.217500', '142841.677500', '142842.137500', '142842.597500', '142843.057500', '142843.517500', '142843.977500', '142844.437500', '142844.897500', '142845.357500', '142845.817500', '142846.277500', '142846.737500', '142847.197500', '142847.657500', '142848.117500', '142848.577500', '142849.037500', '142849.497500', '142849.957500', '142850.417500', '142850.877500', '142851.337500', '142851.797500', '142852.257500', '142852.717500', '142853.177500', '142853.637500', '142854.097500', '142854.557500', '142855.017500', '142855.477500', '142855.937500', '142856.397500', '142856.857500', '142857.317500', '142857.777500', '142858.237500', '142858.697500', '142859.157500', '142859.617500', '142900.077500', '142900.537500', '142900.997500', '142901.457500', '142901.917500', '142902.377500', '142902.837500', '142903.297500', '142903.757500', '142904.217500', '142904.677500', '142905.137500', '142905.597500', '142906.057500', '142906.517500', '142906.977500', '142907.437500', '142907.897500', '142908.357500', '142908.817500', '142909.277500', '142909.737500', '142910.197500', '142910.657500', '142911.117500', '142911.577500', '142912.037500', '142912.497500', '142912.957500', '142913.417500', '142913.877500', '142914.337500', '142914.797500', '142915.257500', '142915.717500', '142916.177500', '142916.637500', '142917.097500', '142917.557500', '142918.017500', '142918.477500', '142918.937500', '142919.397500', '142919.857500', '142920.317500', '142920.777500', '142921.237500', '142921.697500', '142922.157500', '142922.617500', '142923.077500', '142923.537500', '142923.997500', '142924.457500', '142924.917500', '142925.377500', '142925.837500', '142926.297500', '142926.757500', '142927.217500', '142927.677500', '142928.137500', '142928.597500', '142929.057500', '142929.517500', '142929.977500', '142930.437500', '142930.897500', '142931.357500', '142931.817500', '142932.277500', '142932.737500', '142933.197500', '142933.657500', '142934.117500', '142934.577500', '142935.037500', '142935.497500', '142935.957500', '142936.417500', '142936.877500', '142937.337500', '142937.797500', '142938.257500', '142938.717500', '142939.177500', '142939.637500', '142940.097500', '142940.557500', '142941.017500', '142941.477500', '142941.937500', '142942.397500', '142942.857500', '142943.317500', '142943.777500', '142944.237500', '142944.697500', '142945.157500', '142945.617500', '142946.077500', '142946.537500', '142946.997500', '142947.457500', '142947.917500', '142948.377500', '142948.837500', '142949.297500', '142949.757500', '142950.217500', '142950.677500', '142951.137500', '142951.597500', '142952.057500', '142952.517500', '142952.977500', '142953.437500', '142953.897500', '142954.357500', '142954.817500', '142955.277500', '142955.737500', '142956.197500', '142956.657500', '142957.117500', '142957.577500', '142958.037500', '142958.497500', '142958.957500', '142959.417500', '142959.877500', '143000.337500', '143000.797500', '143001.257500', '143001.717500', '143002.177500', '143002.637500', '143003.097500', '143003.557500', '143004.017500', '143004.477500', '143004.937500', '143005.397500', '143005.857500', '143006.317500', '143006.777500'], 'ContentTime': ['142338.480000', '142338.484000', '142338.487000', '142338.489000', '142338.492000', '142338.495000', '142338.497000', '142338.500000', '142338.502000', '142338.505000', '142338.508000', '142338.510000', '142338.525000', '142338.527000', '142338.530000', '142338.536000', '142338.538000', '142338.541000', '142338.543000', '142338.546000', '142338.548000', '142338.551000', '142338.554000', '142338.556000', '142358.443000', '142358.445000', '142358.448000', '142358.450000', '142358.453000', '142358.456000', '142358.458000', '142358.461000', '142358.463000', '142358.466000', '142358.472000', '142358.474000', '142358.477000', '142358.479000', '142358.482000', '142358.484000', '142358.487000', '142358.490000', '142358.492000', '142358.495000', '142358.497000', '142358.500000', '142358.502000', '142358.505000', '142358.507000', '142358.510000', '142358.512000', '142358.515000', '142358.517000', '142358.520000', '142358.522000', '142358.525000', '142358.536000', '142358.538000', '142358.541000', '142358.543000', '142358.546000', '142358.548000', '142358.551000', '142358.554000', '142358.556000', '142358.559000', '142358.561000', '142358.564000', '142418.442000', '142418.445000', '142418.448000', '142418.450000', '142418.453000', '142418.456000', '142418.458000', '142418.461000', '142418.463000', '142418.466000', '142418.468000', '142418.471000', '142418.473000', '142418.476000', '142418.478000', '142418.481000', '142418.483000', '142418.486000', '142418.489000', '142418.491000', '142418.494000', '142418.496000', '142418.499000', '142418.501000', '142418.504000', '142418.506000', '142418.509000', '142418.512000', '142418.514000', '142418.517000', '142418.519000', '142418.522000', '142418.524000', '142418.527000', '142418.529000', '142418.537000', '142418.540000', '142418.542000', '142418.545000', '142418.547000', '142418.550000', '142418.552000', '142418.555000', '142438.443000', '142438.446000', '142438.449000', '142438.451000', '142438.454000', '142438.456000', '142438.459000', '142438.461000', '142438.464000', '142438.467000', '142438.469000', '142438.472000', '142438.474000', '142438.477000', '142438.479000', '142438.493000', '142438.495000', '142438.498000', '142438.500000', '142438.503000', '142438.505000', '142438.508000', '142438.510000', '142438.513000', '142438.516000', '142438.518000', '142438.521000', '142438.523000', '142438.526000', '142438.528000', '142438.531000', '142438.534000', '142438.536000', '142438.539000', '142438.541000', '142438.544000', '142438.546000', '142438.549000', '142438.551000', '142438.554000', '142438.557000', '142438.559000', '142438.562000', '142438.564000', '142458.443000', '142458.446000', '142458.449000', '142458.451000', '142458.454000', '142458.456000', '142458.459000', '142458.461000', '142458.464000', '142458.467000', '142458.469000', '142458.472000', '142458.474000', '142458.477000', '142458.480000', '142458.482000', '142458.485000', '142458.487000', '142458.490000', '142458.492000', '142458.495000', '142458.497000', '142458.500000', '142458.503000', '142458.505000', '142458.508000', '142458.510000', '142458.513000', '142458.516000', '142458.518000', '142458.521000', '142458.523000', '142458.526000', '142458.528000', '142458.531000', '142458.533000', '142458.536000', '142458.540000', '142458.543000', '142458.545000', '142458.548000', '142458.550000', '142458.553000', '142518.443000', '142518.446000', '142518.449000', '142518.451000', '142518.454000', '142518.456000', '142518.459000', '142518.462000', '142518.464000', '142518.467000', '142518.469000', '142518.472000', '142518.474000', '142518.477000', '142518.480000', '142518.482000', '142518.485000', '142518.487000', '142518.490000', '142518.492000', '142518.495000', '142518.497000', '142518.500000', '142518.503000', '142518.505000', '142518.508000', '142518.510000', '142518.513000', '142518.515000', '142518.518000', '142518.521000', '142518.523000', '142518.526000', '142518.528000', '142518.531000', '142518.533000', '142518.536000', '142518.538000', '142518.541000', '142518.543000', '142518.546000', '142518.548000', '142518.551000', '142518.554000', '142538.442000', '142538.445000', '142538.448000', '142538.451000', '142538.453000', '142538.456000', '142538.458000', '142538.461000', '142538.463000', '142538.466000', '142538.468000', '142538.471000', '142538.474000', '142538.476000', '142538.479000', '142538.481000', '142538.484000', '142538.486000', '142538.489000', '142538.492000', '142538.494000', '142538.497000', '142538.499000', '142538.502000', '142538.504000', '142538.507000', '142538.510000', '142538.512000', '142538.515000', '142538.517000', '142538.520000', '142538.523000', '142538.525000', '142538.528000', '142538.530000', '142538.533000', '142538.535000', '142538.538000', '142538.541000', '142538.543000', '142538.546000', '142538.548000', '142538.551000', '142558.443000', '142558.445000', '142558.448000', '142558.451000', '142558.453000', '142558.456000', '142558.458000', '142558.461000', '142558.463000', '142558.466000', '142558.468000', '142558.471000', '142558.474000', '142558.476000', '142558.479000', '142558.481000', '142558.484000', '142558.486000', '142558.489000', '142558.492000', '142558.494000', '142558.497000', '142558.499000', '142558.502000', '142558.504000', '142558.507000', '142558.510000', '142558.512000', '142558.515000', '142558.517000', '142558.520000', '142558.522000', '142558.525000', '142558.527000', '142558.530000', '142558.532000', '142558.535000', '142558.538000', '142558.540000', '142558.543000', '142558.546000', '142558.548000', '142558.551000', '142558.553000', '142618.442000', '142618.445000', '142618.448000', '142618.450000', '142618.453000', '142618.455000', '142618.458000', '142618.460000', '142618.463000', '142618.466000', '142618.478000', '142618.481000', '142618.483000', '142618.486000', '142618.488000', '142618.491000', '142618.493000', '142618.496000', '142618.498000', '142618.501000', '142618.504000', '142618.506000', '142618.509000', '142618.511000', '142618.514000', '142618.516000', '142618.519000', '142618.522000', '142618.524000', '142618.527000', '142618.529000', '142618.532000', '142618.534000', '142618.537000', '142618.539000', '142618.542000', '142618.545000', '142618.547000', '142618.550000', '142618.552000', '142618.555000', '142618.558000', '142618.560000', '142638.442000', '142638.445000', '142638.448000', '142638.450000', '142638.453000', '142638.456000', '142638.458000', '142638.461000', '142638.463000', '142638.466000', '142638.468000', '142638.471000', '142638.473000', '142638.476000', '142638.479000', '142638.481000', '142638.484000', '142638.486000', '142638.489000', '142638.491000', '142638.494000', '142638.497000', '142638.499000', '142638.502000', '142638.504000', '142638.507000', '142638.509000', '142638.512000', '142638.515000', '142638.517000', '142638.520000', '142638.522000', '142638.525000', '142638.527000', '142638.530000', '142638.533000', '142638.535000', '142638.538000', '142638.540000', '142638.543000', '142638.545000', '142638.548000', '142638.551000', '142638.553000', '142658.443000', '142658.446000', '142658.449000', '142658.451000', '142658.454000', '142658.456000', '142658.459000', '142658.462000', '142658.464000', '142658.467000', '142658.469000', '142658.472000', '142658.474000', '142658.477000', '142658.479000', '142658.482000', '142658.485000', '142658.487000', '142658.490000', '142658.492000', '142658.495000', '142658.497000', '142658.500000', '142658.503000', '142658.505000', '142658.508000', '142658.510000', '142658.513000', '142658.515000', '142658.518000', '142658.521000', '142658.523000', '142658.526000', '142658.528000', '142658.531000', '142658.533000', '142658.536000', '142658.539000', '142658.541000', '142658.544000', '142658.546000', '142658.549000', '142658.551000', '142718.444000', '142718.446000', '142718.449000', '142718.451000', '142718.454000', '142718.457000', '142718.459000', '142718.462000', '142718.464000', '142718.467000', '142718.469000', '142718.472000', '142718.475000', '142718.477000', '142718.480000', '142718.482000', '142718.485000', '142718.487000', '142718.490000', '142718.493000', '142718.495000', '142718.498000', '142718.500000', '142718.503000', '142718.505000', '142718.508000', '142718.511000', '142718.513000', '142718.516000', '142718.518000', '142718.521000', '142718.523000', '142718.526000', '142718.529000', '142718.531000', '142718.534000', '142718.536000', '142718.539000', '142718.541000', '142718.544000', '142718.547000', '142718.549000', '142718.552000', '142718.554000', '142738.443000', '142738.446000', '142738.449000', '142738.452000', '142738.454000', '142738.457000', '142738.459000', '142738.462000', '142738.464000', '142738.467000', '142738.470000', '142738.472000', '142738.475000', '142738.477000', '142738.480000', '142738.482000', '142738.485000', '142738.488000', '142738.490000', '142738.493000', '142738.495000', '142738.498000', '142738.501000', '142738.503000', '142738.506000', '142738.508000', '142738.511000', '142738.513000', '142738.516000', '142738.519000', '142738.521000', '142738.524000', '142738.526000', '142738.529000', '142738.531000', '142738.545000', '142738.547000', '142738.550000', '142738.553000', '142738.555000', '142738.558000', '142738.560000', '142738.563000', '142758.443000', '142758.446000', '142758.449000', '142758.452000', '142758.454000', '142758.457000', '142758.459000', '142758.462000', '142758.465000', '142758.467000', '142758.470000', '142758.472000', '142758.475000', '142758.477000', '142758.480000', '142758.482000', '142758.485000', '142758.488000', '142758.490000', '142758.493000', '142758.495000', '142758.498000', '142758.501000', '142758.503000', '142758.506000', '142758.509000', '142758.511000', '142758.514000', '142758.516000', '142758.519000', '142758.522000', '142758.524000', '142758.527000', '142758.529000', '142758.532000', '142758.535000', '142758.537000', '142758.540000', '142758.542000', '142758.545000', '142758.547000', '142758.550000', '142758.553000', '142758.555000', '142818.443000', '142818.445000', '142818.448000', '142818.451000', '142818.453000', '142818.456000', '142818.458000', '142818.461000', '142818.463000', '142818.466000', '142818.469000', '142818.471000', '142818.474000', '142818.476000', '142818.479000', '142818.482000', '142818.484000', '142818.487000', '142818.490000', '142818.492000', '142818.495000', '142818.497000', '142818.500000', '142818.502000', '142818.505000', '142818.508000', '142818.510000', '142818.513000', '142818.515000', '142818.518000', '142818.520000', '142818.523000', '142818.525000', '142818.528000', '142818.531000', '142818.533000', '142818.536000', '142818.538000', '142818.541000', '142818.543000', '142818.546000', '142818.549000', '142818.551000', '142838.442000', '142838.445000', '142838.448000', '142838.450000', '142838.453000', '142838.456000', '142838.458000', '142838.461000', '142838.463000', '142838.466000', '142838.469000', '142838.471000', '142838.474000', '142838.476000', '142838.479000', '142838.482000', '142838.484000', '142838.487000', '142838.489000', '142838.492000', '142838.495000', '142838.497000', '142838.500000', '142838.502000', '142838.505000', '142838.507000', '142838.510000', '142838.513000', '142838.515000', '142838.518000', '142838.520000', '142838.523000', '142838.525000', '142838.528000', '142838.531000', '142838.533000', '142838.536000', '142838.538000', '142838.541000', '142838.543000', '142838.546000', '142838.549000', '142838.551000', '142838.554000', '142858.442000', '142858.445000', '142858.476000', '142858.479000', '142858.481000', '142858.484000', '142858.486000', '142858.489000', '142858.491000', '142858.494000', '142858.496000', '142858.499000', '142858.502000', '142858.504000', '142858.507000', '142858.509000', '142858.512000', '142858.515000', '142858.517000', '142858.520000', '142858.522000', '142858.525000', '142858.527000', '142858.530000', '142858.532000', '142858.535000', '142858.538000', '142858.540000', '142858.543000', '142858.545000', '142858.548000', '142858.551000', '142858.553000', '142858.556000', '142858.558000', '142858.561000', '142858.563000', '142858.566000', '142858.569000', '142858.571000', '142858.574000', '142858.576000', '142858.579000', '142918.444000', '142918.446000', '142918.449000', '142918.477000', '142918.480000', '142918.484000', '142918.487000', '142918.490000', '142918.492000', '142918.495000', '142918.497000', '142918.500000', '142918.502000', '142918.505000', '142918.508000', '142918.510000', '142918.513000', '142918.515000', '142918.518000', '142918.521000', '142918.523000', '142918.526000', '142918.528000', '142918.531000', '142918.533000', '142918.536000', '142918.539000', '142918.541000', '142918.544000', '142918.547000', '142918.549000', '142918.552000', '142918.554000', '142918.557000', '142918.560000', '142918.562000', '142918.565000', '142918.567000', '142918.570000', '142918.572000', '142918.575000', '142918.577000', '142918.580000', '142938.444000', '142938.446000', '142938.449000', '142938.452000', '142938.454000', '142938.457000', '142938.459000', '142938.462000', '142938.464000', '142938.467000', '142938.470000', '142938.472000', '142938.475000', '142938.477000', '142938.480000', '142938.482000', '142938.485000', '142938.488000', '142938.490000', '142938.493000', '142938.495000', '142938.498000', '142938.500000', '142938.503000', '142938.506000', '142938.508000', '142938.511000', '142938.513000', '142938.516000', '142938.519000', '142938.521000', '142938.524000', '142938.526000', '142938.529000', '142938.532000', '142938.534000', '142938.537000', '142938.539000', '142938.542000', '142938.544000', '142938.547000', '142938.549000', '142938.552000', '142938.555000', '142958.444000', '142958.446000', '142958.449000', '142958.452000', '142958.454000', '142958.457000', '142958.459000', '142958.462000', '142958.464000', '142958.467000', '142958.470000', '142958.472000', '142958.475000', '142958.477000', '142958.480000', '142958.482000', '142958.485000', '142958.487000', '142958.490000', '142958.493000', '142958.495000', '142958.498000', '142958.500000', '142958.503000', '142958.505000', '142958.508000', '142958.510000', '142958.513000', '142958.516000', '142958.518000', '142958.521000', '142958.523000', '142958.526000', '142958.529000', '142958.531000', '142958.534000', '142958.536000', '142958.539000', '142958.541000', '142958.544000', '142958.547000', '142958.549000', '142958.552000', '143008.101000', '143008.105000', '143008.108000', '143008.110000', '143008.113000', '143008.116000', '143008.119000', '143008.122000', '143008.125000', '143008.127000', '143008.130000', '143008.133000', '143008.135000', '143008.138000', '143008.141000', '143008.144000', '143008.146000', '143008.149000', '143008.152000', '143008.154000', '143008.157000', '143008.159000'], 'InstanceCreationTime': ['142338.480000', '142338.484000', '142338.487000', '142338.489000', '142338.492000', '142338.495000', '142338.497000', '142338.500000', '142338.502000', '142338.505000', '142338.508000', '142338.510000', '142338.525000', '142338.527000', '142338.530000', '142338.536000', '142338.538000', '142338.541000', '142338.543000', '142338.546000', '142338.548000', '142338.551000', '142338.554000', '142338.556000', '142358.443000', '142358.445000', '142358.448000', '142358.450000', '142358.453000', '142358.456000', '142358.458000', '142358.461000', '142358.463000', '142358.466000', '142358.472000', '142358.474000', '142358.477000', '142358.479000', '142358.482000', '142358.484000', '142358.487000', '142358.490000', '142358.492000', '142358.495000', '142358.497000', '142358.500000', '142358.502000', '142358.505000', '142358.507000', '142358.510000', '142358.512000', '142358.515000', '142358.517000', '142358.520000', '142358.522000', '142358.525000', '142358.536000', '142358.538000', '142358.541000', '142358.543000', '142358.546000', '142358.548000', '142358.551000', '142358.554000', '142358.556000', '142358.559000', '142358.561000', '142358.564000', '142418.442000', '142418.445000', '142418.448000', '142418.450000', '142418.453000', '142418.456000', '142418.458000', '142418.461000', '142418.463000', '142418.466000', '142418.468000', '142418.471000', '142418.473000', '142418.476000', '142418.478000', '142418.481000', '142418.483000', '142418.486000', '142418.489000', '142418.491000', '142418.494000', '142418.496000', '142418.499000', '142418.501000', '142418.504000', '142418.506000', '142418.509000', '142418.512000', '142418.514000', '142418.517000', '142418.519000', '142418.522000', '142418.524000', '142418.527000', '142418.529000', '142418.537000', '142418.540000', '142418.542000', '142418.545000', '142418.547000', '142418.550000', '142418.552000', '142418.555000', '142438.443000', '142438.446000', '142438.449000', '142438.451000', '142438.454000', '142438.456000', '142438.459000', '142438.461000', '142438.464000', '142438.467000', '142438.469000', '142438.472000', '142438.474000', '142438.477000', '142438.479000', '142438.493000', '142438.495000', '142438.498000', '142438.500000', '142438.503000', '142438.505000', '142438.508000', '142438.510000', '142438.513000', '142438.516000', '142438.518000', '142438.521000', '142438.523000', '142438.526000', '142438.528000', '142438.531000', '142438.534000', '142438.536000', '142438.539000', '142438.541000', '142438.544000', '142438.546000', '142438.549000', '142438.551000', '142438.554000', '142438.557000', '142438.559000', '142438.562000', '142438.564000', '142458.443000', '142458.446000', '142458.449000', '142458.451000', '142458.454000', '142458.456000', '142458.459000', '142458.461000', '142458.464000', '142458.467000', '142458.469000', '142458.472000', '142458.474000', '142458.477000', '142458.480000', '142458.482000', '142458.485000', '142458.487000', '142458.490000', '142458.492000', '142458.495000', '142458.497000', '142458.500000', '142458.503000', '142458.505000', '142458.508000', '142458.510000', '142458.513000', '142458.516000', '142458.518000', '142458.521000', '142458.523000', '142458.526000', '142458.528000', '142458.531000', '142458.533000', '142458.536000', '142458.540000', '142458.543000', '142458.545000', '142458.548000', '142458.550000', '142458.553000', '142518.443000', '142518.446000', '142518.449000', '142518.451000', '142518.454000', '142518.456000', '142518.459000', '142518.462000', '142518.464000', '142518.467000', '142518.469000', '142518.472000', '142518.474000', '142518.477000', '142518.480000', '142518.482000', '142518.485000', '142518.487000', '142518.490000', '142518.492000', '142518.495000', '142518.497000', '142518.500000', '142518.503000', '142518.505000', '142518.508000', '142518.510000', '142518.513000', '142518.515000', '142518.518000', '142518.521000', '142518.523000', '142518.526000', '142518.528000', '142518.531000', '142518.533000', '142518.536000', '142518.538000', '142518.541000', '142518.543000', '142518.546000', '142518.548000', '142518.551000', '142518.554000', '142538.442000', '142538.445000', '142538.448000', '142538.451000', '142538.453000', '142538.456000', '142538.458000', '142538.461000', '142538.463000', '142538.466000', '142538.468000', '142538.471000', '142538.474000', '142538.476000', '142538.479000', '142538.481000', '142538.484000', '142538.486000', '142538.489000', '142538.492000', '142538.494000', '142538.497000', '142538.499000', '142538.502000', '142538.504000', '142538.507000', '142538.510000', '142538.512000', '142538.515000', '142538.517000', '142538.520000', '142538.523000', '142538.525000', '142538.528000', '142538.530000', '142538.533000', '142538.535000', '142538.538000', '142538.541000', '142538.543000', '142538.546000', '142538.548000', '142538.551000', '142558.443000', '142558.445000', '142558.448000', '142558.451000', '142558.453000', '142558.456000', '142558.458000', '142558.461000', '142558.463000', '142558.466000', '142558.468000', '142558.471000', '142558.474000', '142558.476000', '142558.479000', '142558.481000', '142558.484000', '142558.486000', '142558.489000', '142558.492000', '142558.494000', '142558.497000', '142558.499000', '142558.502000', '142558.504000', '142558.507000', '142558.510000', '142558.512000', '142558.515000', '142558.517000', '142558.520000', '142558.522000', '142558.525000', '142558.527000', '142558.530000', '142558.532000', '142558.535000', '142558.538000', '142558.540000', '142558.543000', '142558.546000', '142558.548000', '142558.551000', '142558.553000', '142618.442000', '142618.445000', '142618.448000', '142618.450000', '142618.453000', '142618.455000', '142618.458000', '142618.460000', '142618.463000', '142618.466000', '142618.478000', '142618.481000', '142618.483000', '142618.486000', '142618.488000', '142618.491000', '142618.493000', '142618.496000', '142618.498000', '142618.501000', '142618.504000', '142618.506000', '142618.509000', '142618.511000', '142618.514000', '142618.516000', '142618.519000', '142618.522000', '142618.524000', '142618.527000', '142618.529000', '142618.532000', '142618.534000', '142618.537000', '142618.539000', '142618.542000', '142618.545000', '142618.547000', '142618.550000', '142618.552000', '142618.555000', '142618.558000', '142618.560000', '142638.442000', '142638.445000', '142638.448000', '142638.450000', '142638.453000', '142638.456000', '142638.458000', '142638.461000', '142638.463000', '142638.466000', '142638.468000', '142638.471000', '142638.473000', '142638.476000', '142638.479000', '142638.481000', '142638.484000', '142638.486000', '142638.489000', '142638.491000', '142638.494000', '142638.497000', '142638.499000', '142638.502000', '142638.504000', '142638.507000', '142638.509000', '142638.512000', '142638.515000', '142638.517000', '142638.520000', '142638.522000', '142638.525000', '142638.527000', '142638.530000', '142638.533000', '142638.535000', '142638.538000', '142638.540000', '142638.543000', '142638.545000', '142638.548000', '142638.551000', '142638.553000', '142658.443000', '142658.446000', '142658.449000', '142658.451000', '142658.454000', '142658.456000', '142658.459000', '142658.462000', '142658.464000', '142658.467000', '142658.469000', '142658.472000', '142658.474000', '142658.477000', '142658.479000', '142658.482000', '142658.485000', '142658.487000', '142658.490000', '142658.492000', '142658.495000', '142658.497000', '142658.500000', '142658.503000', '142658.505000', '142658.508000', '142658.510000', '142658.513000', '142658.515000', '142658.518000', '142658.521000', '142658.523000', '142658.526000', '142658.528000', '142658.531000', '142658.533000', '142658.536000', '142658.539000', '142658.541000', '142658.544000', '142658.546000', '142658.549000', '142658.551000', '142718.444000', '142718.446000', '142718.449000', '142718.451000', '142718.454000', '142718.457000', '142718.459000', '142718.462000', '142718.464000', '142718.467000', '142718.469000', '142718.472000', '142718.475000', '142718.477000', '142718.480000', '142718.482000', '142718.485000', '142718.487000', '142718.490000', '142718.493000', '142718.495000', '142718.498000', '142718.500000', '142718.503000', '142718.505000', '142718.508000', '142718.511000', '142718.513000', '142718.516000', '142718.518000', '142718.521000', '142718.523000', '142718.526000', '142718.529000', '142718.531000', '142718.534000', '142718.536000', '142718.539000', '142718.541000', '142718.544000', '142718.547000', '142718.549000', '142718.552000', '142718.554000', '142738.443000', '142738.446000', '142738.449000', '142738.452000', '142738.454000', '142738.457000', '142738.459000', '142738.462000', '142738.464000', '142738.467000', '142738.470000', '142738.472000', '142738.475000', '142738.477000', '142738.480000', '142738.482000', '142738.485000', '142738.488000', '142738.490000', '142738.493000', '142738.495000', '142738.498000', '142738.501000', '142738.503000', '142738.506000', '142738.508000', '142738.511000', '142738.513000', '142738.516000', '142738.519000', '142738.521000', '142738.524000', '142738.526000', '142738.529000', '142738.531000', '142738.545000', '142738.547000', '142738.550000', '142738.553000', '142738.555000', '142738.558000', '142738.560000', '142738.563000', '142758.443000', '142758.446000', '142758.449000', '142758.452000', '142758.454000', '142758.457000', '142758.459000', '142758.462000', '142758.465000', '142758.467000', '142758.470000', '142758.472000', '142758.475000', '142758.477000', '142758.480000', '142758.482000', '142758.485000', '142758.488000', '142758.490000', '142758.493000', '142758.495000', '142758.498000', '142758.501000', '142758.503000', '142758.506000', '142758.509000', '142758.511000', '142758.514000', '142758.516000', '142758.519000', '142758.522000', '142758.524000', '142758.527000', '142758.529000', '142758.532000', '142758.535000', '142758.537000', '142758.540000', '142758.542000', '142758.545000', '142758.547000', '142758.550000', '142758.553000', '142758.555000', '142818.443000', '142818.445000', '142818.448000', '142818.451000', '142818.453000', '142818.456000', '142818.458000', '142818.461000', '142818.463000', '142818.466000', '142818.469000', '142818.471000', '142818.474000', '142818.476000', '142818.479000', '142818.482000', '142818.484000', '142818.487000', '142818.490000', '142818.492000', '142818.495000', '142818.497000', '142818.500000', '142818.502000', '142818.505000', '142818.508000', '142818.510000', '142818.513000', '142818.515000', '142818.518000', '142818.520000', '142818.523000', '142818.525000', '142818.528000', '142818.531000', '142818.533000', '142818.536000', '142818.538000', '142818.541000', '142818.543000', '142818.546000', '142818.549000', '142818.551000', '142838.442000', '142838.445000', '142838.448000', '142838.450000', '142838.453000', '142838.456000', '142838.458000', '142838.461000', '142838.463000', '142838.466000', '142838.469000', '142838.471000', '142838.474000', '142838.476000', '142838.479000', '142838.482000', '142838.484000', '142838.487000', '142838.489000', '142838.492000', '142838.495000', '142838.497000', '142838.500000', '142838.502000', '142838.505000', '142838.507000', '142838.510000', '142838.513000', '142838.515000', '142838.518000', '142838.520000', '142838.523000', '142838.525000', '142838.528000', '142838.531000', '142838.533000', '142838.536000', '142838.538000', '142838.541000', '142838.543000', '142838.546000', '142838.549000', '142838.551000', '142838.554000', '142858.442000', '142858.445000', '142858.476000', '142858.479000', '142858.481000', '142858.484000', '142858.486000', '142858.489000', '142858.491000', '142858.494000', '142858.496000', '142858.499000', '142858.502000', '142858.504000', '142858.507000', '142858.509000', '142858.512000', '142858.515000', '142858.517000', '142858.520000', '142858.522000', '142858.525000', '142858.527000', '142858.530000', '142858.532000', '142858.535000', '142858.538000', '142858.540000', '142858.543000', '142858.545000', '142858.548000', '142858.551000', '142858.553000', '142858.556000', '142858.558000', '142858.561000', '142858.563000', '142858.566000', '142858.569000', '142858.571000', '142858.574000', '142858.576000', '142858.579000', '142918.444000', '142918.446000', '142918.449000', '142918.477000', '142918.480000', '142918.484000', '142918.487000', '142918.490000', '142918.492000', '142918.495000', '142918.497000', '142918.500000', '142918.502000', '142918.505000', '142918.508000', '142918.510000', '142918.513000', '142918.515000', '142918.518000', '142918.521000', '142918.523000', '142918.526000', '142918.528000', '142918.531000', '142918.533000', '142918.536000', '142918.539000', '142918.541000', '142918.544000', '142918.547000', '142918.549000', '142918.552000', '142918.554000', '142918.557000', '142918.560000', '142918.562000', '142918.565000', '142918.567000', '142918.570000', '142918.572000', '142918.575000', '142918.577000', '142918.580000', '142938.444000', '142938.446000', '142938.449000', '142938.452000', '142938.454000', '142938.457000', '142938.459000', '142938.462000', '142938.464000', '142938.467000', '142938.470000', '142938.472000', '142938.475000', '142938.477000', '142938.480000', '142938.482000', '142938.485000', '142938.488000', '142938.490000', '142938.493000', '142938.495000', '142938.498000', '142938.500000', '142938.503000', '142938.506000', '142938.508000', '142938.511000', '142938.513000', '142938.516000', '142938.519000', '142938.521000', '142938.524000', '142938.526000', '142938.529000', '142938.532000', '142938.534000', '142938.537000', '142938.539000', '142938.542000', '142938.544000', '142938.547000', '142938.549000', '142938.552000', '142938.555000', '142958.444000', '142958.446000', '142958.449000', '142958.452000', '142958.454000', '142958.457000', '142958.459000', '142958.462000', '142958.464000', '142958.467000', '142958.470000', '142958.472000', '142958.475000', '142958.477000', '142958.480000', '142958.482000', '142958.485000', '142958.487000', '142958.490000', '142958.493000', '142958.495000', '142958.498000', '142958.500000', '142958.503000', '142958.505000', '142958.508000', '142958.510000', '142958.513000', '142958.516000', '142958.518000', '142958.521000', '142958.523000', '142958.526000', '142958.529000', '142958.531000', '142958.534000', '142958.536000', '142958.539000', '142958.541000', '142958.544000', '142958.547000', '142958.549000', '142958.552000', '143008.101000', '143008.105000', '143008.108000', '143008.110000', '143008.113000', '143008.116000', '143008.119000', '143008.122000', '143008.125000', '143008.127000', '143008.130000', '143008.133000', '143008.135000', '143008.138000', '143008.141000', '143008.144000', '143008.146000', '143008.149000', '143008.152000', '143008.154000', '143008.157000', '143008.159000'], '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': [15513, 10344, 18699, 9055, 13665, 9616, 15053, 9796, 15600, 8506, 12565, 9270, 13156, 10506, 17228, 9434, 12949, 9020, 13094, 10401, 9806, 9491, 8628, 11082, 8857, 11531, 8693, 10555, 8433, 12938, 9948, 10249, 8988, 9679, 9454, 14521, 10951, 13470, 8445, 11517, 8618, 11822, 8716, 10184, 10361, 10175, 9577, 8783, 11285, 8728, 14532, 11006, 12565, 8978, 11955, 9072, 10104, 19506, 10541, 15708, 8755, 10615, 17781, 12513, 17240, 9200, 12674, 10873, 10852, 16001, 8893, 16652, 10546, 17195, 11184, 12757, 8486, 12475, 9753, 12619, 8707, 11707, 9259, 11608, 9325, 10585, 9076, 9271, 10079, 9886, 10113, 9545, 13380, 9384, 13173, 10375, 12400, 8871, 11950, 8708, 11753, 9655, 11077, 9211, 10074, 9090, 9699, 10997, 9784, 12199, 8813, 13547, 9421, 12315, 8690, 9456, 7788, 8790, 10625, 8842, 14343, 9972, 12890, 8654, 11728, 8456, 11645, 8840, 9680, 10346, 8997, 13838, 9033, 13389, 9788, 13203, 8224, 9390, 21572, 9994, 16841, 8619, 13180, 8751, 11121, 8645, 11690, 8463, 11049, 8550, 8403, 11504, 9007, 12616, 10461, 9542, 10642, 16387, 16498, 19854, 12427, 13481, 9878, 12290, 10007, 12716, 9299, 11317, 9697, 12091, 9715, 11953, 9022, 11654, 8636, 12501, 8879, 13739, 9064, 13152, 9260, 12324, 9455, 10113, 11487, 9060, 14417, 8931, 13105, 9109, 12738, 8373, 12009, 8717, 11643, 8490, 12466, 8321, 11377, 8689, 10790, 10339, 10260, 11088, 9440, 12053, 8599, 14609, 10194, 14694, 9220, 10583, 8699, 10455, 9675, 10105, 11198, 8793, 15355, 9802, 15549, 8950, 12106, 8414, 11460, 8288, 11866, 10275, 8545, 8248, 9879, 9557, 9749, 15243, 10594, 8981, 10740, 12472, 15231, 20652, 16189, 15825, 20364, 9445, 8147, 14588, 10930, 8898, 17375, 12158, 8707, 14809, 8766, 19455, 9636, 15705, 8988, 13139, 8766, 11827, 8840, 12821, 8825, 10161, 10523, 9711, 8066, 9887, 8378, 10476, 8738, 11463, 8950, 11541, 8991, 11189, 9222, 10521, 15319, 10724, 15876, 12871, 12999, 8642, 9917, 20027, 13027, 13806, 15290, 10704, 17864, 12434, 15709, 13424, 9976, 20238, 14205, 14422, 9390, 10265, 17780, 9676, 17003, 12738, 19120, 12579, 8369, 10461, 8199, 12103, 9138, 10112, 17120, 8932, 11303, 19986, 9399, 16004, 10874, 14308, 9862, 11883, 9114, 11920, 9288, 12685, 9482, 18177, 9777, 13837, 9567, 12144, 9770, 12098, 10081, 14595, 10716, 10818, 9045, 8948, 12905, 10333, 15699, 10166, 16229, 17456, 10582, 20208, 13380, 14363, 8812, 10026, 8255, 10290, 9648, 10154, 8990, 9367, 9340, 9294, 8424, 10089, 8108, 10729, 8464, 12082, 8280, 12248, 8457, 11012, 8941, 9318, 10426, 8622, 11084, 8394, 11897, 8524, 11206, 8418, 11528, 8167, 10956, 15927, 10563, 8018, 10303, 8559, 11697, 8966, 13186, 8619, 13000, 8625, 13509, 9161, 13257, 9779, 15739, 8632, 8255, 9309, 14181, 9211, 11842, 8315, 10197, 8307, 9249, 9095, 9728, 12953, 10149, 14622, 9178, 16975, 10051, 18358, 14316, 20195, 9571, 11766, 8934, 8759, 12640, 9311, 13639, 10059, 16732, 14863, 15901, 20751, 12653, 18352, 9291, 15516, 11574, 12149, 8981, 10724, 8913, 9514, 10710, 8201, 11877, 8564, 12221, 8879, 11691, 8278, 9259, 9037, 9356, 11738, 10112, 9466, 9927, 9030, 10121, 10414, 11193, 8422, 10485, 8377, 11091, 8248, 12293, 9531, 11609, 8705, 13055, 10270, 13495, 10036, 11816, 7975, 8905, 11614, 9172, 14553, 8599, 13783, 9047, 12607, 11039, 10068, 15057, 8963, 14842, 9851, 13579, 8818, 13062, 9238, 13156, 9744, 12592, 8523, 11569, 8878, 13208, 9477, 12007, 8740, 8912, 12581, 10173, 10956, 10051, 9119, 12360, 20175, 16103, 20167, 17241, 18537, 9515, 14282, 9750, 11460, 9707, 8530, 12363, 9301, 12359, 9477, 13286, 9176, 13237, 9917, 11505, 8886, 10221, 8455, 9217, 11893, 9127, 11652, 9227, 9350, 8884, 8343, 10126, 9591, 11580, 9347, 13764, 9437, 12668, 11363, 9215, 18357, 13915, 17459, 19993, 11135, 18243, 11881, 14040, 20029, 12905, 19631, 9057, 14791, 8762, 12766, 8560, 10815, 8189, 10339, 8611, 11415, 8394, 10435, 8903, 10237, 9366, 10701, 10076, 9637, 14955, 9150, 15573, 12602, 16426, 10555, 12739, 8572, 11454, 8824, 12695, 9752, 19105, 8509, 8330, 9076, 13429, 8720, 11781, 8171, 10100, 8487, 13336, 9325, 9009, 9296, 9132, 13896, 12636, 20468, 16869, 20554, 14664, 14958, 18420, 12943, 9461, 10690, 8855, 12417, 9590, 13264, 8918, 11808, 8921, 8237, 11082, 8871, 12985, 9651, 8584, 9179, 8144, 11763, 16067, 14107, 20066, 11585, 11770, 8558, 10698, 18484, 12731, 17225, 8761, 13657, 9196, 13556, 10091, 12733, 8763, 11795, 8509, 11914, 9552, 10808, 8501, 9552, 10283, 9923, 10534, 8989, 13456, 8714, 13125, 10231, 12064, 8660, 11987, 8572, 11522, 8783, 12336, 8296, 10896, 8377, 10384, 8348, 11215, 8216, 9967, 8429, 9253, 11964, 10108, 12655, 8666, 13706, 8967, 13324, 10033, 13524, 10342, 13726, 8800, 11668, 8857, 12453, 9918, 8532, 17767, 10689, 8874, 8855, 18304, 19450, 16734, 21615, 11854, 18501, 8768, 12093, 8633, 11419, 10211, 8987, 12329, 10634, 12236, 9054, 12367, 11210, 9032, 9243, 10696, 9322, 12428, 10318, 17263, 12586, 20388, 14716, 18291, 10503, 15943, 9066, 13083, 9307, 12504, 9043, 11828, 8395, 11358, 8280, 11305, 8353, 11848, 8637, 10666, 9159, 11049, 8972, 9390, 9479, 11679, 9567, 10373, 10390, 8715, 11124, 9160, 11608, 9227, 8488, 11241, 9162, 8887, 8997, 13866, 9053, 14515, 10605, 10118, 8628, 10971, 8916, 13484, 10004, 8355, 10969, 8946, 18330, 19581, 17814, 19245, 13332, 20709, 16787, 20148, 17070, 18785, 10835, 14405, 9622, 10609, 11670, 8925, 12645, 8890, 13914, 10674, 19138, 9236, 16397, 9077, 16513, 13579, 17441, 8817, 13688, 11658, 17011, 9740, 8908, 9559, 8791, 11098, 11235, 9513, 8810, 11419, 9082, 17137, 16478, 19924, 13700, 11375, 8744, 11138, 11483, 12492, 8440, 11310, 8505, 12074, 9793, 11439, 8395, 10714, 8399, 10647, 9161, 10953, 8548, 10794, 8518, 11051, 9707, 12521, 8808, 11840, 9122, 8726, 9928, 9062, 12213, 8918, 13063, 8785, 13956, 10614, 15389, 12993, 11164, 8492, 9739, 8706, 12309, 9126, 11490, 8445, 11214], 'WindowCenter': [4532.0, 4475.0, 4521.0, 4435.0, 4463.0, 4444.0, 4457.0, 4416.0, 4457.0, 4405.0, 4433.0, 4416.0, 4443.0, 4414.0, 4465.0, 4405.0, 4431.0, 4417.0, 4444.0, 4423.0, 4414.0, 4413.0, 4401.0, 4424.0, 4403.0, 4452.0, 4418.0, 4423.0, 4404.0, 4432.0, 4430.0, 4425.0, 4418.0, 4427.0, 4428.0, 4457.0, 4426.0, 4433.0, 4394.0, 4422.0, 4405.0, 4435.0, 4402.0, 4414.0, 4424.0, 4426.0, 4414.0, 4405.0, 4436.0, 4417.0, 4456.0, 4438.0, 4449.0, 4418.0, 4448.0, 4430.0, 4439.0, 4494.0, 4439.0, 4467.0, 4420.0, 4440.0, 4478.0, 4448.0, 4466.0, 4415.0, 4448.0, 4426.0, 4441.0, 4468.0, 4416.0, 4467.0, 4423.0, 4467.0, 4425.0, 4433.0, 4404.0, 4444.0, 4415.0, 4432.0, 4392.0, 4431.0, 4416.0, 4422.0, 4414.0, 4413.0, 4400.0, 4416.0, 4413.0, 4414.0, 4410.0, 4414.0, 4444.0, 4415.0, 4432.0, 4423.0, 4420.0, 4402.0, 4419.0, 4405.0, 4420.0, 4402.0, 4420.0, 4400.0, 4410.0, 4405.0, 4415.0, 4421.0, 4417.0, 4432.0, 4404.0, 4444.0, 4403.0, 4421.0, 4389.0, 4402.0, 4380.0, 4391.0, 4412.0, 4402.0, 4441.0, 4414.0, 4433.0, 4403.0, 4432.0, 4405.0, 4435.0, 4403.0, 4417.0, 4415.0, 4416.0, 4458.0, 4416.0, 4448.0, 4416.0, 4447.0, 4393.0, 4416.0, 4489.0, 4413.0, 4454.0, 4405.0, 4444.0, 4435.0, 4453.0, 4407.0, 4436.0, 4403.0, 4423.0, 4416.0, 4419.0, 4447.0, 4431.0, 4464.0, 4452.0, 4429.0, 4454.0, 4497.0, 4479.0, 4494.0, 4432.0, 4430.0, 4413.0, 4420.0, 4401.0, 4433.0, 4400.0, 4436.0, 4428.0, 4430.0, 4399.0, 4419.0, 4389.0, 4418.0, 4401.0, 4443.0, 4403.0, 4456.0, 4417.0, 4446.0, 4416.0, 4457.0, 4413.0, 4412.0, 4419.0, 4399.0, 4438.0, 4400.0, 4443.0, 4402.0, 4430.0, 4402.0, 4431.0, 4405.0, 4435.0, 4406.0, 4446.0, 4407.0, 4436.0, 4407.0, 4438.0, 4428.0, 4427.0, 4439.0, 4426.0, 4435.0, 4416.0, 4460.0, 4410.0, 4455.0, 4414.0, 4423.0, 4405.0, 4426.0, 4415.0, 4438.0, 4435.0, 4417.0, 4469.0, 4425.0, 4468.0, 4419.0, 4446.0, 4405.0, 4435.0, 4406.0, 4450.0, 4440.0, 4419.0, 4420.0, 4442.0, 4442.0, 4431.0, 4485.0, 4453.0, 4420.0, 4426.0, 4451.0, 4472.0, 4506.0, 4494.0, 4482.0, 4504.0, 4416.0, 4396.0, 4471.0, 4442.0, 4431.0, 4481.0, 4450.0, 4420.0, 4458.0, 4420.0, 4492.0, 4432.0, 4471.0, 4405.0, 4434.0, 4404.0, 4435.0, 4408.0, 4447.0, 4405.0, 4413.0, 4411.0, 4404.0, 4392.0, 4414.0, 4405.0, 4436.0, 4419.0, 4451.0, 4432.0, 4454.0, 4434.0, 4455.0, 4433.0, 4457.0, 4486.0, 4444.0, 4485.0, 4463.0, 4464.0, 4421.0, 4445.0, 4508.0, 4464.0, 4478.0, 4471.0, 4453.0, 4493.0, 4452.0, 4483.0, 4458.0, 4444.0, 4505.0, 4459.0, 4460.0, 4416.0, 4438.0, 4480.0, 4428.0, 4479.0, 4436.0, 4463.0, 4433.0, 4406.0, 4414.0, 4410.0, 4467.0, 4432.0, 4432.0, 4471.0, 4403.0, 4412.0, 4460.0, 4388.0, 4438.0, 4397.0, 4429.0, 4385.0, 4395.0, 4373.0, 4392.0, 4371.0, 4402.0, 4375.0, 4436.0, 4385.0, 4397.0, 4368.0, 4390.0, 4383.0, 4403.0, 4394.0, 4424.0, 4396.0, 4394.0, 4386.0, 4386.0, 4418.0, 4411.0, 4451.0, 4410.0, 4452.0, 4449.0, 4410.0, 4448.0, 4415.0, 4414.0, 4371.0, 4385.0, 4376.0, 4397.0, 4385.0, 4396.0, 4385.0, 4399.0, 4411.0, 4400.0, 4390.0, 4411.0, 4391.0, 4424.0, 4407.0, 4445.0, 4406.0, 4445.0, 4406.0, 4450.0, 4444.0, 4430.0, 4452.0, 4420.0, 4450.0, 4421.0, 4463.0, 4420.0, 4451.0, 4407.0, 4449.0, 4422.0, 4439.0, 4479.0, 4438.0, 4406.0, 4425.0, 4417.0, 4435.0, 4415.0, 4446.0, 4406.0, 4445.0, 4406.0, 4446.0, 4417.0, 4445.0, 4417.0, 4467.0, 4407.0, 4419.0, 4430.0, 4459.0, 4418.0, 4438.0, 4405.0, 4443.0, 4419.0, 4428.0, 4417.0, 4429.0, 4449.0, 4440.0, 4468.0, 4417.0, 4479.0, 4428.0, 4478.0, 4461.0, 4489.0, 4416.0, 4433.0, 4404.0, 4404.0, 4446.0, 4416.0, 4445.0, 4425.0, 4480.0, 4459.0, 4455.0, 4474.0, 4422.0, 4449.0, 4399.0, 4439.0, 4418.0, 4418.0, 4389.0, 4408.0, 4400.0, 4398.0, 4410.0, 4393.0, 4421.0, 4405.0, 4447.0, 4404.0, 4434.0, 4392.0, 4402.0, 4402.0, 4403.0, 4420.0, 4412.0, 4401.0, 4400.0, 4390.0, 4411.0, 4410.0, 4410.0, 4390.0, 4411.0, 4393.0, 4422.0, 4404.0, 4434.0, 4428.0, 4437.0, 4420.0, 4457.0, 4427.0, 4448.0, 4417.0, 4437.0, 4394.0, 4417.0, 4435.0, 4417.0, 4455.0, 4406.0, 4445.0, 4405.0, 4435.0, 4425.0, 4417.0, 4444.0, 4403.0, 4443.0, 4412.0, 4431.0, 4403.0, 4444.0, 4417.0, 4432.0, 4415.0, 4432.0, 4394.0, 4422.0, 4404.0, 4434.0, 4415.0, 4433.0, 4407.0, 4416.0, 4435.0, 4426.0, 4426.0, 4427.0, 4418.0, 4449.0, 4481.0, 4456.0, 4463.0, 4465.0, 4462.0, 4401.0, 4441.0, 4415.0, 4433.0, 4413.0, 4404.0, 4444.0, 4415.0, 4449.0, 4418.0, 4445.0, 4417.0, 4445.0, 4414.0, 4438.0, 4392.0, 4411.0, 4379.0, 4390.0, 4419.0, 4399.0, 4408.0, 4400.0, 4401.0, 4404.0, 4392.0, 4427.0, 4430.0, 4449.0, 4432.0, 4472.0, 4431.0, 4465.0, 4440.0, 4421.0, 4482.0, 4448.0, 4469.0, 4476.0, 4424.0, 4464.0, 4435.0, 4443.0, 4461.0, 4421.0, 4460.0, 4389.0, 4441.0, 4390.0, 4419.0, 4389.0, 4408.0, 4378.0, 4411.0, 4391.0, 4422.0, 4392.0, 4422.0, 4416.0, 4427.0, 4415.0, 4427.0, 4413.0, 4414.0, 4458.0, 4418.0, 4456.0, 4436.0, 4454.0, 4412.0, 4420.0, 4389.0, 4423.0, 4401.0, 4418.0, 4387.0, 4460.0, 4390.0, 4402.0, 4415.0, 4447.0, 4406.0, 4432.0, 4394.0, 4414.0, 4402.0, 4446.0, 4415.0, 4404.0, 4416.0, 4431.0, 4459.0, 4437.0, 4476.0, 4454.0, 4464.0, 4442.0, 4439.0, 4446.0, 4403.0, 4371.0, 4380.0, 4372.0, 4402.0, 4382.0, 4416.0, 4386.0, 4405.0, 4387.0, 4388.0, 4419.0, 4401.0, 4443.0, 4415.0, 4404.0, 4414.0, 4394.0, 4447.0, 4469.0, 4446.0, 4474.0, 4421.0, 4419.0, 4391.0, 4411.0, 4453.0, 4433.0, 4449.0, 4388.0, 4429.0, 4402.0, 4430.0, 4408.0, 4418.0, 4389.0, 4417.0, 4390.0, 4418.0, 4398.0, 4408.0, 4388.0, 4401.0, 4398.0, 4411.0, 4409.0, 4391.0, 4431.0, 4405.0, 4433.0, 4413.0, 4422.0, 4391.0, 4420.0, 4404.0, 4434.0, 4405.0, 4436.0, 4393.0, 4422.0, 4393.0, 4413.0, 4391.0, 4424.0, 4393.0, 4413.0, 4392.0, 4405.0, 4424.0, 4427.0, 4444.0, 4406.0, 4444.0, 4405.0, 4448.0, 4428.0, 4445.0, 4442.0, 4446.0, 4403.0, 4436.0, 4417.0, 4448.0, 4417.0, 4406.0, 4495.0, 4444.0, 4420.0, 4420.0, 4480.0, 4465.0, 4455.0, 4466.0, 4408.0, 4449.0, 4389.0, 4421.0, 4390.0, 4420.0, 4398.0, 4400.0, 4403.0, 4381.0, 4391.0, 4373.0, 4404.0, 4424.0, 4401.0, 4385.0, 4393.0, 4373.0, 4403.0, 4383.0, 4422.0, 4392.0, 4433.0, 4402.0, 4419.0, 4367.0, 4407.0, 4359.0, 4398.0, 4372.0, 4390.0, 4359.0, 4389.0, 4360.0, 4391.0, 4374.0, 4405.0, 4388.0, 4430.0, 4416.0, 4422.0, 4415.0, 4423.0, 4415.0, 4415.0, 4430.0, 4451.0, 4427.0, 4427.0, 4427.0, 4406.0, 4436.0, 4430.0, 4448.0, 4429.0, 4421.0, 4452.0, 4445.0, 4434.0, 4445.0, 4475.0, 4420.0, 4460.0, 4440.0, 4442.0, 4421.0, 4451.0, 4415.0, 4443.0, 4442.0, 4422.0, 4440.0, 4433.0, 4496.0, 4494.0, 4496.0, 4492.0, 4460.0, 4492.0, 4469.0, 4478.0, 4469.0, 4475.0, 4423.0, 4457.0, 4414.0, 4423.0, 4435.0, 4403.0, 4435.0, 4418.0, 4457.0, 4428.0, 4478.0, 4416.0, 4465.0, 4417.0, 4455.0, 4458.0, 4464.0, 4403.0, 4432.0, 4421.0, 4465.0, 4416.0, 4419.0, 4413.0, 4405.0, 4437.0, 4436.0, 4429.0, 4418.0, 4437.0, 4406.0, 4472.0, 4458.0, 4478.0, 4432.0, 4410.0, 4380.0, 4410.0, 4410.0, 4421.0, 4378.0, 4408.0, 4389.0, 4421.0, 4400.0, 4409.0, 4376.0, 4398.0, 4393.0, 4423.0, 4400.0, 4410.0, 4389.0, 4409.0, 4390.0, 4410.0, 4400.0, 4431.0, 4392.0, 4421.0, 4404.0, 4404.0, 4414.0, 4405.0, 4449.0, 4418.0, 4447.0, 4407.0, 4448.0, 4425.0, 4455.0, 4446.0, 4426.0, 4393.0, 4414.0, 4405.0, 4433.0, 4403.0, 4422.0, 4391.0, 4423.0], 'WindowWidth': [9952.0, 9857.0, 9914.0, 9781.0, 9815.0, 9790.0, 9799.0, 9738.0, 9797.0, 9720.0, 9757.0, 9742.0, 9771.0, 9733.0, 9803.0, 9719.0, 9753.0, 9740.0, 9775.0, 9743.0, 9731.0, 9729.0, 9711.0, 9745.0, 9717.0, 9795.0, 9743.0, 9740.0, 9721.0, 9753.0, 9764.0, 9750.0, 9742.0, 9753.0, 9756.0, 9799.0, 9749.0, 9759.0, 9705.0, 9740.0, 9720.0, 9760.0, 9714.0, 9733.0, 9747.0, 9750.0, 9732.0, 9723.0, 9765.0, 9743.0, 9795.0, 9774.0, 9787.0, 9747.0, 9789.0, 9765.0, 9773.0, 9862.0, 9774.0, 9811.0, 9752.0, 9780.0, 9830.0, 9783.0, 9812.0, 9735.0, 9784.0, 9748.0, 9781.0, 9813.0, 9739.0, 9811.0, 9741.0, 9812.0, 9748.0, 9755.0, 9721.0, 9772.0, 9734.0, 9754.0, 9700.0, 9749.0, 9739.0, 9738.0, 9732.0, 9729.0, 9707.0, 9737.0, 9731.0, 9732.0, 9722.0, 9731.0, 9774.0, 9738.0, 9755.0, 9745.0, 9734.0, 9711.0, 9731.0, 9722.0, 9735.0, 9709.0, 9734.0, 9706.0, 9721.0, 9721.0, 9734.0, 9739.0, 9738.0, 9755.0, 9717.0, 9773.0, 9716.0, 9738.0, 9691.0, 9710.0, 9678.0, 9695.0, 9725.0, 9713.0, 9766.0, 9732.0, 9757.0, 9718.0, 9755.0, 9721.0, 9761.0, 9717.0, 9739.0, 9733.0, 9736.0, 9802.0, 9740.0, 9783.0, 9738.0, 9783.0, 9702.0, 9739.0, 9852.0, 9728.0, 9789.0, 9721.0, 9774.0, 9782.0, 9800.0, 9724.0, 9762.0, 9715.0, 9740.0, 9740.0, 9751.0, 9784.0, 9769.0, 9816.0, 9797.0, 9763.0, 9805.0, 9878.0, 9833.0, 9861.0, 9753.0, 9745.0, 9726.0, 9731.0, 9709.0, 9759.0, 9708.0, 9763.0, 9755.0, 9748.0, 9703.0, 9733.0, 9690.0, 9728.0, 9709.0, 9770.0, 9717.0, 9791.0, 9742.0, 9778.0, 9738.0, 9800.0, 9733.0, 9725.0, 9731.0, 9705.0, 9759.0, 9708.0, 9769.0, 9712.0, 9748.0, 9714.0, 9752.0, 9720.0, 9759.0, 9724.0, 9776.0, 9727.0, 9764.0, 9726.0, 9769.0, 9756.0, 9752.0, 9770.0, 9751.0, 9762.0, 9739.0, 9804.0, 9718.0, 9788.0, 9732.0, 9743.0, 9723.0, 9749.0, 9735.0, 9772.0, 9763.0, 9742.0, 9817.0, 9749.0, 9813.0, 9746.0, 9780.0, 9722.0, 9760.0, 9723.0, 9793.0, 9774.0, 9748.0, 9750.0, 9783.0, 9782.0, 9767.0, 9850.0, 9798.0, 9749.0, 9747.0, 9791.0, 9824.0, 9883.0, 9858.0, 9838.0, 9872.0, 9736.0, 9707.0, 9819.0, 9780.0, 9765.0, 9837.0, 9787.0, 9747.0, 9797.0, 9748.0, 9855.0, 9766.0, 9820.0, 9718.0, 9756.0, 9716.0, 9758.0, 9727.0, 9778.0, 9721.0, 9729.0, 9722.0, 9715.0, 9697.0, 9730.0, 9721.0, 9766.0, 9746.0, 9792.0, 9767.0, 9800.0, 9773.0, 9803.0, 9773.0, 9806.0, 9852.0, 9784.0, 9848.0, 9812.0, 9815.0, 9752.0, 9787.0, 9891.0, 9815.0, 9839.0, 9817.0, 9797.0, 9858.0, 9795.0, 9841.0, 9795.0, 9787.0, 9879.0, 9801.0, 9802.0, 9736.0, 9770.0, 9836.0, 9755.0, 9830.0, 9761.0, 9793.0, 9749.0, 9719.0, 9724.0, 9731.0, 9822.0, 9767.0, 9765.0, 9822.0, 9714.0, 9724.0, 9790.0, 9684.0, 9757.0, 9694.0, 9743.0, 9676.0, 9689.0, 9657.0, 9682.0, 9652.0, 9695.0, 9660.0, 9751.0, 9674.0, 9683.0, 9645.0, 9679.0, 9671.0, 9701.0, 9690.0, 9731.0, 9696.0, 9688.0, 9681.0, 9685.0, 9728.0, 9723.0, 9781.0, 9721.0, 9787.0, 9773.0, 9720.0, 9776.0, 9717.0, 9714.0, 9654.0, 9679.0, 9668.0, 9699.0, 9678.0, 9696.0, 9682.0, 9703.0, 9727.0, 9709.0, 9695.0, 9724.0, 9698.0, 9746.0, 9728.0, 9775.0, 9726.0, 9777.0, 9726.0, 9792.0, 9789.0, 9763.0, 9797.0, 9750.0, 9788.0, 9756.0, 9811.0, 9751.0, 9791.0, 9729.0, 9786.0, 9758.0, 9773.0, 9829.0, 9770.0, 9724.0, 9749.0, 9744.0, 9761.0, 9734.0, 9778.0, 9724.0, 9775.0, 9726.0, 9778.0, 9741.0, 9776.0, 9740.0, 9812.0, 9728.0, 9747.0, 9763.0, 9804.0, 9745.0, 9772.0, 9724.0, 9785.0, 9748.0, 9759.0, 9744.0, 9760.0, 9789.0, 9776.0, 9814.0, 9742.0, 9832.0, 9756.0, 9830.0, 9807.0, 9849.0, 9738.0, 9756.0, 9718.0, 9719.0, 9778.0, 9737.0, 9776.0, 9749.0, 9841.0, 9801.0, 9793.0, 9818.0, 9734.0, 9770.0, 9703.0, 9759.0, 9728.0, 9727.0, 9692.0, 9714.0, 9706.0, 9703.0, 9721.0, 9701.0, 9738.0, 9721.0, 9783.0, 9719.0, 9759.0, 9698.0, 9712.0, 9710.0, 9712.0, 9736.0, 9723.0, 9707.0, 9706.0, 9694.0, 9721.0, 9720.0, 9720.0, 9692.0, 9721.0, 9702.0, 9739.0, 9719.0, 9760.0, 9756.0, 9768.0, 9747.0, 9796.0, 9753.0, 9784.0, 9740.0, 9766.0, 9705.0, 9739.0, 9761.0, 9740.0, 9792.0, 9723.0, 9779.0, 9722.0, 9759.0, 9747.0, 9736.0, 9771.0, 9713.0, 9772.0, 9724.0, 9750.0, 9713.0, 9771.0, 9739.0, 9753.0, 9733.0, 9751.0, 9704.0, 9737.0, 9717.0, 9756.0, 9733.0, 9753.0, 9725.0, 9736.0, 9760.0, 9750.0, 9750.0, 9754.0, 9741.0, 9788.0, 9846.0, 9794.0, 9802.0, 9800.0, 9793.0, 9709.0, 9762.0, 9734.0, 9757.0, 9728.0, 9718.0, 9772.0, 9734.0, 9788.0, 9742.0, 9775.0, 9739.0, 9776.0, 9731.0, 9769.0, 9697.0, 9721.0, 9675.0, 9690.0, 9726.0, 9702.0, 9713.0, 9707.0, 9708.0, 9716.0, 9700.0, 9754.0, 9763.0, 9788.0, 9768.0, 9822.0, 9766.0, 9818.0, 9776.0, 9748.0, 9843.0, 9782.0, 9813.0, 9820.0, 9741.0, 9802.0, 9762.0, 9769.0, 9792.0, 9732.0, 9792.0, 9688.0, 9764.0, 9691.0, 9729.0, 9689.0, 9714.0, 9675.0, 9722.0, 9695.0, 9738.0, 9699.0, 9738.0, 9738.0, 9755.0, 9733.0, 9752.0, 9729.0, 9733.0, 9803.0, 9741.0, 9793.0, 9763.0, 9788.0, 9724.0, 9733.0, 9691.0, 9741.0, 9713.0, 9728.0, 9683.0, 9792.0, 9694.0, 9716.0, 9736.0, 9782.0, 9726.0, 9755.0, 9704.0, 9729.0, 9713.0, 9780.0, 9737.0, 9719.0, 9737.0, 9765.0, 9802.0, 9770.0, 9828.0, 9785.0, 9807.0, 9768.0, 9759.0, 9761.0, 9697.0, 9652.0, 9664.0, 9654.0, 9693.0, 9670.0, 9722.0, 9682.0, 9706.0, 9684.0, 9688.0, 9730.0, 9707.0, 9771.0, 9733.0, 9717.0, 9731.0, 9705.0, 9781.0, 9821.0, 9778.0, 9815.0, 9733.0, 9729.0, 9694.0, 9722.0, 9782.0, 9753.0, 9772.0, 9686.0, 9745.0, 9711.0, 9746.0, 9717.0, 9726.0, 9689.0, 9725.0, 9693.0, 9726.0, 9700.0, 9713.0, 9688.0, 9707.0, 9701.0, 9723.0, 9715.0, 9694.0, 9751.0, 9721.0, 9755.0, 9729.0, 9736.0, 9697.0, 9733.0, 9719.0, 9758.0, 9719.0, 9762.0, 9701.0, 9738.0, 9700.0, 9726.0, 9696.0, 9744.0, 9701.0, 9728.0, 9700.0, 9718.0, 9746.0, 9754.0, 9774.0, 9722.0, 9774.0, 9720.0, 9783.0, 9754.0, 9775.0, 9783.0, 9779.0, 9717.0, 9764.0, 9739.0, 9781.0, 9737.0, 9719.0, 9861.0, 9782.0, 9745.0, 9747.0, 9841.0, 9801.0, 9788.0, 9810.0, 9708.0, 9768.0, 9686.0, 9734.0, 9694.0, 9733.0, 9699.0, 9707.0, 9701.0, 9666.0, 9680.0, 9656.0, 9705.0, 9746.0, 9712.0, 9678.0, 9686.0, 9661.0, 9699.0, 9671.0, 9728.0, 9682.0, 9750.0, 9692.0, 9718.0, 9640.0, 9697.0, 9635.0, 9686.0, 9655.0, 9677.0, 9636.0, 9674.0, 9637.0, 9679.0, 9664.0, 9705.0, 9689.0, 9747.0, 9739.0, 9741.0, 9735.0, 9740.0, 9734.0, 9732.0, 9760.0, 9793.0, 9753.0, 9753.0, 9754.0, 9723.0, 9764.0, 9759.0, 9783.0, 9758.0, 9749.0, 9793.0, 9786.0, 9772.0, 9789.0, 9831.0, 9747.0, 9804.0, 9773.0, 9779.0, 9753.0, 9792.0, 9734.0, 9768.0, 9781.0, 9753.0, 9776.0, 9771.0, 9870.0, 9861.0, 9865.0, 9850.0, 9801.0, 9858.0, 9812.0, 9832.0, 9814.0, 9816.0, 9741.0, 9793.0, 9731.0, 9743.0, 9763.0, 9717.0, 9759.0, 9745.0, 9796.0, 9756.0, 9830.0, 9737.0, 9805.0, 9738.0, 9791.0, 9799.0, 9804.0, 9715.0, 9752.0, 9735.0, 9803.0, 9738.0, 9747.0, 9726.0, 9720.0, 9766.0, 9763.0, 9758.0, 9742.0, 9764.0, 9723.0, 9830.0, 9796.0, 9829.0, 9747.0, 9715.0, 9675.0, 9716.0, 9717.0, 9735.0, 9673.0, 9711.0, 9689.0, 9734.0, 9706.0, 9715.0, 9669.0, 9700.0, 9703.0, 9741.0, 9704.0, 9720.0, 9689.0, 9716.0, 9694.0, 9718.0, 9704.0, 9750.0, 9697.0, 9736.0, 9717.0, 9717.0, 9732.0, 9722.0, 9786.0, 9742.0, 9781.0, 9727.0, 9785.0, 9748.0, 9789.0, 9777.0, 9750.0, 9700.0, 9730.0, 9721.0, 9754.0, 9713.0, 9737.0, 9694.0, 9741.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.0012656336405529954</td></tr>
<tr><td colspan=3>aqi</td><td>0.026950681682027654</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.908826588292925</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3441749316955007</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0208399573010374</td></tr>
<tr><td colspan=3>efc</td><td>0.5342</td></tr>
<tr><td colspan=3>fber</td><td>3796.6843</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1085534655994858</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.101382488479263</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4556593885357945</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.319735217420475</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6770800270825292</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3701629211043795</td></tr>
<tr><td colspan=3>gcor</td><td>0.0226206</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023935457691550255</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048977095633745193</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2781296495138355</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>20.2084</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.6241</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.1996</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>282701.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>1126.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>445.6246</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.443</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.5411</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3534.395</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93843.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.0033</td></tr>
<tr><td colspan=3>tsnr</td><td>36.64630418282468</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>