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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0032/ses-04/func/sub-0032_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>847c7aa34656aed3ce31be5fad1c9166</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>15:19:41.092500</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.998802, -0.0404876, 0.0274951, 0.0418621, 0.9978, -0.0514066]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0941023</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7787, -7217, 597, -56, -215, 106, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>afaff185-a322-4567-9e5e-35f320ddcff7||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.6797118186950684, 0.11231308430433273, 0.06845373660326004, 107.03810119628906], [0.10862534493207932, 2.6770246028900146, -0.1417391449213028, -100.09868621826172], [0.07376722246408463, 0.1379200965166092, 2.6954078674316406, -71.52958679199219], [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': ['151941.092500', '151941.552500', '151942.012500', '151942.472500', '151942.932500', '151943.392500', '151943.852500', '151944.312500', '151944.772500', '151945.232500', '151945.692500', '151946.152500', '151946.612500', '151947.072500', '151947.532500', '151947.992500', '151948.452500', '151948.912500', '151949.372500', '151949.832500', '151950.292500', '151950.752500', '151951.212500', '151951.672500', '151952.132500', '151952.592500', '151953.052500', '151953.512500', '151953.972500', '151954.432500', '151954.892500', '151955.352500', '151955.812500', '151956.272500', '151956.732500', '151957.192500', '151957.652500', '151958.112500', '151958.572500', '151959.032500', '151959.492500', '151959.952500', '152000.412500', '152000.872500', '152001.332500', '152001.792500', '152002.252500', '152002.712500', '152003.172500', '152003.632500', '152004.092500', '152004.552500', '152005.012500', '152005.472500', '152005.932500', '152006.392500', '152006.852500', '152007.312500', '152007.772500', '152008.232500', '152008.692500', '152009.152500', '152009.612500', '152010.072500', '152010.532500', '152010.992500', '152011.452500', '152011.912500', '152012.372500', '152012.832500', '152013.292500', '152013.752500', '152014.212500', '152014.672500', '152015.132500', '152015.592500', '152016.052500', '152016.512500', '152016.972500', '152017.432500', '152017.892500', '152018.352500', '152018.812500', '152019.272500', '152019.732500', '152020.192500', '152020.652500', '152021.112500', '152021.572500', '152022.032500', '152022.492500', '152022.952500', '152023.412500', '152023.872500', '152024.332500', '152024.792500', '152025.252500', '152025.712500', '152026.172500', '152026.632500', '152027.092500', '152027.552500', '152028.012500', '152028.472500', '152028.932500', '152029.392500', '152029.852500', '152030.312500', '152030.772500', '152031.232500', '152031.692500', '152032.152500', '152032.612500', '152033.072500', '152033.532500', '152033.992500', '152034.452500', '152034.912500', '152035.372500', '152035.832500', '152036.292500', '152036.752500', '152037.212500', '152037.672500', '152038.132500', '152038.592500', '152039.052500', '152039.512500', '152039.972500', '152040.432500', '152040.892500', '152041.352500', '152041.812500', '152042.272500', '152042.732500', '152043.192500', '152043.652500', '152044.112500', '152044.572500', '152045.032500', '152045.492500', '152045.952500', '152046.412500', '152046.872500', '152047.332500', '152047.792500', '152048.252500', '152048.712500', '152049.172500', '152049.632500', '152050.092500', '152050.552500', '152051.012500', '152051.472500', '152051.932500', '152052.392500', '152052.852500', '152053.312500', '152053.772500', '152054.232500', '152054.692500', '152055.152500', '152055.612500', '152056.072500', '152056.532500', '152056.992500', '152057.452500', '152057.912500', '152058.372500', '152058.832500', '152059.292500', '152059.752500', '152100.212500', '152100.672500', '152101.132500', '152101.592500', '152102.052500', '152102.512500', '152102.972500', '152103.432500', '152103.892500', '152104.352500', '152104.812500', '152105.272500', '152105.732500', '152106.192500', '152106.652500', '152107.112500', '152107.572500', '152108.032500', '152108.492500', '152108.952500', '152109.412500', '152109.872500', '152110.332500', '152110.792500', '152111.252500', '152111.712500', '152112.172500', '152112.632500', '152113.092500', '152113.552500', '152114.012500', '152114.472500', '152114.932500', '152115.392500', '152115.852500', '152116.312500', '152116.772500', '152117.232500', '152117.692500', '152118.152500', '152118.612500', '152119.072500', '152119.532500', '152119.992500', '152120.452500', '152120.912500', '152121.372500', '152121.832500', '152122.292500', '152122.752500', '152123.212500', '152123.672500', '152124.132500', '152124.592500', '152125.052500', '152125.512500', '152125.972500', '152126.432500', '152126.892500', '152127.352500', '152127.812500', '152128.272500', '152128.732500', '152129.192500', '152129.652500', '152130.112500', '152130.572500', '152131.032500', '152131.492500', '152131.952500', '152132.412500', '152132.872500', '152133.332500', '152133.792500', '152134.252500', '152134.712500', '152135.172500', '152135.632500', '152136.092500', '152136.552500', '152137.012500', '152137.472500', '152137.932500', '152138.392500', '152138.852500', '152139.312500', '152139.772500', '152140.232500', '152140.692500', '152141.152500', '152141.612500', '152142.072500', '152142.532500', '152142.992500', '152143.452500', '152143.912500', '152144.372500', '152144.832500', '152145.292500', '152145.752500', '152146.212500', '152146.672500', '152147.132500', '152147.592500', '152148.052500', '152148.512500', '152148.972500', '152149.432500', '152149.892500', '152150.352500', '152150.812500', '152151.272500', '152151.732500', '152152.192500', '152152.652500', '152153.112500', '152153.572500', '152154.032500', '152154.492500', '152154.952500', '152155.412500', '152155.872500', '152156.332500', '152156.792500', '152157.252500', '152157.712500', '152158.172500', '152158.632500', '152159.092500', '152159.552500', '152200.012500', '152200.472500', '152200.932500', '152201.392500', '152201.852500', '152202.312500', '152202.772500', '152203.232500', '152203.692500', '152204.152500', '152204.612500', '152205.072500', '152205.532500', '152205.992500', '152206.452500', '152206.912500', '152207.372500', '152207.832500', '152208.292500', '152208.752500', '152209.212500', '152209.672500', '152210.132500', '152210.592500', '152211.052500', '152211.512500', '152211.972500', '152212.432500', '152212.892500', '152213.352500', '152213.812500', '152214.272500', '152214.732500', '152215.192500', '152215.652500', '152216.112500', '152216.572500', '152217.032500', '152217.492500', '152217.952500', '152218.412500', '152218.872500', '152219.332500', '152219.792500', '152220.252500', '152220.712500', '152221.172500', '152221.632500', '152222.092500', '152222.552500', '152223.012500', '152223.472500', '152223.932500', '152224.392500', '152224.852500', '152225.312500', '152225.772500', '152226.232500', '152226.692500', '152227.152500', '152227.612500', '152228.072500', '152228.532500', '152228.992500', '152229.452500', '152229.912500', '152230.372500', '152230.832500', '152231.292500', '152231.752500', '152232.212500', '152232.672500', '152233.132500', '152233.592500', '152234.052500', '152234.512500', '152234.972500', '152235.432500', '152235.892500', '152236.352500', '152236.812500', '152237.272500', '152237.732500', '152238.192500', '152238.652500', '152239.112500', '152239.572500', '152240.032500', '152240.492500', '152240.952500', '152241.412500', '152241.872500', '152242.332500', '152242.792500', '152243.252500', '152243.712500', '152244.172500', '152244.632500', '152245.092500', '152245.552500', '152246.012500', '152246.472500', '152246.932500', '152247.392500', '152247.852500', '152248.312500', '152248.772500', '152249.232500', '152249.692500', '152250.152500', '152250.612500', '152251.072500', '152251.532500', '152251.992500', '152252.452500', '152252.912500', '152253.372500', '152253.832500', '152254.292500', '152254.752500', '152255.212500', '152255.672500', '152256.132500', '152256.592500', '152257.052500', '152257.512500', '152257.972500', '152258.432500', '152258.892500', '152259.352500', '152259.812500', '152300.272500', '152300.732500', '152301.192500', '152301.652500', '152302.112500', '152302.572500', '152303.032500', '152303.492500', '152303.952500', '152304.412500', '152304.872500', '152305.332500', '152305.792500', '152306.252500', '152306.712500', '152307.172500', '152307.632500', '152308.092500', '152308.552500', '152309.012500', '152309.472500', '152309.932500', '152310.392500', '152310.852500', '152311.312500', '152311.772500', '152312.232500', '152312.692500', '152313.152500', '152313.612500', '152314.072500', '152314.532500', '152314.992500', '152315.452500', '152315.912500', '152316.372500', '152316.832500', '152317.292500', '152317.752500', '152318.212500', '152318.672500', '152319.132500', '152319.592500', '152320.052500', '152320.512500', '152320.972500', '152321.432500', '152321.892500', '152322.352500', '152322.812500', '152323.272500', '152323.732500', '152324.192500', '152324.652500', '152325.112500', '152325.572500', '152326.032500', '152326.492500', '152326.952500', '152327.412500', '152327.872500', '152328.332500', '152328.792500', '152329.252500', '152329.712500', '152330.172500', '152330.632500', '152331.092500', '152331.552500', '152332.012500', '152332.472500', '152332.932500', '152333.392500', '152333.852500', '152334.312500', '152334.772500', '152335.232500', '152335.692500', '152336.152500', '152336.612500', '152337.072500', '152337.532500', '152337.992500', '152338.452500', '152338.912500', '152339.372500', '152339.832500', '152340.292500', '152340.752500', '152341.212500', '152341.672500', '152342.132500', '152342.592500', '152343.052500', '152343.512500', '152343.972500', '152344.432500', '152344.892500', '152345.352500', '152345.812500', '152346.272500', '152346.732500', '152347.192500', '152347.652500', '152348.112500', '152348.572500', '152349.032500', '152349.492500', '152349.952500', '152350.412500', '152350.872500', '152351.332500', '152351.792500', '152352.252500', '152352.712500', '152353.172500', '152353.632500', '152354.092500', '152354.552500', '152355.012500', '152355.472500', '152355.932500', '152356.392500', '152356.852500', '152357.312500', '152357.772500', '152358.232500', '152358.692500', '152359.152500', '152359.612500', '152400.072500', '152400.532500', '152400.992500', '152401.452500', '152401.912500', '152402.372500', '152402.832500', '152403.292500', '152403.752500', '152404.212500', '152404.672500', '152405.132500', '152405.592500', '152406.052500', '152406.512500', '152406.972500', '152407.432500', '152407.892500', '152408.352500', '152408.812500', '152409.272500', '152409.732500', '152410.192500', '152410.652500', '152411.112500', '152411.572500', '152412.032500', '152412.492500', '152412.952500', '152413.412500', '152413.872500', '152414.332500', '152414.792500', '152415.252500', '152415.712500', '152416.172500', '152416.632500', '152417.092500', '152417.552500', '152418.012500', '152418.472500', '152418.932500', '152419.392500', '152419.852500', '152420.312500', '152420.772500', '152421.232500', '152421.692500', '152422.152500', '152422.612500', '152423.072500', '152423.532500', '152423.992500', '152424.452500', '152424.912500', '152425.372500', '152425.832500', '152426.292500', '152426.752500', '152427.212500', '152427.672500', '152428.132500', '152428.592500', '152429.052500', '152429.512500', '152429.972500', '152430.432500', '152430.892500', '152431.352500', '152431.812500', '152432.272500', '152432.732500', '152433.192500', '152433.652500', '152434.112500', '152434.572500', '152435.032500', '152435.492500', '152435.952500', '152436.412500', '152436.872500', '152437.332500', '152437.792500', '152438.252500', '152438.712500', '152439.172500', '152439.632500', '152440.092500', '152440.552500', '152441.012500', '152441.472500', '152441.932500', '152442.392500', '152442.852500', '152443.312500', '152443.772500', '152444.232500', '152444.692500', '152445.152500', '152445.612500', '152446.072500', '152446.532500', '152446.992500', '152447.452500', '152447.912500', '152448.372500', '152448.832500', '152449.292500', '152449.752500', '152450.212500', '152450.672500', '152451.132500', '152451.592500', '152452.052500', '152452.512500', '152452.972500', '152453.432500', '152453.892500', '152454.352500', '152454.812500', '152455.272500', '152455.732500', '152456.192500', '152456.652500', '152457.112500', '152457.572500', '152458.032500', '152458.492500', '152458.952500', '152459.412500', '152459.872500', '152500.332500', '152500.792500', '152501.252500', '152501.712500', '152502.172500', '152502.632500', '152503.092500', '152503.552500', '152504.012500', '152504.472500', '152504.932500', '152505.392500', '152505.852500', '152506.312500', '152506.772500', '152507.232500', '152507.692500', '152508.152500', '152508.612500', '152509.072500', '152509.532500', '152509.992500', '152510.452500', '152510.912500', '152511.372500', '152511.832500', '152512.292500', '152512.752500', '152513.212500', '152513.672500', '152514.132500', '152514.592500', '152515.052500', '152515.512500', '152515.972500', '152516.432500', '152516.892500', '152517.352500', '152517.812500', '152518.272500', '152518.732500', '152519.192500', '152519.652500', '152520.112500', '152520.572500', '152521.032500', '152521.492500', '152521.952500', '152522.412500', '152522.872500', '152523.332500', '152523.792500', '152524.252500', '152524.712500', '152525.172500', '152525.632500', '152526.092500', '152526.552500', '152527.012500', '152527.472500', '152527.932500', '152528.392500', '152528.852500', '152529.312500', '152529.772500', '152530.232500', '152530.692500', '152531.152500', '152531.612500', '152532.072500', '152532.532500', '152532.992500', '152533.452500', '152533.912500', '152534.372500', '152534.832500', '152535.292500', '152535.752500', '152536.212500', '152536.672500', '152537.132500', '152537.592500', '152538.052500', '152538.512500', '152538.972500', '152539.432500', '152539.892500', '152540.352500', '152540.812500', '152541.272500', '152541.732500', '152542.192500', '152542.652500', '152543.112500', '152543.572500', '152544.032500', '152544.492500', '152544.952500', '152545.412500', '152545.872500', '152546.332500', '152546.792500', '152547.252500', '152547.712500', '152548.172500', '152548.632500', '152549.092500', '152549.552500', '152550.012500', '152550.472500', '152550.932500', '152551.392500', '152551.852500', '152552.312500', '152552.772500', '152553.232500', '152553.692500', '152554.152500', '152554.612500', '152555.072500', '152555.532500', '152555.992500', '152556.452500', '152556.912500', '152557.372500', '152557.832500', '152558.292500', '152558.752500', '152559.212500', '152559.672500', '152600.132500', '152600.592500', '152601.052500', '152601.512500', '152601.972500', '152602.432500', '152602.892500', '152603.352500', '152603.812500', '152604.272500', '152604.732500', '152605.192500', '152605.652500', '152606.112500', '152606.572500', '152607.032500', '152607.492500', '152607.952500', '152608.412500', '152608.872500', '152609.332500', '152609.792500', '152610.252500', '152610.712500', '152611.172500', '152611.632500', '152612.092500', '152612.552500', '152613.012500', '152613.472500', '152613.932500', '152614.392500', '152614.852500', '152615.312500', '152615.772500', '152616.232500', '152616.692500', '152617.152500', '152617.612500', '152618.072500', '152618.532500', '152618.992500', '152619.452500', '152619.912500', '152620.372500', '152620.832500', '152621.292500', '152621.752500'], 'ContentTime': ['152001.642000', '152001.645000', '152001.648000', '152001.651000', '152001.653000', '152001.656000', '152001.658000', '152001.661000', '152001.663000', '152001.666000', '152001.668000', '152001.671000', '152001.673000', '152001.676000', '152001.680000', '152001.682000', '152001.685000', '152001.687000', '152001.690000', '152001.692000', '152001.695000', '152001.698000', '152001.700000', '152001.703000', '152001.705000', '152001.708000', '152001.710000', '152001.713000', '152001.716000', '152001.718000', '152001.721000', '152001.723000', '152001.726000', '152001.728000', '152001.731000', '152001.733000', '152001.736000', '152001.738000', '152001.741000', '152001.744000', '152001.746000', '152001.749000', '152001.751000', '152021.611000', '152021.614000', '152021.617000', '152021.619000', '152021.622000', '152021.624000', '152021.627000', '152021.629000', '152021.632000', '152021.635000', '152021.637000', '152021.640000', '152021.642000', '152021.645000', '152021.647000', '152021.650000', '152021.653000', '152021.655000', '152021.658000', '152021.660000', '152021.663000', '152021.665000', '152021.668000', '152021.670000', '152021.673000', '152021.675000', '152021.678000', '152021.681000', '152021.683000', '152021.686000', '152021.688000', '152021.691000', '152021.693000', '152021.696000', '152021.698000', '152021.701000', '152021.704000', '152021.706000', '152021.709000', '152021.711000', '152021.720000', '152021.723000', '152021.726000', '152041.612000', '152041.614000', '152041.617000', '152041.620000', '152041.622000', '152041.625000', '152041.627000', '152041.630000', '152041.632000', '152041.635000', '152041.637000', '152041.640000', '152041.643000', '152041.645000', '152041.648000', '152041.650000', '152041.653000', '152041.655000', '152041.658000', '152041.661000', '152041.663000', '152041.666000', '152041.668000', '152041.671000', '152041.673000', '152041.676000', '152041.678000', '152041.681000', '152041.683000', '152041.686000', '152041.688000', '152041.691000', '152041.694000', '152041.696000', '152041.699000', '152041.701000', '152041.704000', '152041.706000', '152041.709000', '152041.711000', '152041.714000', '152041.717000', '152041.719000', '152041.722000', '152101.612000', '152101.614000', '152101.617000', '152101.620000', '152101.622000', '152101.625000', '152101.627000', '152101.630000', '152101.632000', '152101.635000', '152101.638000', '152101.640000', '152101.643000', '152101.645000', '152101.648000', '152101.650000', '152101.653000', '152101.655000', '152101.658000', '152101.661000', '152101.663000', '152101.666000', '152101.668000', '152101.671000', '152101.673000', '152101.676000', '152101.678000', '152101.681000', '152101.684000', '152101.686000', '152101.689000', '152101.691000', '152101.694000', '152101.696000', '152101.699000', '152101.702000', '152101.704000', '152101.707000', '152101.710000', '152101.713000', '152101.716000', '152101.718000', '152101.721000', '152121.611000', '152121.614000', '152121.617000', '152121.619000', '152121.622000', '152121.624000', '152121.627000', '152121.629000', '152121.632000', '152121.635000', '152121.647000', '152121.649000', '152121.652000', '152121.655000', '152121.657000', '152121.660000', '152121.662000', '152121.665000', '152121.667000', '152121.670000', '152121.672000', '152121.675000', '152121.678000', '152121.680000', '152121.683000', '152121.685000', '152121.688000', '152121.690000', '152121.693000', '152121.696000', '152121.704000', '152121.706000', '152121.709000', '152121.711000', '152121.714000', '152121.717000', '152121.719000', '152121.722000', '152121.724000', '152121.727000', '152121.729000', '152121.732000', '152121.734000', '152121.737000', '152141.611000', '152141.614000', '152141.617000', '152141.619000', '152141.622000', '152141.625000', '152141.627000', '152141.630000', '152141.632000', '152141.635000', '152141.638000', '152141.640000', '152141.643000', '152141.645000', '152141.648000', '152141.651000', '152141.653000', '152141.656000', '152141.658000', '152141.661000', '152141.663000', '152141.666000', '152141.668000', '152141.671000', '152141.674000', '152141.676000', '152141.679000', '152141.681000', '152141.684000', '152141.687000', '152141.689000', '152141.692000', '152141.694000', '152141.697000', '152141.700000', '152141.712000', '152141.714000', '152141.717000', '152141.720000', '152141.722000', '152141.725000', '152141.727000', '152141.730000', '152201.611000', '152201.613000', '152201.616000', '152201.619000', '152201.621000', '152201.624000', '152201.626000', '152201.629000', '152201.631000', '152201.634000', '152201.637000', '152201.639000', '152201.642000', '152201.645000', '152201.647000', '152201.650000', '152201.653000', '152201.655000', '152201.658000', '152201.660000', '152201.663000', '152201.665000', '152201.668000', '152201.670000', '152201.673000', '152201.676000', '152201.678000', '152201.681000', '152201.683000', '152201.686000', '152201.688000', '152201.691000', '152201.694000', '152201.696000', '152201.699000', '152201.701000', '152201.704000', '152201.707000', '152201.709000', '152201.712000', '152201.714000', '152201.717000', '152201.719000', '152221.611000', '152221.613000', '152221.616000', '152221.619000', '152221.621000', '152221.624000', '152221.626000', '152221.629000', '152221.632000', '152221.634000', '152221.637000', '152221.639000', '152221.642000', '152221.645000', '152221.647000', '152221.650000', '152221.652000', '152221.655000', '152221.657000', '152221.660000', '152221.663000', '152221.665000', '152221.668000', '152221.670000', '152221.673000', '152221.675000', '152221.678000', '152221.681000', '152221.683000', '152221.686000', '152221.688000', '152221.691000', '152221.693000', '152221.696000', '152221.699000', '152221.701000', '152221.704000', '152221.707000', '152221.709000', '152221.712000', '152221.714000', '152221.717000', '152221.720000', '152221.722000', '152241.612000', '152241.614000', '152241.617000', '152241.619000', '152241.622000', '152241.625000', '152241.628000', '152241.630000', '152241.633000', '152241.635000', '152241.638000', '152241.641000', '152241.643000', '152241.646000', '152241.648000', '152241.651000', '152241.653000', '152241.656000', '152241.658000', '152241.661000', '152241.664000', '152241.666000', '152241.669000', '152241.672000', '152241.674000', '152241.677000', '152241.679000', '152241.682000', '152241.684000', '152241.687000', '152241.689000', '152241.692000', '152241.695000', '152241.697000', '152241.700000', '152241.708000', '152241.711000', '152241.713000', '152241.716000', '152241.718000', '152241.721000', '152241.723000', '152241.726000', '152241.729000', '152301.611000', '152301.614000', '152301.617000', '152301.619000', '152301.622000', '152301.625000', '152301.627000', '152301.630000', '152301.632000', '152301.635000', '152301.637000', '152301.640000', '152301.643000', '152301.645000', '152301.648000', '152301.650000', '152301.653000', '152301.656000', '152301.658000', '152301.661000', '152301.663000', '152301.666000', '152301.668000', '152301.671000', '152301.674000', '152301.676000', '152301.679000', '152301.681000', '152301.684000', '152301.686000', '152301.689000', '152301.691000', '152301.694000', '152301.697000', '152301.699000', '152301.702000', '152301.705000', '152301.707000', '152301.710000', '152301.712000', '152301.715000', '152301.717000', '152301.720000', '152321.611000', '152321.614000', '152321.617000', '152321.619000', '152321.622000', '152321.625000', '152321.627000', '152321.630000', '152321.632000', '152321.635000', '152321.637000', '152321.640000', '152321.642000', '152321.645000', '152321.648000', '152321.650000', '152321.653000', '152321.655000', '152321.658000', '152321.660000', '152321.663000', '152321.666000', '152321.668000', '152321.671000', '152321.673000', '152321.676000', '152321.678000', '152321.681000', '152321.683000', '152321.686000', '152321.688000', '152321.691000', '152321.694000', '152321.696000', '152321.699000', '152321.701000', '152321.704000', '152321.706000', '152321.709000', '152321.712000', '152321.714000', '152321.717000', '152321.719000', '152321.722000', '152341.612000', '152341.614000', '152341.617000', '152341.620000', '152341.622000', '152341.625000', '152341.627000', '152341.630000', '152341.632000', '152341.635000', '152341.638000', '152341.640000', '152341.643000', '152341.646000', '152341.648000', '152341.651000', '152341.653000', '152341.656000', '152341.658000', '152341.661000', '152341.664000', '152341.666000', '152341.669000', '152341.672000', '152341.674000', '152341.677000', '152341.679000', '152341.682000', '152341.684000', '152341.687000', '152341.690000', '152341.692000', '152341.695000', '152341.698000', '152341.700000', '152341.703000', '152341.705000', '152341.708000', '152341.711000', '152341.713000', '152341.716000', '152341.718000', '152341.721000', '152401.612000', '152401.614000', '152401.617000', '152401.619000', '152401.622000', '152401.625000', '152401.627000', '152401.630000', '152401.632000', '152401.635000', '152401.638000', '152401.640000', '152401.643000', '152401.645000', '152401.648000', '152401.651000', '152401.653000', '152401.656000', '152401.658000', '152401.661000', '152401.663000', '152401.666000', '152401.669000', '152401.671000', '152401.674000', '152401.676000', '152401.679000', '152401.681000', '152401.684000', '152401.687000', '152401.689000', '152401.692000', '152401.694000', '152401.697000', '152401.699000', '152401.702000', '152401.705000', '152401.707000', '152401.710000', '152401.712000', '152401.715000', '152401.718000', '152401.720000', '152401.723000', '152421.611000', '152421.613000', '152421.626000', '152421.629000', '152421.631000', '152421.634000', '152421.636000', '152421.639000', '152421.641000', '152421.644000', '152421.647000', '152421.649000', '152421.652000', '152421.655000', '152421.657000', '152421.660000', '152421.662000', '152421.665000', '152421.668000', '152421.670000', '152421.673000', '152421.675000', '152421.678000', '152421.681000', '152421.683000', '152421.686000', '152421.688000', '152421.691000', '152421.693000', '152421.696000', '152421.699000', '152421.701000', '152421.704000', '152421.706000', '152421.709000', '152421.711000', '152421.714000', '152421.717000', '152421.719000', '152421.722000', '152421.724000', '152421.727000', '152421.729000', '152441.612000', '152441.614000', '152441.617000', '152441.619000', '152441.622000', '152441.625000', '152441.627000', '152441.630000', '152441.632000', '152441.635000', '152441.638000', '152441.640000', '152441.643000', '152441.646000', '152441.649000', '152441.652000', '152441.654000', '152441.657000', '152441.660000', '152441.662000', '152441.665000', '152441.667000', '152441.670000', '152441.672000', '152441.675000', '152441.678000', '152441.680000', '152441.683000', '152441.685000', '152441.688000', '152441.691000', '152441.693000', '152441.696000', '152441.698000', '152441.701000', '152441.704000', '152441.706000', '152441.709000', '152441.711000', '152441.714000', '152441.717000', '152441.719000', '152441.722000', '152441.724000', '152501.612000', '152501.615000', '152501.617000', '152501.620000', '152501.622000', '152501.625000', '152501.628000', '152501.630000', '152501.633000', '152501.635000', '152501.638000', '152501.640000', '152501.643000', '152501.646000', '152501.648000', '152501.651000', '152501.653000', '152501.656000', '152501.659000', '152501.661000', '152501.664000', '152501.666000', '152501.669000', '152501.672000', '152501.674000', '152501.677000', '152501.679000', '152501.682000', '152501.684000', '152501.687000', '152501.690000', '152501.692000', '152501.695000', '152501.697000', '152501.700000', '152501.703000', '152501.705000', '152501.708000', '152501.710000', '152501.713000', '152501.715000', '152501.718000', '152501.720000', '152521.612000', '152521.614000', '152521.617000', '152521.620000', '152521.622000', '152521.625000', '152521.627000', '152521.630000', '152521.632000', '152521.635000', '152521.638000', '152521.640000', '152521.643000', '152521.645000', '152521.648000', '152521.651000', '152521.653000', '152521.656000', '152521.658000', '152521.661000', '152521.663000', '152521.666000', '152521.669000', '152521.671000', '152521.674000', '152521.676000', '152521.679000', '152521.681000', '152521.684000', '152521.687000', '152521.689000', '152521.692000', '152521.695000', '152521.698000', '152521.701000', '152521.704000', '152521.707000', '152521.709000', '152521.712000', '152521.714000', '152521.717000', '152521.721000', '152521.724000', '152541.612000', '152541.615000', '152541.617000', '152541.620000', '152541.622000', '152541.625000', '152541.627000', '152541.630000', '152541.633000', '152541.635000', '152541.638000', '152541.640000', '152541.643000', '152541.645000', '152541.648000', '152541.651000', '152541.653000', '152541.656000', '152541.658000', '152541.661000', '152541.664000', '152541.666000', '152541.669000', '152541.671000', '152541.674000', '152541.676000', '152541.679000', '152541.681000', '152541.700000', '152541.702000', '152541.705000', '152541.707000', '152541.710000', '152541.713000', '152541.715000', '152541.718000', '152541.720000', '152541.723000', '152541.725000', '152541.728000', '152541.731000', '152541.733000', '152541.736000', '152541.738000', '152601.612000', '152601.614000', '152601.617000', '152601.620000', '152601.622000', '152601.625000', '152601.627000', '152601.630000', '152601.632000', '152601.635000', '152601.638000', '152601.640000', '152601.643000', '152601.645000', '152601.648000', '152601.650000', '152601.653000', '152601.656000', '152601.658000', '152601.661000', '152601.663000', '152601.666000', '152601.668000', '152601.671000', '152601.673000', '152601.676000', '152601.679000', '152601.681000', '152601.684000', '152601.687000', '152601.690000', '152601.692000', '152601.695000', '152601.698000', '152601.701000', '152601.704000', '152601.707000', '152601.709000', '152601.712000', '152601.714000', '152601.717000', '152601.720000', '152601.722000', '152621.612000', '152621.615000', '152621.617000', '152621.620000', '152621.622000', '152621.625000', '152621.627000', '152621.630000', '152621.633000', '152621.635000', '152621.638000', '152621.641000', '152621.643000', '152621.646000', '152621.649000', '152621.651000', '152621.654000', '152621.656000', '152621.659000', '152621.662000', '152621.664000', '152621.667000', '152621.669000', '152621.672000', '152621.674000', '152621.677000', '152621.680000', '152621.682000', '152621.685000', '152621.688000', '152621.690000', '152621.693000', '152621.695000', '152621.698000', '152621.700000', '152621.703000', '152621.706000', '152621.708000', '152621.711000', '152621.713000', '152621.716000', '152621.719000', '152621.721000', '152621.724000', '152622.790000', '152622.793000', '152622.796000'], 'InstanceCreationTime': ['152001.642000', '152001.645000', '152001.648000', '152001.651000', '152001.653000', '152001.656000', '152001.658000', '152001.661000', '152001.663000', '152001.666000', '152001.668000', '152001.671000', '152001.673000', '152001.676000', '152001.680000', '152001.682000', '152001.685000', '152001.687000', '152001.690000', '152001.692000', '152001.695000', '152001.698000', '152001.700000', '152001.703000', '152001.705000', '152001.708000', '152001.710000', '152001.713000', '152001.716000', '152001.718000', '152001.721000', '152001.723000', '152001.726000', '152001.728000', '152001.731000', '152001.733000', '152001.736000', '152001.738000', '152001.741000', '152001.744000', '152001.746000', '152001.749000', '152001.751000', '152021.611000', '152021.614000', '152021.617000', '152021.619000', '152021.622000', '152021.624000', '152021.627000', '152021.629000', '152021.632000', '152021.635000', '152021.637000', '152021.640000', '152021.642000', '152021.645000', '152021.647000', '152021.650000', '152021.653000', '152021.655000', '152021.658000', '152021.660000', '152021.663000', '152021.665000', '152021.668000', '152021.670000', '152021.673000', '152021.675000', '152021.678000', '152021.681000', '152021.683000', '152021.686000', '152021.688000', '152021.691000', '152021.693000', '152021.696000', '152021.698000', '152021.701000', '152021.704000', '152021.706000', '152021.709000', '152021.711000', '152021.720000', '152021.723000', '152021.726000', '152041.612000', '152041.614000', '152041.617000', '152041.620000', '152041.622000', '152041.625000', '152041.627000', '152041.630000', '152041.632000', '152041.635000', '152041.637000', '152041.640000', '152041.643000', '152041.645000', '152041.648000', '152041.650000', '152041.653000', '152041.655000', '152041.658000', '152041.661000', '152041.663000', '152041.666000', '152041.668000', '152041.671000', '152041.673000', '152041.676000', '152041.678000', '152041.681000', '152041.683000', '152041.686000', '152041.688000', '152041.691000', '152041.694000', '152041.696000', '152041.699000', '152041.701000', '152041.704000', '152041.706000', '152041.709000', '152041.711000', '152041.714000', '152041.717000', '152041.719000', '152041.722000', '152101.612000', '152101.614000', '152101.617000', '152101.620000', '152101.622000', '152101.625000', '152101.627000', '152101.630000', '152101.632000', '152101.635000', '152101.638000', '152101.640000', '152101.643000', '152101.645000', '152101.648000', '152101.650000', '152101.653000', '152101.655000', '152101.658000', '152101.661000', '152101.663000', '152101.666000', '152101.668000', '152101.671000', '152101.673000', '152101.676000', '152101.678000', '152101.681000', '152101.684000', '152101.686000', '152101.689000', '152101.691000', '152101.694000', '152101.696000', '152101.699000', '152101.702000', '152101.704000', '152101.707000', '152101.710000', '152101.713000', '152101.716000', '152101.718000', '152101.721000', '152121.611000', '152121.614000', '152121.617000', '152121.619000', '152121.622000', '152121.624000', '152121.627000', '152121.629000', '152121.632000', '152121.635000', '152121.647000', '152121.649000', '152121.652000', '152121.655000', '152121.657000', '152121.660000', '152121.662000', '152121.665000', '152121.667000', '152121.670000', '152121.672000', '152121.675000', '152121.678000', '152121.680000', '152121.683000', '152121.685000', '152121.688000', '152121.690000', '152121.693000', '152121.696000', '152121.704000', '152121.706000', '152121.709000', '152121.711000', '152121.714000', '152121.717000', '152121.719000', '152121.722000', '152121.724000', '152121.727000', '152121.729000', '152121.732000', '152121.734000', '152121.737000', '152141.611000', '152141.614000', '152141.617000', '152141.619000', '152141.622000', '152141.625000', '152141.627000', '152141.630000', '152141.632000', '152141.635000', '152141.638000', '152141.640000', '152141.643000', '152141.645000', '152141.648000', '152141.651000', '152141.653000', '152141.656000', '152141.658000', '152141.661000', '152141.663000', '152141.666000', '152141.668000', '152141.671000', '152141.674000', '152141.676000', '152141.679000', '152141.681000', '152141.684000', '152141.687000', '152141.689000', '152141.692000', '152141.694000', '152141.697000', '152141.700000', '152141.712000', '152141.714000', '152141.717000', '152141.720000', '152141.722000', '152141.725000', '152141.727000', '152141.730000', '152201.611000', '152201.613000', '152201.616000', '152201.619000', '152201.621000', '152201.624000', '152201.626000', '152201.629000', '152201.631000', '152201.634000', '152201.637000', '152201.639000', '152201.642000', '152201.645000', '152201.647000', '152201.650000', '152201.653000', '152201.655000', '152201.658000', '152201.660000', '152201.663000', '152201.665000', '152201.668000', '152201.670000', '152201.673000', '152201.676000', '152201.678000', '152201.681000', '152201.683000', '152201.686000', '152201.688000', '152201.691000', '152201.694000', '152201.696000', '152201.699000', '152201.701000', '152201.704000', '152201.707000', '152201.709000', '152201.712000', '152201.714000', '152201.717000', '152201.719000', '152221.611000', '152221.613000', '152221.616000', '152221.619000', '152221.621000', '152221.624000', '152221.626000', '152221.629000', '152221.632000', '152221.634000', '152221.637000', '152221.639000', '152221.642000', '152221.645000', '152221.647000', '152221.650000', '152221.652000', '152221.655000', '152221.657000', '152221.660000', '152221.663000', '152221.665000', '152221.668000', '152221.670000', '152221.673000', '152221.675000', '152221.678000', '152221.681000', '152221.683000', '152221.686000', '152221.688000', '152221.691000', '152221.693000', '152221.696000', '152221.699000', '152221.701000', '152221.704000', '152221.707000', '152221.709000', '152221.712000', '152221.714000', '152221.717000', '152221.720000', '152221.722000', '152241.612000', '152241.614000', '152241.617000', '152241.619000', '152241.622000', '152241.625000', '152241.628000', '152241.630000', '152241.633000', '152241.635000', '152241.638000', '152241.641000', '152241.643000', '152241.646000', '152241.648000', '152241.651000', '152241.653000', '152241.656000', '152241.658000', '152241.661000', '152241.664000', '152241.666000', '152241.669000', '152241.672000', '152241.674000', '152241.677000', '152241.679000', '152241.682000', '152241.684000', '152241.687000', '152241.689000', '152241.692000', '152241.695000', '152241.697000', '152241.700000', '152241.708000', '152241.711000', '152241.713000', '152241.716000', '152241.718000', '152241.721000', '152241.723000', '152241.726000', '152241.729000', '152301.611000', '152301.614000', '152301.617000', '152301.619000', '152301.622000', '152301.625000', '152301.627000', '152301.630000', '152301.632000', '152301.635000', '152301.637000', '152301.640000', '152301.643000', '152301.645000', '152301.648000', '152301.650000', '152301.653000', '152301.656000', '152301.658000', '152301.661000', '152301.663000', '152301.666000', '152301.668000', '152301.671000', '152301.674000', '152301.676000', '152301.679000', '152301.681000', '152301.684000', '152301.686000', '152301.689000', '152301.691000', '152301.694000', '152301.697000', '152301.699000', '152301.702000', '152301.705000', '152301.707000', '152301.710000', '152301.712000', '152301.715000', '152301.717000', '152301.720000', '152321.611000', '152321.614000', '152321.617000', '152321.619000', '152321.622000', '152321.625000', '152321.627000', '152321.630000', '152321.632000', '152321.635000', '152321.637000', '152321.640000', '152321.642000', '152321.645000', '152321.648000', '152321.650000', '152321.653000', '152321.655000', '152321.658000', '152321.660000', '152321.663000', '152321.666000', '152321.668000', '152321.671000', '152321.673000', '152321.676000', '152321.678000', '152321.681000', '152321.683000', '152321.686000', '152321.688000', '152321.691000', '152321.694000', '152321.696000', '152321.699000', '152321.701000', '152321.704000', '152321.706000', '152321.709000', '152321.712000', '152321.714000', '152321.717000', '152321.719000', '152321.722000', '152341.612000', '152341.614000', '152341.617000', '152341.620000', '152341.622000', '152341.625000', '152341.627000', '152341.630000', '152341.632000', '152341.635000', '152341.638000', '152341.640000', '152341.643000', '152341.646000', '152341.648000', '152341.651000', '152341.653000', '152341.656000', '152341.658000', '152341.661000', '152341.664000', '152341.666000', '152341.669000', '152341.672000', '152341.674000', '152341.677000', '152341.679000', '152341.682000', '152341.684000', '152341.687000', '152341.690000', '152341.692000', '152341.695000', '152341.698000', '152341.700000', '152341.703000', '152341.705000', '152341.708000', '152341.711000', '152341.713000', '152341.716000', '152341.718000', '152341.721000', '152401.612000', '152401.614000', '152401.617000', '152401.619000', '152401.622000', '152401.625000', '152401.627000', '152401.630000', '152401.632000', '152401.635000', '152401.638000', '152401.640000', '152401.643000', '152401.645000', '152401.648000', '152401.651000', '152401.653000', '152401.656000', '152401.658000', '152401.661000', '152401.663000', '152401.666000', '152401.669000', '152401.671000', '152401.674000', '152401.676000', '152401.679000', '152401.681000', '152401.684000', '152401.687000', '152401.689000', '152401.692000', '152401.694000', '152401.697000', '152401.699000', '152401.702000', '152401.705000', '152401.707000', '152401.710000', '152401.712000', '152401.715000', '152401.718000', '152401.720000', '152401.723000', '152421.611000', '152421.613000', '152421.626000', '152421.629000', '152421.631000', '152421.634000', '152421.636000', '152421.639000', '152421.641000', '152421.644000', '152421.647000', '152421.649000', '152421.652000', '152421.655000', '152421.657000', '152421.660000', '152421.662000', '152421.665000', '152421.668000', '152421.670000', '152421.673000', '152421.675000', '152421.678000', '152421.681000', '152421.683000', '152421.686000', '152421.688000', '152421.691000', '152421.693000', '152421.696000', '152421.699000', '152421.701000', '152421.704000', '152421.706000', '152421.709000', '152421.711000', '152421.714000', '152421.717000', '152421.719000', '152421.722000', '152421.724000', '152421.727000', '152421.729000', '152441.612000', '152441.614000', '152441.617000', '152441.619000', '152441.622000', '152441.625000', '152441.627000', '152441.630000', '152441.632000', '152441.635000', '152441.638000', '152441.640000', '152441.643000', '152441.646000', '152441.649000', '152441.652000', '152441.654000', '152441.657000', '152441.660000', '152441.662000', '152441.665000', '152441.667000', '152441.670000', '152441.672000', '152441.675000', '152441.678000', '152441.680000', '152441.683000', '152441.685000', '152441.688000', '152441.691000', '152441.693000', '152441.696000', '152441.698000', '152441.701000', '152441.704000', '152441.706000', '152441.709000', '152441.711000', '152441.714000', '152441.717000', '152441.719000', '152441.722000', '152441.724000', '152501.612000', '152501.615000', '152501.617000', '152501.620000', '152501.622000', '152501.625000', '152501.628000', '152501.630000', '152501.633000', '152501.635000', '152501.638000', '152501.640000', '152501.643000', '152501.646000', '152501.648000', '152501.651000', '152501.653000', '152501.656000', '152501.659000', '152501.661000', '152501.664000', '152501.666000', '152501.669000', '152501.672000', '152501.674000', '152501.677000', '152501.679000', '152501.682000', '152501.684000', '152501.687000', '152501.690000', '152501.692000', '152501.695000', '152501.697000', '152501.700000', '152501.703000', '152501.705000', '152501.708000', '152501.710000', '152501.713000', '152501.715000', '152501.718000', '152501.720000', '152521.612000', '152521.614000', '152521.617000', '152521.620000', '152521.622000', '152521.625000', '152521.627000', '152521.630000', '152521.632000', '152521.635000', '152521.638000', '152521.640000', '152521.643000', '152521.645000', '152521.648000', '152521.651000', '152521.653000', '152521.656000', '152521.658000', '152521.661000', '152521.663000', '152521.666000', '152521.669000', '152521.671000', '152521.674000', '152521.676000', '152521.679000', '152521.681000', '152521.684000', '152521.687000', '152521.689000', '152521.692000', '152521.695000', '152521.698000', '152521.701000', '152521.704000', '152521.707000', '152521.709000', '152521.712000', '152521.714000', '152521.717000', '152521.721000', '152521.724000', '152541.612000', '152541.615000', '152541.617000', '152541.620000', '152541.622000', '152541.625000', '152541.627000', '152541.630000', '152541.633000', '152541.635000', '152541.638000', '152541.640000', '152541.643000', '152541.645000', '152541.648000', '152541.651000', '152541.653000', '152541.656000', '152541.658000', '152541.661000', '152541.664000', '152541.666000', '152541.669000', '152541.671000', '152541.674000', '152541.676000', '152541.679000', '152541.681000', '152541.700000', '152541.702000', '152541.705000', '152541.707000', '152541.710000', '152541.713000', '152541.715000', '152541.718000', '152541.720000', '152541.723000', '152541.725000', '152541.728000', '152541.731000', '152541.733000', '152541.736000', '152541.738000', '152601.612000', '152601.614000', '152601.617000', '152601.620000', '152601.622000', '152601.625000', '152601.627000', '152601.630000', '152601.632000', '152601.635000', '152601.638000', '152601.640000', '152601.643000', '152601.645000', '152601.648000', '152601.650000', '152601.653000', '152601.656000', '152601.658000', '152601.661000', '152601.663000', '152601.666000', '152601.668000', '152601.671000', '152601.673000', '152601.676000', '152601.679000', '152601.681000', '152601.684000', '152601.687000', '152601.690000', '152601.692000', '152601.695000', '152601.698000', '152601.701000', '152601.704000', '152601.707000', '152601.709000', '152601.712000', '152601.714000', '152601.717000', '152601.720000', '152601.722000', '152621.612000', '152621.615000', '152621.617000', '152621.620000', '152621.622000', '152621.625000', '152621.627000', '152621.630000', '152621.633000', '152621.635000', '152621.638000', '152621.641000', '152621.643000', '152621.646000', '152621.649000', '152621.651000', '152621.654000', '152621.656000', '152621.659000', '152621.662000', '152621.664000', '152621.667000', '152621.669000', '152621.672000', '152621.674000', '152621.677000', '152621.680000', '152621.682000', '152621.685000', '152621.688000', '152621.690000', '152621.693000', '152621.695000', '152621.698000', '152621.700000', '152621.703000', '152621.706000', '152621.708000', '152621.711000', '152621.713000', '152621.716000', '152621.719000', '152621.721000', '152621.724000', '152622.790000', '152622.793000', '152622.796000'], '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': [11729, 13882, 11221, 9229, 10665, 8585, 9634, 8497, 10829, 8698, 8448, 10989, 8440, 8820, 8548, 10768, 8553, 9969, 8849, 8609, 9084, 7178, 7061, 8247, 7683, 9059, 7966, 7742, 10039, 7885, 7719, 7104, 8034, 7880, 10990, 8538, 10556, 8829, 8110, 13186, 12437, 8988, 7212, 9830, 8140, 10896, 10083, 10079, 11049, 11298, 12686, 8287, 8922, 9658, 9558, 15697, 11270, 9923, 10517, 8431, 13714, 9451, 15010, 12405, 18079, 13147, 17460, 9181, 15459, 10182, 17656, 11024, 9545, 9218, 12259, 9165, 8930, 9407, 8391, 12930, 8854, 10106, 8933, 12472, 9616, 8560, 9556, 11155, 9562, 8736, 9494, 11812, 9857, 8376, 9506, 8579, 9757, 8848, 11081, 10601, 9142, 12520, 9372, 8730, 10821, 9446, 9714, 9942, 8815, 10248, 9993, 8805, 10623, 9947, 8384, 11597, 10256, 9130, 10528, 9230, 9427, 9536, 8382, 11173, 8644, 9840, 8601, 14481, 8830, 9673, 8202, 12237, 8786, 8291, 9220, 10490, 8902, 8099, 9555, 8941, 9368, 8274, 8804, 8353, 12371, 8984, 8102, 8969, 10371, 10201, 8613, 9830, 9043, 15913, 9220, 10535, 9283, 9409, 11123, 9472, 13180, 10018, 9698, 11020, 12682, 13183, 11512, 9227, 9643, 11539, 9353, 8470, 8092, 9332, 8607, 9325, 8389, 10587, 9495, 12706, 9213, 9907, 9391, 9920, 9220, 9492, 9483, 8381, 9414, 8877, 12390, 8077, 10104, 8708, 12192, 9110, 8790, 9153, 8517, 9343, 8648, 9293, 8765, 9194, 8700, 9355, 8933, 9172, 8267, 9239, 9061, 8954, 7546, 8122, 7746, 9591, 8682, 8116, 8789, 8292, 9334, 9146, 8364, 7725, 9199, 8055, 10582, 8641, 15198, 10609, 13282, 9639, 15549, 10281, 9588, 10595, 8781, 13061, 13772, 9296, 8467, 9239, 8784, 7796, 8415, 8009, 8159, 12268, 9790, 9914, 13629, 12008, 11759, 16360, 13504, 14289, 11089, 8717, 11128, 9018, 14903, 12428, 9805, 9261, 9189, 11115, 8969, 8689, 9456, 8939, 9039, 8955, 9054, 9081, 9218, 8468, 9498, 8772, 10880, 9034, 11601, 9074, 9152, 9041, 9686, 8954, 9292, 8634, 10237, 8536, 9188, 8732, 9448, 8966, 9440, 8974, 9187, 8556, 9133, 8074, 8790, 8125, 12241, 8538, 11218, 8516, 8972, 8832, 9426, 8571, 9205, 8587, 9229, 8439, 9015, 10108, 11629, 8704, 11063, 8313, 12705, 8693, 7403, 8565, 7929, 10552, 7757, 7628, 8442, 8064, 7984, 8090, 10064, 7938, 9211, 7840, 8917, 7927, 9354, 7678, 11388, 8664, 17608, 8168, 10334, 7629, 8656, 7802, 7163, 7003, 6935, 7062, 7260, 6845, 7899, 13296, 8092, 12890, 7600, 9004, 7635, 8059, 10583, 8339, 9823, 7190, 8144, 13999, 10376, 9882, 8397, 13824, 12973, 9613, 7483, 7092, 6922, 7115, 9035, 7108, 6963, 7838, 7176, 9531, 7600, 7045, 10395, 7637, 14004, 7729, 11756, 8167, 10019, 7863, 7614, 9817, 7928, 8741, 7815, 7566, 11086, 7598, 11354, 7689, 11176, 7570, 12162, 7748, 12479, 7575, 10229, 7602, 8959, 7551, 9056, 7531, 8501, 7551, 8732, 7360, 8871, 7423, 8853, 8447, 11258, 8163, 9332, 8736, 7423, 7714, 8335, 7605, 9389, 8031, 7701, 8195, 6934, 10729, 7194, 7991, 8369, 9259, 12458, 9163, 9877, 11585, 9054, 11838, 9268, 13640, 8565, 15595, 8240, 13327, 7708, 9408, 8025, 7022, 8633, 6972, 10761, 7403, 8015, 7274, 7066, 7401, 6976, 7561, 8946, 7682, 8295, 8316, 8113, 12205, 8577, 7096, 6838, 7050, 10848, 7689, 8146, 15763, 10129, 10484, 13826, 10390, 11075, 10004, 7705, 13611, 9862, 9368, 12642, 8279, 14840, 11088, 11533, 10600, 8735, 12052, 7730, 6896, 8329, 6999, 6948, 8077, 7402, 6927, 8392, 7768, 6719, 7692, 7586, 7973, 7288, 10236, 13505, 9959, 14506, 11418, 14668, 16669, 10691, 15442, 10152, 15305, 11235, 12607, 11152, 8464, 9514, 7382, 11166, 8262, 6933, 8259, 7626, 6944, 7692, 7847, 7373, 7169, 8055, 7538, 8004, 8115, 7489, 8570, 7375, 9663, 7294, 11207, 7430, 9275, 7813, 6721, 7810, 7192, 8806, 7006, 7634, 8583, 7694, 7477, 7750, 6921, 11143, 7864, 7837, 7457, 7734, 9151, 12102, 14015, 12192, 12347, 9908, 7455, 13480, 11867, 9129, 14225, 9477, 7080, 8567, 7436, 6849, 7891, 7851, 10028, 11450, 9660, 11144, 15211, 11778, 15613, 14137, 16556, 14744, 15914, 14595, 15972, 11440, 15411, 10360, 12925, 9051, 13231, 8138, 12071, 8111, 10367, 7970, 8437, 7635, 7491, 10861, 8294, 7659, 8367, 7750, 8557, 7740, 11121, 7986, 7556, 8288, 7456, 9161, 7715, 12074, 9272, 13910, 10686, 13860, 12109, 15932, 11730, 8315, 8315, 8068, 7992, 8488, 7695, 12726, 8323, 9393, 8994, 7977, 7544, 11720, 7972, 7768, 10016, 7950, 10473, 11287, 9868, 15719, 12111, 12619, 13228, 9609, 14014, 9190, 14901, 9504, 13730, 9222, 7720, 9234, 7626, 9857, 7499, 9804, 8218, 11499, 7306, 8664, 7203, 7235, 7347, 7404, 7703, 7168, 8303, 7010, 12380, 7213, 10895, 6967, 7640, 7519, 7402, 8426, 7468, 8013, 7181, 7806, 9302, 7393, 10358, 6916, 13830, 7860, 14321, 7720, 8041, 7871, 7056, 10617, 10208, 10014, 14846, 13404, 10479, 15356, 13013, 8093, 9067, 7927, 13040, 7854, 12437, 9439, 11879, 9612, 9864, 10331, 8213, 11566, 8835, 15421, 12537, 14763, 8977, 9635, 8451, 7956, 9445, 7624, 9588, 7889, 13904, 7848, 13720, 7961, 13427, 7467, 9177, 7515, 8782, 7897, 8159, 11451, 10136, 8229, 7535, 6918, 7212, 8087, 6947, 7079, 13075, 8138, 9542, 7850, 8183, 7727, 9170, 8573, 13501, 9393, 16661, 10772, 15003, 10173, 15571, 10101, 13461, 8223, 8634, 7260, 7251, 7282, 7832, 11629, 7325, 11615, 7624, 9899, 7123, 7449, 9166, 7532, 11493, 8300, 12784, 10519, 12805, 11699, 13295, 11079, 12812, 8171, 10626, 7361, 9974, 7473, 9437, 7147, 9219, 7370, 8487, 7308, 11233, 7378, 7459, 7532, 7308, 7649, 7430, 12615, 8471, 7724, 6945, 7202, 9484, 7021, 6967, 7183, 7201, 7048, 8101, 7669, 13525, 8838, 12633, 9288, 12764, 9736, 12790, 9724, 10374, 9651, 10614, 9717, 12456, 13348, 17107, 13671, 10374, 8683, 7684, 8278, 7708, 7800, 8839, 6843, 9425, 7416, 13225, 8436, 11870, 9637, 11917, 10766, 11417, 13238, 10075, 13512, 9638], 'WindowCenter': [4606.0, 4581.0, 4537.0, 4491.0, 4497.0, 4454.0, 4463.0, 4451.0, 4467.0, 4449.0, 4438.0, 4467.0, 4439.0, 4437.0, 4438.0, 4467.0, 4439.0, 4459.0, 4463.0, 4452.0, 4476.0, 4401.0, 4396.0, 4444.0, 4445.0, 4436.0, 4417.0, 4406.0, 4449.0, 4430.0, 4420.0, 4410.0, 4445.0, 4456.0, 4484.0, 4456.0, 4471.0, 4470.0, 4437.0, 4521.0, 4508.0, 4456.0, 4437.0, 4478.0, 4450.0, 4494.0, 4487.0, 4488.0, 4488.0, 4487.0, 4506.0, 4432.0, 4440.0, 4449.0, 4449.0, 4509.0, 4468.0, 4446.0, 4459.0, 4430.0, 4488.0, 4450.0, 4487.0, 4466.0, 4493.0, 4462.0, 4479.0, 4408.0, 4469.0, 4419.0, 4477.0, 4417.0, 4407.0, 4408.0, 4436.0, 4406.0, 4395.0, 4406.0, 4396.0, 4447.0, 4408.0, 4429.0, 4412.0, 4449.0, 4419.0, 4400.0, 4421.0, 4430.0, 4419.0, 4399.0, 4418.0, 4436.0, 4417.0, 4384.0, 4405.0, 4384.0, 4404.0, 4393.0, 4449.0, 4441.0, 4419.0, 4460.0, 4421.0, 4409.0, 4440.0, 4421.0, 4420.0, 4420.0, 4398.0, 4427.0, 4420.0, 4398.0, 4416.0, 4406.0, 4385.0, 4440.0, 4428.0, 4419.0, 4439.0, 4420.0, 4405.0, 4403.0, 4383.0, 4423.0, 4382.0, 4416.0, 4398.0, 4457.0, 4408.0, 4404.0, 4397.0, 4433.0, 4382.0, 4371.0, 4391.0, 4401.0, 4381.0, 4361.0, 4392.0, 4381.0, 4389.0, 4383.0, 4394.0, 4385.0, 4445.0, 4396.0, 4385.0, 4396.0, 4414.0, 4416.0, 4395.0, 4403.0, 4395.0, 4467.0, 4419.0, 4419.0, 4397.0, 4406.0, 4438.0, 4417.0, 4459.0, 4420.0, 4420.0, 4441.0, 4462.0, 4470.0, 4450.0, 4419.0, 4419.0, 4436.0, 4396.0, 4386.0, 4372.0, 4393.0, 4381.0, 4392.0, 4385.0, 4413.0, 4403.0, 4419.0, 4378.0, 4375.0, 4364.0, 4374.0, 4364.0, 4363.0, 4373.0, 4356.0, 4376.0, 4363.0, 4405.0, 4352.0, 4381.0, 4352.0, 4399.0, 4361.0, 4363.0, 4375.0, 4366.0, 4375.0, 4378.0, 4386.0, 4379.0, 4376.0, 4367.0, 4374.0, 4376.0, 4376.0, 4367.0, 4376.0, 4378.0, 4404.0, 4373.0, 4369.0, 4373.0, 4417.0, 4395.0, 4397.0, 4406.0, 4396.0, 4415.0, 4406.0, 4396.0, 4388.0, 4417.0, 4398.0, 4437.0, 4408.0, 4467.0, 4427.0, 4459.0, 4432.0, 4484.0, 4420.0, 4407.0, 4441.0, 4409.0, 4472.0, 4468.0, 4420.0, 4390.0, 4410.0, 4411.0, 4387.0, 4411.0, 4400.0, 4398.0, 4459.0, 4429.0, 4429.0, 4456.0, 4438.0, 4439.0, 4465.0, 4444.0, 4440.0, 4409.0, 4368.0, 4410.0, 4379.0, 4428.0, 4418.0, 4373.0, 4362.0, 4363.0, 4395.0, 4364.0, 4353.0, 4371.0, 4351.0, 4351.0, 4352.0, 4361.0, 4362.0, 4376.0, 4366.0, 4375.0, 4364.0, 4393.0, 4363.0, 4391.0, 4362.0, 4361.0, 4364.0, 4372.0, 4364.0, 4388.0, 4378.0, 4396.0, 4376.0, 4375.0, 4366.0, 4373.0, 4376.0, 4386.0, 4378.0, 4386.0, 4376.0, 4388.0, 4382.0, 4378.0, 4368.0, 4429.0, 4390.0, 4418.0, 4379.0, 4388.0, 4390.0, 4392.0, 4379.0, 4381.0, 4370.0, 4393.0, 4382.0, 4395.0, 4414.0, 4422.0, 4408.0, 4434.0, 4400.0, 4457.0, 4394.0, 4376.0, 4394.0, 4385.0, 4426.0, 4386.0, 4384.0, 4409.0, 4386.0, 4382.0, 4371.0, 4401.0, 4397.0, 4403.0, 4370.0, 4379.0, 4359.0, 4378.0, 4373.0, 4419.0, 4380.0, 4460.0, 4367.0, 4411.0, 4371.0, 4368.0, 4357.0, 4338.0, 4350.0, 4365.0, 4375.0, 4374.0, 4351.0, 4384.0, 4440.0, 4370.0, 4427.0, 4360.0, 4390.0, 4372.0, 4383.0, 4436.0, 4410.0, 4427.0, 4376.0, 4399.0, 4468.0, 4438.0, 4424.0, 4383.0, 4453.0, 4428.0, 4376.0, 4346.0, 4336.0, 4339.0, 4339.0, 4378.0, 4350.0, 4351.0, 4358.0, 4351.0, 4389.0, 4358.0, 4338.0, 4388.0, 4359.0, 4427.0, 4359.0, 4409.0, 4359.0, 4388.0, 4359.0, 4344.0, 4384.0, 4344.0, 4353.0, 4334.0, 4344.0, 4394.0, 4346.0, 4395.0, 4347.0, 4406.0, 4358.0, 4415.0, 4346.0, 4416.0, 4346.0, 4397.0, 4359.0, 4377.0, 4359.0, 4388.0, 4360.0, 4379.0, 4371.0, 4393.0, 4375.0, 4406.0, 4390.0, 4404.0, 4398.0, 4425.0, 4385.0, 4408.0, 4408.0, 4403.0, 4427.0, 4424.0, 4403.0, 4421.0, 4403.0, 4403.0, 4425.0, 4408.0, 4478.0, 4408.0, 4428.0, 4424.0, 4431.0, 4461.0, 4418.0, 4421.0, 4440.0, 4410.0, 4440.0, 4409.0, 4456.0, 4395.0, 4456.0, 4385.0, 4441.0, 4361.0, 4390.0, 4372.0, 4352.0, 4394.0, 4376.0, 4450.0, 4389.0, 4397.0, 4402.0, 4393.0, 4404.0, 4391.0, 4400.0, 4418.0, 4400.0, 4412.0, 4409.0, 4412.0, 4487.0, 4425.0, 4397.0, 4395.0, 4391.0, 4451.0, 4390.0, 4400.0, 4493.0, 4443.0, 4453.0, 4470.0, 4428.0, 4437.0, 4416.0, 4376.0, 4457.0, 4416.0, 4404.0, 4432.0, 4372.0, 4442.0, 4412.0, 4411.0, 4415.0, 4395.0, 4450.0, 4389.0, 4382.0, 4395.0, 4375.0, 4363.0, 4401.0, 4380.0, 4380.0, 4413.0, 4395.0, 4372.0, 4406.0, 4404.0, 4415.0, 4393.0, 4431.0, 4473.0, 4421.0, 4472.0, 4444.0, 4484.0, 4483.0, 4430.0, 4466.0, 4403.0, 4439.0, 4396.0, 4392.0, 4385.0, 4344.0, 4376.0, 4336.0, 4407.0, 4367.0, 4351.0, 4382.0, 4370.0, 4349.0, 4358.0, 4367.0, 4358.0, 4349.0, 4370.0, 4371.0, 4382.0, 4384.0, 4375.0, 4395.0, 4375.0, 4405.0, 4375.0, 4423.0, 4362.0, 4403.0, 4388.0, 4381.0, 4387.0, 4395.0, 4433.0, 4393.0, 4412.0, 4407.0, 4388.0, 4376.0, 4388.0, 4378.0, 4438.0, 4397.0, 4389.0, 4392.0, 4401.0, 4434.0, 4487.0, 4494.0, 4474.0, 4471.0, 4445.0, 4417.0, 4484.0, 4464.0, 4411.0, 4461.0, 4410.0, 4371.0, 4424.0, 4404.0, 4383.0, 4411.0, 4411.0, 4453.0, 4462.0, 4434.0, 4451.0, 4481.0, 4450.0, 4467.0, 4456.0, 4464.0, 4455.0, 4450.0, 4438.0, 4423.0, 4394.0, 4422.0, 4372.0, 4399.0, 4352.0, 4401.0, 4341.0, 4401.0, 4342.0, 4383.0, 4355.0, 4367.0, 4371.0, 4362.0, 4422.0, 4383.0, 4371.0, 4379.0, 4372.0, 4381.0, 4376.0, 4439.0, 4414.0, 4404.0, 4410.0, 4391.0, 4419.0, 4388.0, 4448.0, 4409.0, 4457.0, 4429.0, 4458.0, 4451.0, 4468.0, 4437.0, 4387.0, 4395.0, 4384.0, 4385.0, 4380.0, 4378.0, 4474.0, 4413.0, 4420.0, 4420.0, 4387.0, 4391.0, 4449.0, 4385.0, 4375.0, 4416.0, 4386.0, 4427.0, 4439.0, 4420.0, 4465.0, 4435.0, 4433.0, 4434.0, 4391.0, 4429.0, 4376.0, 4428.0, 4376.0, 4415.0, 4364.0, 4336.0, 4365.0, 4344.0, 4375.0, 4335.0, 4388.0, 4368.0, 4422.0, 4363.0, 4390.0, 4361.0, 4360.0, 4360.0, 4362.0, 4373.0, 4379.0, 4399.0, 4393.0, 4458.0, 4390.0, 4436.0, 4379.0, 4389.0, 4389.0, 4390.0, 4409.0, 4377.0, 4387.0, 4366.0, 4378.0, 4397.0, 4368.0, 4407.0, 4369.0, 4445.0, 4377.0, 4458.0, 4356.0, 4351.0, 4361.0, 4330.0, 4405.0, 4408.0, 4404.0, 4456.0, 4448.0, 4408.0, 4446.0, 4423.0, 4347.0, 4368.0, 4347.0, 4403.0, 4346.0, 4394.0, 4367.0, 4396.0, 4363.0, 4364.0, 4364.0, 4330.0, 4383.0, 4369.0, 4439.0, 4408.0, 4424.0, 4355.0, 4374.0, 4343.0, 4331.0, 4362.0, 4332.0, 4361.0, 4345.0, 4412.0, 4342.0, 4415.0, 4347.0, 4415.0, 4336.0, 4376.0, 4348.0, 4383.0, 4373.0, 4385.0, 4436.0, 4428.0, 4399.0, 4388.0, 4391.0, 4406.0, 4426.0, 4384.0, 4380.0, 4446.0, 4390.0, 4433.0, 4402.0, 4401.0, 4393.0, 4412.0, 4412.0, 4462.0, 4422.0, 4479.0, 4416.0, 4444.0, 4394.0, 4454.0, 4416.0, 4446.0, 4387.0, 4384.0, 4376.0, 4376.0, 4375.0, 4386.0, 4433.0, 4364.0, 4440.0, 4380.0, 4433.0, 4392.0, 4402.0, 4432.0, 4403.0, 4450.0, 4413.0, 4446.0, 4415.0, 4433.0, 4424.0, 4447.0, 4413.0, 4430.0, 4372.0, 4400.0, 4349.0, 4386.0, 4336.0, 4365.0, 4334.0, 4376.0, 4348.0, 4368.0, 4360.0, 4422.0, 4362.0, 4363.0, 4373.0, 4363.0, 4372.0, 4374.0, 4473.0, 4411.0, 4402.0, 4392.0, 4404.0, 4445.0, 4395.0, 4393.0, 4391.0, 4402.0, 4393.0, 4402.0, 4400.0, 4469.0, 4423.0, 4462.0, 4421.0, 4471.0, 4433.0, 4461.0, 4431.0, 4429.0, 4419.0, 4430.0, 4445.0, 4465.0, 4462.0, 4491.0, 4483.0, 4442.0, 4397.0, 4393.0, 4412.0, 4402.0, 4403.0, 4410.0, 4381.0, 4419.0, 4391.0, 4470.0, 4413.0, 4460.0, 4430.0, 4448.0, 4428.0, 4427.0, 4446.0, 4404.0, 4444.0, 4393.0], 'WindowWidth': [10106.0, 10043.0, 9967.0, 9890.0, 9889.0, 9825.0, 9833.0, 9816.0, 9830.0, 9808.0, 9791.0, 9828.0, 9791.0, 9788.0, 9789.0, 9825.0, 9793.0, 9818.0, 9832.0, 9814.0, 9855.0, 9738.0, 9724.0, 9803.0, 9808.0, 9778.0, 9752.0, 9734.0, 9796.0, 9773.0, 9761.0, 9749.0, 9803.0, 9823.0, 9855.0, 9821.0, 9832.0, 9843.0, 9789.0, 9913.0, 9890.0, 9819.0, 9796.0, 9850.0, 9817.0, 9871.0, 9865.0, 9867.0, 9862.0, 9862.0, 9884.0, 9780.0, 9789.0, 9800.0, 9799.0, 9882.0, 9822.0, 9790.0, 9812.0, 9774.0, 9847.0, 9801.0, 9844.0, 9816.0, 9849.0, 9804.0, 9820.0, 9722.0, 9805.0, 9738.0, 9814.0, 9731.0, 9720.0, 9722.0, 9759.0, 9718.0, 9700.0, 9718.0, 9706.0, 9775.0, 9726.0, 9756.0, 9737.0, 9783.0, 9743.0, 9717.0, 9746.0, 9755.0, 9742.0, 9715.0, 9738.0, 9757.0, 9735.0, 9689.0, 9715.0, 9686.0, 9712.0, 9697.0, 9785.0, 9778.0, 9746.0, 9802.0, 9751.0, 9735.0, 9775.0, 9750.0, 9745.0, 9740.0, 9707.0, 9751.0, 9747.0, 9712.0, 9728.0, 9716.0, 9690.0, 9771.0, 9754.0, 9746.0, 9771.0, 9748.0, 9718.0, 9710.0, 9683.0, 9736.0, 9680.0, 9734.0, 9713.0, 9790.0, 9727.0, 9715.0, 9711.0, 9753.0, 9682.0, 9665.0, 9691.0, 9703.0, 9675.0, 9649.0, 9692.0, 9677.0, 9686.0, 9684.0, 9700.0, 9690.0, 9772.0, 9708.0, 9689.0, 9706.0, 9726.0, 9733.0, 9704.0, 9710.0, 9703.0, 9802.0, 9744.0, 9738.0, 9704.0, 9721.0, 9768.0, 9740.0, 9803.0, 9745.0, 9745.0, 9776.0, 9809.0, 9820.0, 9789.0, 9746.0, 9743.0, 9763.0, 9705.0, 9690.0, 9668.0, 9697.0, 9680.0, 9697.0, 9692.0, 9726.0, 9712.0, 9725.0, 9666.0, 9657.0, 9642.0, 9657.0, 9642.0, 9639.0, 9653.0, 9637.0, 9666.0, 9641.0, 9702.0, 9629.0, 9661.0, 9624.0, 9682.0, 9635.0, 9643.0, 9661.0, 9652.0, 9663.0, 9672.0, 9680.0, 9674.0, 9666.0, 9655.0, 9660.0, 9665.0, 9665.0, 9654.0, 9665.0, 9673.0, 9718.0, 9677.0, 9663.0, 9676.0, 9740.0, 9707.0, 9717.0, 9723.0, 9709.0, 9733.0, 9721.0, 9710.0, 9703.0, 9741.0, 9718.0, 9766.0, 9731.0, 9805.0, 9752.0, 9799.0, 9771.0, 9836.0, 9744.0, 9721.0, 9774.0, 9734.0, 9819.0, 9809.0, 9743.0, 9703.0, 9727.0, 9731.0, 9698.0, 9738.0, 9720.0, 9714.0, 9799.0, 9759.0, 9755.0, 9786.0, 9765.0, 9767.0, 9797.0, 9766.0, 9753.0, 9711.0, 9653.0, 9713.0, 9671.0, 9735.0, 9720.0, 9652.0, 9637.0, 9638.0, 9686.0, 9644.0, 9627.0, 9650.0, 9620.0, 9621.0, 9622.0, 9636.0, 9638.0, 9667.0, 9654.0, 9660.0, 9645.0, 9680.0, 9641.0, 9674.0, 9639.0, 9637.0, 9644.0, 9652.0, 9646.0, 9684.0, 9672.0, 9690.0, 9665.0, 9662.0, 9649.0, 9657.0, 9664.0, 9679.0, 9670.0, 9680.0, 9666.0, 9685.0, 9685.0, 9673.0, 9662.0, 9743.0, 9693.0, 9724.0, 9675.0, 9687.0, 9690.0, 9693.0, 9673.0, 9675.0, 9658.0, 9694.0, 9681.0, 9703.0, 9727.0, 9731.0, 9728.0, 9754.0, 9717.0, 9788.0, 9704.0, 9679.0, 9702.0, 9692.0, 9748.0, 9697.0, 9691.0, 9734.0, 9695.0, 9683.0, 9665.0, 9705.0, 9712.0, 9710.0, 9664.0, 9671.0, 9643.0, 9668.0, 9671.0, 9727.0, 9676.0, 9781.0, 9654.0, 9719.0, 9667.0, 9653.0, 9640.0, 9615.0, 9637.0, 9665.0, 9679.0, 9676.0, 9643.0, 9688.0, 9754.0, 9660.0, 9733.0, 9648.0, 9686.0, 9668.0, 9690.0, 9768.0, 9739.0, 9757.0, 9688.0, 9719.0, 9809.0, 9770.0, 9746.0, 9682.0, 9777.0, 9732.0, 9658.0, 9621.0, 9609.0, 9614.0, 9615.0, 9671.0, 9635.0, 9638.0, 9643.0, 9637.0, 9685.0, 9643.0, 9614.0, 9681.0, 9643.0, 9731.0, 9643.0, 9709.0, 9643.0, 9683.0, 9645.0, 9618.0, 9670.0, 9616.0, 9626.0, 9601.0, 9616.0, 9681.0, 9622.0, 9684.0, 9624.0, 9701.0, 9641.0, 9714.0, 9625.0, 9715.0, 9625.0, 9691.0, 9644.0, 9667.0, 9647.0, 9684.0, 9651.0, 9675.0, 9668.0, 9699.0, 9681.0, 9721.0, 9712.0, 9715.0, 9716.0, 9743.0, 9687.0, 9724.0, 9727.0, 9729.0, 9771.0, 9764.0, 9731.0, 9750.0, 9726.0, 9726.0, 9761.0, 9745.0, 9843.0, 9748.0, 9773.0, 9759.0, 9765.0, 9800.0, 9742.0, 9745.0, 9772.0, 9730.0, 9771.0, 9725.0, 9786.0, 9704.0, 9776.0, 9689.0, 9756.0, 9651.0, 9688.0, 9666.0, 9642.0, 9702.0, 9686.0, 9791.0, 9704.0, 9716.0, 9731.0, 9721.0, 9738.0, 9712.0, 9723.0, 9742.0, 9721.0, 9739.0, 9733.0, 9743.0, 9852.0, 9763.0, 9728.0, 9723.0, 9713.0, 9789.0, 9703.0, 9720.0, 9845.0, 9783.0, 9796.0, 9814.0, 9753.0, 9762.0, 9733.0, 9679.0, 9787.0, 9733.0, 9714.0, 9750.0, 9666.0, 9761.0, 9719.0, 9717.0, 9730.0, 9706.0, 9782.0, 9705.0, 9700.0, 9710.0, 9682.0, 9661.0, 9720.0, 9690.0, 9690.0, 9741.0, 9717.0, 9683.0, 9734.0, 9733.0, 9749.0, 9718.0, 9763.0, 9822.0, 9745.0, 9817.0, 9782.0, 9839.0, 9836.0, 9759.0, 9801.0, 9708.0, 9749.0, 9687.0, 9675.0, 9669.0, 9615.0, 9661.0, 9608.0, 9705.0, 9653.0, 9641.0, 9683.0, 9667.0, 9637.0, 9645.0, 9656.0, 9646.0, 9635.0, 9664.0, 9670.0, 9685.0, 9689.0, 9681.0, 9706.0, 9681.0, 9719.0, 9679.0, 9739.0, 9659.0, 9713.0, 9702.0, 9698.0, 9700.0, 9726.0, 9773.0, 9719.0, 9742.0, 9727.0, 9700.0, 9683.0, 9701.0, 9688.0, 9766.0, 9713.0, 9704.0, 9713.0, 9726.0, 9775.0, 9854.0, 9862.0, 9830.0, 9819.0, 9791.0, 9760.0, 9841.0, 9813.0, 9732.0, 9799.0, 9724.0, 9679.0, 9757.0, 9733.0, 9705.0, 9740.0, 9742.0, 9801.0, 9810.0, 9774.0, 9791.0, 9830.0, 9785.0, 9803.0, 9786.0, 9795.0, 9783.0, 9770.0, 9748.0, 9722.0, 9679.0, 9717.0, 9648.0, 9682.0, 9621.0, 9685.0, 9608.0, 9687.0, 9612.0, 9667.0, 9636.0, 9660.0, 9670.0, 9659.0, 9740.0, 9687.0, 9667.0, 9673.0, 9670.0, 9678.0, 9680.0, 9769.0, 9748.0, 9733.0, 9734.0, 9710.0, 9740.0, 9697.0, 9778.0, 9726.0, 9788.0, 9752.0, 9792.0, 9787.0, 9805.0, 9763.0, 9692.0, 9707.0, 9689.0, 9690.0, 9673.0, 9682.0, 9825.0, 9743.0, 9743.0, 9746.0, 9693.0, 9707.0, 9780.0, 9692.0, 9678.0, 9733.0, 9692.0, 9751.0, 9769.0, 9742.0, 9796.0, 9753.0, 9747.0, 9749.0, 9685.0, 9735.0, 9659.0, 9731.0, 9658.0, 9708.0, 9640.0, 9604.0, 9642.0, 9615.0, 9656.0, 9607.0, 9680.0, 9658.0, 9734.0, 9659.0, 9691.0, 9653.0, 9648.0, 9648.0, 9657.0, 9672.0, 9689.0, 9715.0, 9718.0, 9797.0, 9709.0, 9762.0, 9691.0, 9704.0, 9705.0, 9706.0, 9729.0, 9684.0, 9694.0, 9662.0, 9679.0, 9702.0, 9665.0, 9715.0, 9670.0, 9764.0, 9677.0, 9787.0, 9642.0, 9629.0, 9641.0, 9600.0, 9709.0, 9717.0, 9708.0, 9782.0, 9774.0, 9712.0, 9759.0, 9730.0, 9623.0, 9648.0, 9615.0, 9687.0, 9615.0, 9674.0, 9645.0, 9680.0, 9635.0, 9634.0, 9635.0, 9585.0, 9661.0, 9654.0, 9750.0, 9703.0, 9721.0, 9626.0, 9653.0, 9608.0, 9591.0, 9630.0, 9592.0, 9629.0, 9614.0, 9701.0, 9611.0, 9709.0, 9621.0, 9711.0, 9607.0, 9660.0, 9627.0, 9680.0, 9668.0, 9693.0, 9760.0, 9754.0, 9718.0, 9701.0, 9712.0, 9738.0, 9767.0, 9704.0, 9690.0, 9769.0, 9704.0, 9764.0, 9721.0, 9716.0, 9707.0, 9732.0, 9734.0, 9800.0, 9747.0, 9819.0, 9729.0, 9762.0, 9692.0, 9780.0, 9733.0, 9773.0, 9691.0, 9684.0, 9684.0, 9682.0, 9679.0, 9695.0, 9750.0, 9661.0, 9765.0, 9687.0, 9768.0, 9716.0, 9728.0, 9768.0, 9731.0, 9788.0, 9743.0, 9774.0, 9728.0, 9751.0, 9740.0, 9775.0, 9722.0, 9742.0, 9664.0, 9697.0, 9631.0, 9673.0, 9608.0, 9643.0, 9605.0, 9662.0, 9629.0, 9655.0, 9648.0, 9732.0, 9655.0, 9658.0, 9670.0, 9658.0, 9670.0, 9677.0, 9824.0, 9734.0, 9727.0, 9715.0, 9732.0, 9790.0, 9722.0, 9715.0, 9714.0, 9728.0, 9715.0, 9724.0, 9722.0, 9813.0, 9753.0, 9804.0, 9748.0, 9815.0, 9766.0, 9802.0, 9761.0, 9753.0, 9740.0, 9756.0, 9790.0, 9815.0, 9801.0, 9844.0, 9836.0, 9777.0, 9706.0, 9710.0, 9737.0, 9727.0, 9727.0, 9732.0, 9695.0, 9741.0, 9708.0, 9812.0, 9740.0, 9798.0, 9759.0, 9777.0, 9752.0, 9746.0, 9773.0, 9711.0, 9766.0, 9693.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.005604328358208956</td></tr>
<tr><td colspan=3>aqi</td><td>0.07873465120551092</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.78677561956326</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1549545280114943</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0287440826206904</td></tr>
<tr><td colspan=3>efc</td><td>0.4861</td></tr>
<tr><td colspan=3>fber</td><td>3359.4387</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2936324699705977</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>441</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>50.63145809414466</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.723099072015882</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6805836633626328</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.757946934245421</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.730766618439593</td></tr>
<tr><td colspan=3>gcor</td><td>0.0179479</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00621004356071353</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010319759137928486</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8806923312955792</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>32.126</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.8872</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.7496</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300098.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>951.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.0043</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0888</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.7044</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3579.5612</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76446.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1266.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>971.2121</td></tr>
<tr><td colspan=3>tsnr</td><td>21.13064851082163</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>