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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-01/func/sub-0041_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4ceff0118aa3d58e323ec0e8d3a47409</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:29:49.622500</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_VE11C_LATEST_20160120</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.99926, 0.00917845, -0.0373557, -0.00872036, 0.999885, 0.0124075]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0966581</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7774, -7240, 523, -99, -317, -68, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.036</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3a70ea1a-4db5-4dd6-84a6-4db3fd80ac2e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680941104888916, -0.023396095260977745, -0.10115636885166168, 116.30883026123047], [-0.02462512068450451, 2.6826183795928955, 0.032595813274383545, -85.7464828491211], [-0.10022270679473877, -0.03328831493854523, 2.6979074478149414, -61.10007858276367], [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': ['152949.622500', '152950.082500', '152950.542500', '152951.002500', '152951.462500', '152951.922500', '152952.382500', '152952.842500', '152953.302500', '152953.762500', '152954.222500', '152954.682500', '152955.142500', '152955.602500', '152956.062500', '152956.522500', '152956.982500', '152957.442500', '152957.902500', '152958.362500', '152958.822500', '152959.282500', '152959.742500', '153000.202500', '153000.662500', '153001.122500', '153001.582500', '153002.042500', '153002.502500', '153002.962500', '153003.422500', '153003.882500', '153004.342500', '153004.802500', '153005.262500', '153005.722500', '153006.182500', '153006.642500', '153007.102500', '153007.562500', '153008.022500', '153008.482500', '153008.942500', '153009.402500', '153009.862500', '153010.322500', '153010.782500', '153011.242500', '153011.702500', '153012.162500', '153012.622500', '153013.082500', '153013.542500', '153014.002500', '153014.462500', '153014.922500', '153015.382500', '153015.842500', '153016.302500', '153016.762500', '153017.222500', '153017.682500', '153018.142500', '153018.602500', '153019.062500', '153019.522500', '153019.982500', '153020.442500', '153020.902500', '153021.362500', '153021.822500', '153022.282500', '153022.742500', '153023.202500', '153023.662500', '153024.122500', '153024.582500', '153025.042500', '153025.502500', '153025.962500', '153026.422500', '153026.882500', '153027.342500', '153027.802500', '153028.262500', '153028.722500', '153029.182500', '153029.642500', '153030.102500', '153030.562500', '153031.022500', '153031.482500', '153031.942500', '153032.402500', '153032.862500', '153033.322500', '153033.782500', '153034.242500', '153034.702500', '153035.162500', '153035.622500', '153036.082500', '153036.542500', '153037.002500', '153037.462500', '153037.922500', '153038.382500', '153038.842500', '153039.302500', '153039.762500', '153040.222500', '153040.682500', '153041.142500', '153041.602500', '153042.062500', '153042.522500', '153042.982500', '153043.442500', '153043.902500', '153044.362500', '153044.822500', '153045.282500', '153045.742500', '153046.202500', '153046.662500', '153047.122500', '153047.582500', '153048.042500', '153048.502500', '153048.962500', '153049.422500', '153049.882500', '153050.342500', '153050.802500', '153051.262500', '153051.722500', '153052.182500', '153052.642500', '153053.102500', '153053.562500', '153054.022500', '153054.482500', '153054.942500', '153055.402500', '153055.862500', '153056.322500', '153056.782500', '153057.242500', '153057.702500', '153058.162500', '153058.622500', '153059.082500', '153059.542500', '153100.002500', '153100.462500', '153100.922500', '153101.382500', '153101.842500', '153102.302500', '153102.762500', '153103.222500', '153103.682500', '153104.142500', '153104.602500', '153105.062500', '153105.522500', '153105.982500', '153106.442500', '153106.902500', '153107.362500', '153107.822500', '153108.282500', '153108.742500', '153109.202500', '153109.662500', '153110.122500', '153110.582500', '153111.042500', '153111.502500', '153111.962500', '153112.422500', '153112.882500', '153113.342500', '153113.802500', '153114.262500', '153114.722500', '153115.182500', '153115.642500', '153116.102500', '153116.562500', '153117.022500', '153117.482500', '153117.942500', '153118.402500', '153118.862500', '153119.322500', '153119.782500', '153120.242500', '153120.702500', '153121.162500', '153121.622500', '153122.082500', '153122.542500', '153123.002500', '153123.462500', '153123.922500', '153124.382500', '153124.842500', '153125.302500', '153125.762500', '153126.222500', '153126.682500', '153127.142500', '153127.602500', '153128.062500', '153128.522500', '153128.982500', '153129.442500', '153129.902500', '153130.362500', '153130.822500', '153131.282500', '153131.742500', '153132.202500', '153132.662500', '153133.122500', '153133.582500', '153134.042500', '153134.502500', '153134.962500', '153135.422500', '153135.882500', '153136.342500', '153136.802500', '153137.262500', '153137.722500', '153138.182500', '153138.642500', '153139.102500', '153139.562500', '153140.022500', '153140.482500', '153140.942500', '153141.402500', '153141.862500', '153142.322500', '153142.782500', '153143.242500', '153143.702500', '153144.162500', '153144.622500', '153145.082500', '153145.542500', '153146.002500', '153146.462500', '153146.922500', '153147.382500', '153147.842500', '153148.302500', '153148.762500', '153149.222500', '153149.682500', '153150.142500', '153150.602500', '153151.062500', '153151.522500', '153151.982500', '153152.442500', '153152.902500', '153153.362500', '153153.822500', '153154.282500', '153154.742500', '153155.202500', '153155.662500', '153156.122500', '153156.582500', '153157.042500', '153157.502500', '153157.962500', '153158.422500', '153158.882500', '153159.342500', '153159.802500', '153200.262500', '153200.722500', '153201.182500', '153201.642500', '153202.102500', '153202.562500', '153203.022500', '153203.482500', '153203.942500', '153204.402500', '153204.862500', '153205.322500', '153205.782500', '153206.242500', '153206.702500', '153207.162500', '153207.622500', '153208.082500', '153208.542500', '153209.002500', '153209.462500', '153209.922500', '153210.382500', '153210.842500', '153211.302500', '153211.762500', '153212.222500', '153212.682500', '153213.142500', '153213.602500', '153214.062500', '153214.522500', '153214.982500', '153215.442500', '153215.902500', '153216.362500', '153216.822500', '153217.282500', '153217.742500', '153218.202500', '153218.662500', '153219.122500', '153219.582500', '153220.042500', '153220.502500', '153220.962500', '153221.422500', '153221.882500', '153222.342500', '153222.802500', '153223.262500', '153223.722500', '153224.182500', '153224.642500', '153225.102500', '153225.562500', '153226.022500', '153226.482500', '153226.942500', '153227.402500', '153227.862500', '153228.322500', '153228.782500', '153229.242500', '153229.702500', '153230.162500', '153230.622500', '153231.082500', '153231.542500', '153232.002500', '153232.462500', '153232.922500', '153233.382500', '153233.842500', '153234.302500', '153234.762500', '153235.222500', '153235.682500', '153236.142500', '153236.602500', '153237.062500', '153237.522500', '153237.982500', '153238.442500', '153238.902500', '153239.362500', '153239.822500', '153240.282500', '153240.742500', '153241.202500', '153241.662500', '153242.122500', '153242.582500', '153243.042500', '153243.502500', '153243.962500', '153244.422500', '153244.882500', '153245.342500', '153245.802500', '153246.262500', '153246.722500', '153247.182500', '153247.642500', '153248.102500', '153248.562500', '153249.022500', '153249.482500', '153249.942500', '153250.402500', '153250.862500', '153251.322500', '153251.782500', '153252.242500', '153252.702500', '153253.162500', '153253.622500', '153254.082500', '153254.542500', '153255.002500', '153255.462500', '153255.922500', '153256.382500', '153256.842500', '153257.302500', '153257.762500', '153258.222500', '153258.682500', '153259.142500', '153259.602500', '153300.062500', '153300.522500', '153300.982500', '153301.442500', '153301.902500', '153302.362500', '153302.822500', '153303.282500', '153303.742500', '153304.202500', '153304.662500', '153305.122500', '153305.582500', '153306.042500', '153306.502500', '153306.962500', '153307.422500', '153307.882500', '153308.342500', '153308.802500', '153309.262500', '153309.722500', '153310.182500', '153310.642500', '153311.102500', '153311.562500', '153312.022500', '153312.482500', '153312.942500', '153313.402500', '153313.862500', '153314.322500', '153314.782500', '153315.242500', '153315.702500', '153316.162500', '153316.622500', '153317.082500', '153317.542500', '153318.002500', '153318.462500', '153318.922500', '153319.382500', '153319.842500', '153320.302500', '153320.762500', '153321.222500', '153321.682500', '153322.142500', '153322.602500', '153323.062500', '153323.522500', '153323.982500', '153324.442500', '153324.902500', '153325.362500', '153325.822500', '153326.282500', '153326.742500', '153327.202500', '153327.662500', '153328.122500', '153328.582500', '153329.042500', '153329.502500', '153329.962500', '153330.422500', '153330.882500', '153331.342500', '153331.802500', '153332.262500', '153332.722500', '153333.182500', '153333.642500', '153334.102500', '153334.562500', '153335.022500', '153335.482500', '153335.942500', '153336.402500', '153336.862500', '153337.322500', '153337.782500', '153338.242500', '153338.702500', '153339.162500', '153339.622500', '153340.082500', '153340.542500', '153341.002500', '153341.462500', '153341.922500', '153342.382500', '153342.842500', '153343.302500', '153343.762500', '153344.222500', '153344.682500', '153345.142500', '153345.602500', '153346.062500', '153346.522500', '153346.982500', '153347.442500', '153347.902500', '153348.362500', '153348.822500', '153349.282500', '153349.742500', '153350.202500', '153350.662500', '153351.122500', '153351.582500', '153352.042500', '153352.502500', '153352.962500', '153353.422500', '153353.882500', '153354.342500', '153354.802500', '153355.262500', '153355.722500', '153356.182500', '153356.642500', '153357.102500', '153357.562500', '153358.022500', '153358.482500', '153358.942500', '153359.402500', '153359.862500', '153400.322500', '153400.782500', '153401.242500', '153401.702500', '153402.162500', '153402.622500', '153403.082500', '153403.542500', '153404.002500', '153404.462500', '153404.922500', '153405.382500', '153405.842500', '153406.302500', '153406.762500', '153407.222500', '153407.682500', '153408.142500', '153408.602500', '153409.062500', '153409.522500', '153409.982500', '153410.442500', '153410.902500', '153411.362500', '153411.822500', '153412.282500', '153412.742500', '153413.202500', '153413.662500', '153414.122500', '153414.582500', '153415.042500', '153415.502500', '153415.962500', '153416.422500', '153416.882500', '153417.342500', '153417.802500', '153418.262500', '153418.722500', '153419.182500', '153419.642500', '153420.102500', '153420.562500', '153421.022500', '153421.482500', '153421.942500', '153422.402500', '153422.862500', '153423.322500', '153423.782500', '153424.242500', '153424.702500', '153425.162500', '153425.622500', '153426.082500', '153426.542500', '153427.002500', '153427.462500', '153427.922500', '153428.382500', '153428.842500', '153429.302500', '153429.762500', '153430.222500', '153430.682500', '153431.142500', '153431.602500', '153432.062500', '153432.522500', '153432.982500', '153433.442500', '153433.902500', '153434.362500', '153434.822500', '153435.282500', '153435.742500', '153436.202500', '153436.662500', '153437.122500', '153437.582500', '153438.042500', '153438.502500', '153438.962500', '153439.422500', '153439.882500', '153440.342500', '153440.802500', '153441.262500', '153441.722500', '153442.182500', '153442.642500', '153443.102500', '153443.562500', '153444.022500', '153444.482500', '153444.942500', '153445.402500', '153445.862500', '153446.322500', '153446.782500', '153447.242500', '153447.702500', '153448.162500', '153448.622500', '153449.082500', '153449.542500', '153450.002500', '153450.462500', '153450.922500', '153451.382500', '153451.842500', '153452.302500', '153452.762500', '153453.222500', '153453.682500', '153454.142500', '153454.602500', '153455.062500', '153455.522500', '153455.982500', '153456.442500', '153456.902500', '153457.362500', '153457.822500', '153458.282500', '153458.742500', '153459.202500', '153459.662500', '153500.122500', '153500.582500', '153501.042500', '153501.502500', '153501.962500', '153502.422500', '153502.882500', '153503.342500', '153503.802500', '153504.262500', '153504.722500', '153505.182500', '153505.642500', '153506.102500', '153506.562500', '153507.022500', '153507.482500', '153507.942500', '153508.402500', '153508.862500', '153509.322500', '153509.782500', '153510.242500', '153510.702500', '153511.162500', '153511.622500', '153512.082500', '153512.542500', '153513.002500', '153513.462500', '153513.922500', '153514.382500', '153514.842500', '153515.302500', '153515.762500', '153516.222500', '153516.682500', '153517.142500', '153517.602500', '153518.062500', '153518.522500', '153518.982500', '153519.442500', '153519.902500', '153520.362500', '153520.822500', '153521.282500', '153521.742500', '153522.202500', '153522.662500', '153523.122500', '153523.582500', '153524.042500', '153524.502500', '153524.962500', '153525.422500', '153525.882500', '153526.342500', '153526.802500', '153527.262500', '153527.722500', '153528.182500', '153528.642500', '153529.102500', '153529.562500', '153530.022500', '153530.482500', '153530.942500', '153531.402500', '153531.862500', '153532.322500', '153532.782500', '153533.242500', '153533.702500', '153534.162500', '153534.622500', '153535.082500', '153535.542500', '153536.002500', '153536.462500', '153536.922500', '153537.382500', '153537.842500', '153538.302500', '153538.762500', '153539.222500', '153539.682500', '153540.142500', '153540.602500', '153541.062500', '153541.522500', '153541.982500', '153542.442500', '153542.902500', '153543.362500', '153543.822500', '153544.282500', '153544.742500', '153545.202500', '153545.662500', '153546.122500', '153546.582500', '153547.042500', '153547.502500', '153547.962500', '153548.422500', '153548.882500', '153549.342500', '153549.802500', '153550.262500', '153550.722500', '153551.182500', '153551.642500', '153552.102500', '153552.562500', '153553.022500', '153553.482500', '153553.942500', '153554.402500', '153554.862500', '153555.322500', '153555.782500', '153556.242500', '153556.702500', '153557.162500', '153557.622500', '153558.082500', '153558.542500', '153559.002500', '153559.462500', '153559.922500', '153600.382500', '153600.842500', '153601.302500', '153601.762500', '153602.222500', '153602.682500', '153603.142500', '153603.602500', '153604.062500', '153604.522500', '153604.982500', '153605.442500', '153605.902500', '153606.362500', '153606.822500', '153607.282500', '153607.742500', '153608.202500', '153608.662500', '153609.122500', '153609.582500', '153610.042500', '153610.502500', '153610.962500', '153611.422500', '153611.882500', '153612.342500', '153612.802500', '153613.262500', '153613.722500', '153614.182500', '153614.642500', '153615.102500', '153615.562500', '153616.022500', '153616.482500', '153616.942500', '153617.402500', '153617.862500', '153618.322500', '153618.782500', '153619.242500', '153619.702500', '153620.162500', '153620.622500', '153621.082500', '153621.542500', '153622.002500', '153622.462500', '153622.922500', '153623.382500', '153623.842500', '153624.302500', '153624.762500', '153625.222500', '153625.682500', '153626.142500', '153626.602500', '153627.062500', '153627.522500', '153627.982500', '153628.442500', '153628.902500', '153629.362500', '153629.822500', '153630.282500'], 'ContentTime': ['153015.162000', '153015.165000', '153015.168000', '153015.171000', '153015.174000', '153015.177000', '153015.180000', '153015.183000', '153015.185000', '153015.188000', '153015.191000', '153015.194000', '153015.197000', '153015.200000', '153015.202000', '153015.205000', '153015.208000', '153015.211000', '153015.214000', '153015.224000', '153015.227000', '153015.230000', '153015.233000', '153015.236000', '153015.238000', '153015.241000', '153015.244000', '153015.247000', '153015.250000', '153015.253000', '153015.256000', '153015.259000', '153015.262000', '153015.265000', '153015.268000', '153015.271000', '153015.273000', '153015.277000', '153015.279000', '153015.282000', '153015.285000', '153015.288000', '153015.291000', '153015.294000', '153015.296000', '153015.299000', '153015.302000', '153015.305000', '153015.308000', '153015.311000', '153015.314000', '153015.316000', '153015.319000', '153035.123000', '153035.126000', '153035.129000', '153035.132000', '153035.135000', '153035.137000', '153035.141000', '153035.144000', '153035.147000', '153035.150000', '153035.152000', '153035.155000', '153035.158000', '153035.161000', '153035.164000', '153035.167000', '153035.170000', '153035.172000', '153035.175000', '153035.178000', '153035.181000', '153035.184000', '153035.187000', '153035.189000', '153035.192000', '153035.195000', '153035.198000', '153035.201000', '153035.203000', '153035.206000', '153035.209000', '153035.212000', '153035.215000', '153035.218000', '153035.220000', '153035.223000', '153035.226000', '153035.229000', '153035.232000', '153035.234000', '153035.237000', '153035.240000', '153035.243000', '153035.246000', '153055.123000', '153055.136000', '153055.139000', '153055.142000', '153055.145000', '153055.148000', '153055.151000', '153055.154000', '153055.156000', '153055.159000', '153055.162000', '153055.165000', '153055.168000', '153055.171000', '153055.173000', '153055.176000', '153055.179000', '153055.182000', '153055.185000', '153055.188000', '153055.192000', '153055.195000', '153055.197000', '153055.201000', '153055.203000', '153055.206000', '153055.209000', '153055.212000', '153055.215000', '153055.218000', '153055.220000', '153055.223000', '153055.226000', '153055.229000', '153055.232000', '153055.235000', '153055.237000', '153055.240000', '153055.243000', '153055.246000', '153055.249000', '153055.252000', '153055.254000', '153115.123000', '153115.126000', '153115.128000', '153115.131000', '153115.134000', '153115.137000', '153115.140000', '153115.143000', '153115.146000', '153115.148000', '153115.151000', '153115.155000', '153115.158000', '153115.161000', '153115.164000', '153115.167000', '153115.170000', '153115.172000', '153115.175000', '153115.178000', '153115.181000', '153115.184000', '153115.186000', '153115.189000', '153115.192000', '153115.195000', '153115.198000', '153115.201000', '153115.204000', '153115.206000', '153115.209000', '153115.212000', '153115.215000', '153115.218000', '153115.220000', '153115.223000', '153115.226000', '153115.229000', '153115.232000', '153115.234000', '153115.237000', '153115.240000', '153115.243000', '153115.246000', '153135.123000', '153135.126000', '153135.129000', '153135.132000', '153135.135000', '153135.137000', '153135.145000', '153135.148000', '153135.151000', '153135.153000', '153135.156000', '153135.159000', '153135.162000', '153135.165000', '153135.168000', '153135.171000', '153135.173000', '153135.176000', '153135.179000', '153135.182000', '153135.185000', '153135.188000', '153135.191000', '153135.193000', '153135.196000', '153135.199000', '153135.202000', '153135.205000', '153135.207000', '153135.210000', '153135.213000', '153135.220000', '153135.223000', '153135.226000', '153135.228000', '153135.231000', '153135.234000', '153135.237000', '153135.240000', '153135.243000', '153135.245000', '153135.248000', '153135.251000', '153155.123000', '153155.126000', '153155.129000', '153155.132000', '153155.134000', '153155.142000', '153155.144000', '153155.147000', '153155.150000', '153155.153000', '153155.156000', '153155.159000', '153155.162000', '153155.164000', '153155.167000', '153155.170000', '153155.173000', '153155.176000', '153155.179000', '153155.182000', '153155.184000', '153155.187000', '153155.190000', '153155.193000', '153155.196000', '153155.199000', '153155.201000', '153155.204000', '153155.207000', '153155.210000', '153155.213000', '153155.216000', '153155.218000', '153155.221000', '153155.224000', '153155.227000', '153155.230000', '153155.233000', '153155.235000', '153155.238000', '153155.241000', '153155.244000', '153155.247000', '153155.250000', '153215.123000', '153215.126000', '153215.129000', '153215.132000', '153215.134000', '153215.137000', '153215.140000', '153215.143000', '153215.146000', '153215.149000', '153215.152000', '153215.154000', '153215.157000', '153215.160000', '153215.163000', '153215.166000', '153215.169000', '153215.172000', '153215.174000', '153215.177000', '153215.180000', '153215.183000', '153215.186000', '153215.189000', '153215.191000', '153215.194000', '153215.197000', '153215.200000', '153215.203000', '153215.206000', '153215.209000', '153215.211000', '153215.214000', '153215.217000', '153215.220000', '153215.223000', '153215.226000', '153215.230000', '153215.233000', '153215.235000', '153215.253000', '153215.256000', '153215.258000', '153235.123000', '153235.126000', '153235.129000', '153235.132000', '153235.135000', '153235.138000', '153235.140000', '153235.143000', '153235.146000', '153235.149000', '153235.152000', '153235.155000', '153235.158000', '153235.161000', '153235.164000', '153235.167000', '153235.169000', '153235.172000', '153235.175000', '153235.178000', '153235.181000', '153235.184000', '153235.187000', '153235.189000', '153235.192000', '153235.195000', '153235.198000', '153235.201000', '153235.204000', '153235.206000', '153235.209000', '153235.212000', '153235.215000', '153235.218000', '153235.221000', '153235.224000', '153235.227000', '153235.229000', '153235.232000', '153235.235000', '153235.238000', '153235.241000', '153235.244000', '153235.247000', '153255.123000', '153255.126000', '153255.129000', '153255.131000', '153255.135000', '153255.137000', '153255.140000', '153255.143000', '153255.146000', '153255.149000', '153255.152000', '153255.154000', '153255.158000', '153255.160000', '153255.163000', '153255.166000', '153255.169000', '153255.172000', '153255.174000', '153255.177000', '153255.180000', '153255.183000', '153255.186000', '153255.189000', '153255.192000', '153255.194000', '153255.197000', '153255.200000', '153255.203000', '153255.206000', '153255.209000', '153255.211000', '153255.214000', '153255.217000', '153255.220000', '153255.223000', '153255.226000', '153255.229000', '153255.231000', '153255.234000', '153255.237000', '153255.240000', '153255.243000', '153315.123000', '153315.126000', '153315.129000', '153315.132000', '153315.134000', '153315.137000', '153315.140000', '153315.143000', '153315.146000', '153315.149000', '153315.152000', '153315.154000', '153315.157000', '153315.160000', '153315.163000', '153315.166000', '153315.169000', '153315.172000', '153315.174000', '153315.177000', '153315.180000', '153315.183000', '153315.186000', '153315.188000', '153315.191000', '153315.194000', '153315.197000', '153315.200000', '153315.203000', '153315.206000', '153315.209000', '153315.211000', '153315.214000', '153315.217000', '153315.220000', '153315.223000', '153315.226000', '153315.229000', '153315.231000', '153315.234000', '153315.237000', '153315.240000', '153315.243000', '153315.246000', '153335.123000', '153335.126000', '153335.129000', '153335.132000', '153335.135000', '153335.137000', '153335.140000', '153335.143000', '153335.146000', '153335.149000', '153335.152000', '153335.155000', '153335.158000', '153335.161000', '153335.164000', '153335.167000', '153335.170000', '153335.173000', '153335.175000', '153335.178000', '153335.181000', '153335.184000', '153335.187000', '153335.190000', '153335.193000', '153335.196000', '153335.198000', '153335.201000', '153335.204000', '153335.207000', '153335.210000', '153335.213000', '153335.215000', '153335.218000', '153335.221000', '153335.224000', '153335.227000', '153335.230000', '153335.232000', '153335.235000', '153335.238000', '153335.241000', '153335.244000', '153355.123000', '153355.126000', '153355.129000', '153355.132000', '153355.135000', '153355.137000', '153355.140000', '153355.143000', '153355.146000', '153355.149000', '153355.152000', '153355.154000', '153355.157000', '153355.160000', '153355.163000', '153355.166000', '153355.169000', '153355.172000', '153355.175000', '153355.177000', '153355.180000', '153355.183000', '153355.197000', '153355.200000', '153355.203000', '153355.206000', '153355.209000', '153355.212000', '153355.215000', '153355.217000', '153355.220000', '153355.223000', '153355.226000', '153355.229000', '153355.232000', '153355.234000', '153355.238000', '153355.240000', '153355.243000', '153355.246000', '153355.249000', '153355.252000', '153355.255000', '153355.257000', '153415.123000', '153415.126000', '153415.129000', '153415.132000', '153415.134000', '153415.137000', '153415.140000', '153415.143000', '153415.146000', '153415.149000', '153415.152000', '153415.154000', '153415.157000', '153415.160000', '153415.163000', '153415.166000', '153415.169000', '153415.171000', '153415.174000', '153415.177000', '153415.180000', '153415.183000', '153415.186000', '153415.189000', '153415.191000', '153415.194000', '153415.197000', '153415.200000', '153415.203000', '153415.206000', '153415.209000', '153415.211000', '153415.214000', '153415.217000', '153415.220000', '153415.223000', '153415.226000', '153415.228000', '153415.231000', '153415.234000', '153415.237000', '153415.240000', '153415.243000', '153435.123000', '153435.126000', '153435.129000', '153435.132000', '153435.135000', '153435.138000', '153435.141000', '153435.144000', '153435.147000', '153435.149000', '153435.152000', '153435.155000', '153435.158000', '153435.161000', '153435.164000', '153435.167000', '153435.169000', '153435.172000', '153435.175000', '153435.178000', '153435.181000', '153435.184000', '153435.187000', '153435.190000', '153435.193000', '153435.196000', '153435.198000', '153435.201000', '153435.204000', '153435.207000', '153435.210000', '153435.213000', '153435.216000', '153435.219000', '153435.221000', '153435.224000', '153435.227000', '153435.230000', '153435.233000', '153435.236000', '153435.239000', '153435.242000', '153435.244000', '153455.123000', '153455.126000', '153455.129000', '153455.132000', '153455.135000', '153455.137000', '153455.140000', '153455.143000', '153455.146000', '153455.149000', '153455.152000', '153455.155000', '153455.158000', '153455.160000', '153455.163000', '153455.166000', '153455.169000', '153455.172000', '153455.175000', '153455.177000', '153455.180000', '153455.183000', '153455.186000', '153455.189000', '153455.192000', '153455.195000', '153455.197000', '153455.200000', '153455.203000', '153455.206000', '153455.209000', '153455.212000', '153455.215000', '153455.217000', '153455.220000', '153455.223000', '153455.226000', '153455.229000', '153455.232000', '153455.235000', '153455.237000', '153455.240000', '153455.243000', '153455.246000', '153515.123000', '153515.126000', '153515.129000', '153515.132000', '153515.135000', '153515.138000', '153515.141000', '153515.143000', '153515.146000', '153515.149000', '153515.167000', '153515.169000', '153515.172000', '153515.175000', '153515.178000', '153515.181000', '153515.183000', '153515.186000', '153515.189000', '153515.192000', '153515.195000', '153515.198000', '153515.201000', '153515.203000', '153515.206000', '153515.209000', '153515.212000', '153515.215000', '153515.218000', '153515.221000', '153515.223000', '153515.226000', '153515.229000', '153515.243000', '153515.246000', '153515.248000', '153515.251000', '153515.254000', '153515.257000', '153515.260000', '153515.263000', '153515.265000', '153515.269000', '153535.123000', '153535.126000', '153535.129000', '153535.132000', '153535.135000', '153535.138000', '153535.141000', '153535.143000', '153535.146000', '153535.149000', '153535.152000', '153535.155000', '153535.157000', '153535.160000', '153535.163000', '153535.166000', '153535.169000', '153535.172000', '153535.175000', '153535.177000', '153535.180000', '153535.183000', '153535.186000', '153535.189000', '153535.192000', '153535.195000', '153535.198000', '153535.200000', '153535.203000', '153535.206000', '153535.209000', '153535.212000', '153535.215000', '153535.218000', '153535.221000', '153535.224000', '153535.226000', '153535.229000', '153535.232000', '153535.235000', '153535.238000', '153535.241000', '153535.244000', '153535.247000', '153555.123000', '153555.126000', '153555.129000', '153555.132000', '153555.135000', '153555.138000', '153555.140000', '153555.143000', '153555.146000', '153555.149000', '153555.152000', '153555.156000', '153555.160000', '153555.163000', '153555.166000', '153555.169000', '153555.172000', '153555.175000', '153555.178000', '153555.181000', '153555.184000', '153555.187000', '153555.189000', '153555.192000', '153555.195000', '153555.198000', '153555.201000', '153555.203000', '153555.206000', '153555.209000', '153555.212000', '153555.215000', '153555.218000', '153555.221000', '153555.224000', '153555.226000', '153555.229000', '153555.232000', '153555.235000', '153555.238000', '153555.241000', '153555.244000', '153555.247000', '153615.123000', '153615.126000', '153615.129000', '153615.132000', '153615.135000', '153615.138000', '153615.140000', '153615.143000', '153615.146000', '153615.149000', '153615.152000', '153615.154000', '153615.157000', '153615.160000', '153615.163000', '153615.166000', '153615.169000', '153615.172000', '153615.175000', '153615.177000', '153615.180000', '153615.183000', '153615.186000', '153615.189000', '153615.192000', '153615.195000', '153615.197000', '153615.200000', '153615.203000', '153615.206000', '153615.209000', '153615.212000', '153615.215000', '153615.217000', '153615.220000', '153615.223000', '153615.226000', '153615.229000', '153615.231000', '153615.234000', '153615.237000', '153615.240000', '153615.243000', '153615.246000', '153631.556000', '153631.559000', '153631.562000', '153631.565000', '153631.569000', '153631.572000', '153631.575000', '153631.578000', '153631.582000', '153631.585000', '153631.588000', '153631.592000', '153631.595000', '153631.598000', '153631.601000', '153631.604000', '153631.607000', '153631.610000', '153631.613000', '153631.615000', '153631.619000', '153631.621000', '153631.624000', '153631.627000', '153631.630000', '153631.633000', '153631.636000', '153631.639000', '153631.642000', '153631.645000', '153631.647000', '153631.650000', '153631.653000', '153631.656000', '153631.659000', '153631.662000'], 'InstanceCreationTime': ['153015.162000', '153015.165000', '153015.168000', '153015.171000', '153015.174000', '153015.177000', '153015.180000', '153015.183000', '153015.185000', '153015.188000', '153015.191000', '153015.194000', '153015.197000', '153015.200000', '153015.202000', '153015.205000', '153015.208000', '153015.211000', '153015.214000', '153015.224000', '153015.227000', '153015.230000', '153015.233000', '153015.236000', '153015.238000', '153015.241000', '153015.244000', '153015.247000', '153015.250000', '153015.253000', '153015.256000', '153015.259000', '153015.262000', '153015.265000', '153015.268000', '153015.271000', '153015.273000', '153015.277000', '153015.279000', '153015.282000', '153015.285000', '153015.288000', '153015.291000', '153015.294000', '153015.296000', '153015.299000', '153015.302000', '153015.305000', '153015.308000', '153015.311000', '153015.314000', '153015.316000', '153015.319000', '153035.123000', '153035.126000', '153035.129000', '153035.132000', '153035.135000', '153035.137000', '153035.141000', '153035.144000', '153035.147000', '153035.150000', '153035.152000', '153035.155000', '153035.158000', '153035.161000', '153035.164000', '153035.167000', '153035.170000', '153035.172000', '153035.175000', '153035.178000', '153035.181000', '153035.184000', '153035.187000', '153035.189000', '153035.192000', '153035.195000', '153035.198000', '153035.201000', '153035.203000', '153035.206000', '153035.209000', '153035.212000', '153035.215000', '153035.218000', '153035.220000', '153035.223000', '153035.226000', '153035.229000', '153035.232000', '153035.234000', '153035.237000', '153035.240000', '153035.243000', '153035.246000', '153055.123000', '153055.136000', '153055.139000', '153055.142000', '153055.145000', '153055.148000', '153055.151000', '153055.154000', '153055.156000', '153055.159000', '153055.162000', '153055.165000', '153055.168000', '153055.171000', '153055.173000', '153055.176000', '153055.179000', '153055.182000', '153055.185000', '153055.188000', '153055.192000', '153055.195000', '153055.197000', '153055.201000', '153055.203000', '153055.206000', '153055.209000', '153055.212000', '153055.215000', '153055.218000', '153055.220000', '153055.223000', '153055.226000', '153055.229000', '153055.232000', '153055.235000', '153055.237000', '153055.240000', '153055.243000', '153055.246000', '153055.249000', '153055.252000', '153055.254000', '153115.123000', '153115.126000', '153115.128000', '153115.131000', '153115.134000', '153115.137000', '153115.140000', '153115.143000', '153115.146000', '153115.148000', '153115.151000', '153115.155000', '153115.158000', '153115.161000', '153115.164000', '153115.167000', '153115.170000', '153115.172000', '153115.175000', '153115.178000', '153115.181000', '153115.184000', '153115.186000', '153115.189000', '153115.192000', '153115.195000', '153115.198000', '153115.201000', '153115.204000', '153115.206000', '153115.209000', '153115.212000', '153115.215000', '153115.218000', '153115.220000', '153115.223000', '153115.226000', '153115.229000', '153115.232000', '153115.234000', '153115.237000', '153115.240000', '153115.243000', '153115.246000', '153135.123000', '153135.126000', '153135.129000', '153135.132000', '153135.135000', '153135.137000', '153135.145000', '153135.148000', '153135.151000', '153135.153000', '153135.156000', '153135.159000', '153135.162000', '153135.165000', '153135.168000', '153135.171000', '153135.173000', '153135.176000', '153135.179000', '153135.182000', '153135.185000', '153135.188000', '153135.191000', '153135.193000', '153135.196000', '153135.199000', '153135.202000', '153135.205000', '153135.207000', '153135.210000', '153135.213000', '153135.220000', '153135.223000', '153135.226000', '153135.228000', '153135.231000', '153135.234000', '153135.237000', '153135.240000', '153135.243000', '153135.245000', '153135.248000', '153135.251000', '153155.123000', '153155.126000', '153155.129000', '153155.132000', '153155.134000', '153155.142000', '153155.144000', '153155.147000', '153155.150000', '153155.153000', '153155.156000', '153155.159000', '153155.162000', '153155.164000', '153155.167000', '153155.170000', '153155.173000', '153155.176000', '153155.179000', '153155.182000', '153155.184000', '153155.187000', '153155.190000', '153155.193000', '153155.196000', '153155.199000', '153155.201000', '153155.204000', '153155.207000', '153155.210000', '153155.213000', '153155.216000', '153155.218000', '153155.221000', '153155.224000', '153155.227000', '153155.230000', '153155.233000', '153155.235000', '153155.238000', '153155.241000', '153155.244000', '153155.247000', '153155.250000', '153215.123000', '153215.126000', '153215.129000', '153215.132000', '153215.134000', '153215.137000', '153215.140000', '153215.143000', '153215.146000', '153215.149000', '153215.152000', '153215.154000', '153215.157000', '153215.160000', '153215.163000', '153215.166000', '153215.169000', '153215.172000', '153215.174000', '153215.177000', '153215.180000', '153215.183000', '153215.186000', '153215.189000', '153215.191000', '153215.194000', '153215.197000', '153215.200000', '153215.203000', '153215.206000', '153215.209000', '153215.211000', '153215.214000', '153215.217000', '153215.220000', '153215.223000', '153215.226000', '153215.230000', '153215.233000', '153215.235000', '153215.253000', '153215.256000', '153215.258000', '153235.123000', '153235.126000', '153235.129000', '153235.132000', '153235.135000', '153235.138000', '153235.140000', '153235.143000', '153235.146000', '153235.149000', '153235.152000', '153235.155000', '153235.158000', '153235.161000', '153235.164000', '153235.167000', '153235.169000', '153235.172000', '153235.175000', '153235.178000', '153235.181000', '153235.184000', '153235.187000', '153235.189000', '153235.192000', '153235.195000', '153235.198000', '153235.201000', '153235.204000', '153235.206000', '153235.209000', '153235.212000', '153235.215000', '153235.218000', '153235.221000', '153235.224000', '153235.227000', '153235.229000', '153235.232000', '153235.235000', '153235.238000', '153235.241000', '153235.244000', '153235.247000', '153255.123000', '153255.126000', '153255.129000', '153255.131000', '153255.135000', '153255.137000', '153255.140000', '153255.143000', '153255.146000', '153255.149000', '153255.152000', '153255.154000', '153255.158000', '153255.160000', '153255.163000', '153255.166000', '153255.169000', '153255.172000', '153255.174000', '153255.177000', '153255.180000', '153255.183000', '153255.186000', '153255.189000', '153255.192000', '153255.194000', '153255.197000', '153255.200000', '153255.203000', '153255.206000', '153255.209000', '153255.211000', '153255.214000', '153255.217000', '153255.220000', '153255.223000', '153255.226000', '153255.229000', '153255.231000', '153255.234000', '153255.237000', '153255.240000', '153255.243000', '153315.123000', '153315.126000', '153315.129000', '153315.132000', '153315.134000', '153315.137000', '153315.140000', '153315.143000', '153315.146000', '153315.149000', '153315.152000', '153315.154000', '153315.157000', '153315.160000', '153315.163000', '153315.166000', '153315.169000', '153315.172000', '153315.174000', '153315.177000', '153315.180000', '153315.183000', '153315.186000', '153315.188000', '153315.191000', '153315.194000', '153315.197000', '153315.200000', '153315.203000', '153315.206000', '153315.209000', '153315.211000', '153315.214000', '153315.217000', '153315.220000', '153315.223000', '153315.226000', '153315.229000', '153315.231000', '153315.234000', '153315.237000', '153315.240000', '153315.243000', '153315.246000', '153335.123000', '153335.126000', '153335.129000', '153335.132000', '153335.135000', '153335.137000', '153335.140000', '153335.143000', '153335.146000', '153335.149000', '153335.152000', '153335.155000', '153335.158000', '153335.161000', '153335.164000', '153335.167000', '153335.170000', '153335.173000', '153335.175000', '153335.178000', '153335.181000', '153335.184000', '153335.187000', '153335.190000', '153335.193000', '153335.196000', '153335.198000', '153335.201000', '153335.204000', '153335.207000', '153335.210000', '153335.213000', '153335.215000', '153335.218000', '153335.221000', '153335.224000', '153335.227000', '153335.230000', '153335.232000', '153335.235000', '153335.238000', '153335.241000', '153335.244000', '153355.123000', '153355.126000', '153355.129000', '153355.132000', '153355.135000', '153355.137000', '153355.140000', '153355.143000', '153355.146000', '153355.149000', '153355.152000', '153355.154000', '153355.157000', '153355.160000', '153355.163000', '153355.166000', '153355.169000', '153355.172000', '153355.175000', '153355.177000', '153355.180000', '153355.183000', '153355.197000', '153355.200000', '153355.203000', '153355.206000', '153355.209000', '153355.212000', '153355.215000', '153355.217000', '153355.220000', '153355.223000', '153355.226000', '153355.229000', '153355.232000', '153355.234000', '153355.238000', '153355.240000', '153355.243000', '153355.246000', '153355.249000', '153355.252000', '153355.255000', '153355.257000', '153415.123000', '153415.126000', '153415.129000', '153415.132000', '153415.134000', '153415.137000', '153415.140000', '153415.143000', '153415.146000', '153415.149000', '153415.152000', '153415.154000', '153415.157000', '153415.160000', '153415.163000', '153415.166000', '153415.169000', '153415.171000', '153415.174000', '153415.177000', '153415.180000', '153415.183000', '153415.186000', '153415.189000', '153415.191000', '153415.194000', '153415.197000', '153415.200000', '153415.203000', '153415.206000', '153415.209000', '153415.211000', '153415.214000', '153415.217000', '153415.220000', '153415.223000', '153415.226000', '153415.228000', '153415.231000', '153415.234000', '153415.237000', '153415.240000', '153415.243000', '153435.123000', '153435.126000', '153435.129000', '153435.132000', '153435.135000', '153435.138000', '153435.141000', '153435.144000', '153435.147000', '153435.149000', '153435.152000', '153435.155000', '153435.158000', '153435.161000', '153435.164000', '153435.167000', '153435.169000', '153435.172000', '153435.175000', '153435.178000', '153435.181000', '153435.184000', '153435.187000', '153435.190000', '153435.193000', '153435.196000', '153435.198000', '153435.201000', '153435.204000', '153435.207000', '153435.210000', '153435.213000', '153435.216000', '153435.219000', '153435.221000', '153435.224000', '153435.227000', '153435.230000', '153435.233000', '153435.236000', '153435.239000', '153435.242000', '153435.244000', '153455.123000', '153455.126000', '153455.129000', '153455.132000', '153455.135000', '153455.137000', '153455.140000', '153455.143000', '153455.146000', '153455.149000', '153455.152000', '153455.155000', '153455.158000', '153455.160000', '153455.163000', '153455.166000', '153455.169000', '153455.172000', '153455.175000', '153455.177000', '153455.180000', '153455.183000', '153455.186000', '153455.189000', '153455.192000', '153455.195000', '153455.197000', '153455.200000', '153455.203000', '153455.206000', '153455.209000', '153455.212000', '153455.215000', '153455.217000', '153455.220000', '153455.223000', '153455.226000', '153455.229000', '153455.232000', '153455.235000', '153455.237000', '153455.240000', '153455.243000', '153455.246000', '153515.123000', '153515.126000', '153515.129000', '153515.132000', '153515.135000', '153515.138000', '153515.141000', '153515.143000', '153515.146000', '153515.149000', '153515.167000', '153515.169000', '153515.172000', '153515.175000', '153515.178000', '153515.181000', '153515.183000', '153515.186000', '153515.189000', '153515.192000', '153515.195000', '153515.198000', '153515.201000', '153515.203000', '153515.206000', '153515.209000', '153515.212000', '153515.215000', '153515.218000', '153515.221000', '153515.223000', '153515.226000', '153515.229000', '153515.243000', '153515.246000', '153515.248000', '153515.251000', '153515.254000', '153515.257000', '153515.260000', '153515.263000', '153515.265000', '153515.269000', '153535.123000', '153535.126000', '153535.129000', '153535.132000', '153535.135000', '153535.138000', '153535.141000', '153535.143000', '153535.146000', '153535.149000', '153535.152000', '153535.155000', '153535.157000', '153535.160000', '153535.163000', '153535.166000', '153535.169000', '153535.172000', '153535.175000', '153535.177000', '153535.180000', '153535.183000', '153535.186000', '153535.189000', '153535.192000', '153535.195000', '153535.198000', '153535.200000', '153535.203000', '153535.206000', '153535.209000', '153535.212000', '153535.215000', '153535.218000', '153535.221000', '153535.224000', '153535.226000', '153535.229000', '153535.232000', '153535.235000', '153535.238000', '153535.241000', '153535.244000', '153535.247000', '153555.123000', '153555.126000', '153555.129000', '153555.132000', '153555.135000', '153555.138000', '153555.140000', '153555.143000', '153555.146000', '153555.149000', '153555.152000', '153555.156000', '153555.160000', '153555.163000', '153555.166000', '153555.169000', '153555.172000', '153555.175000', '153555.178000', '153555.181000', '153555.184000', '153555.187000', '153555.189000', '153555.192000', '153555.195000', '153555.198000', '153555.201000', '153555.203000', '153555.206000', '153555.209000', '153555.212000', '153555.215000', '153555.218000', '153555.221000', '153555.224000', '153555.226000', '153555.229000', '153555.232000', '153555.235000', '153555.238000', '153555.241000', '153555.244000', '153555.247000', '153615.123000', '153615.126000', '153615.129000', '153615.132000', '153615.135000', '153615.138000', '153615.140000', '153615.143000', '153615.146000', '153615.149000', '153615.152000', '153615.154000', '153615.157000', '153615.160000', '153615.163000', '153615.166000', '153615.169000', '153615.172000', '153615.175000', '153615.177000', '153615.180000', '153615.183000', '153615.186000', '153615.189000', '153615.192000', '153615.195000', '153615.197000', '153615.200000', '153615.203000', '153615.206000', '153615.209000', '153615.212000', '153615.215000', '153615.217000', '153615.220000', '153615.223000', '153615.226000', '153615.229000', '153615.231000', '153615.234000', '153615.237000', '153615.240000', '153615.243000', '153615.246000', '153631.556000', '153631.559000', '153631.562000', '153631.565000', '153631.569000', '153631.572000', '153631.575000', '153631.578000', '153631.582000', '153631.585000', '153631.588000', '153631.592000', '153631.595000', '153631.598000', '153631.601000', '153631.604000', '153631.607000', '153631.610000', '153631.613000', '153631.615000', '153631.619000', '153631.621000', '153631.624000', '153631.627000', '153631.630000', '153631.633000', '153631.636000', '153631.639000', '153631.642000', '153631.645000', '153631.647000', '153631.650000', '153631.653000', '153631.656000', '153631.659000', '153631.662000'], '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': [9884, 11589, 9418, 9306, 8869, 9789, 9262, 9219, 9199, 10551, 10178, 9277, 9686, 9331, 10928, 10210, 9068, 10114, 9794, 9528, 9505, 9555, 9762, 9820, 8999, 8426, 9683, 8618, 9480, 9405, 10146, 9704, 9004, 8669, 9682, 8598, 9646, 9178, 9170, 9772, 9313, 10620, 9413, 8966, 8439, 9764, 8832, 9424, 9409, 8561, 9728, 9049, 9015, 9348, 9503, 9717, 9122, 8275, 9241, 8847, 9203, 9561, 10953, 9204, 9077, 9068, 9877, 10773, 9707, 9607, 9328, 9539, 10411, 10032, 9751, 12017, 9506, 10204, 9876, 9679, 11091, 9682, 8849, 10178, 9781, 9516, 9294, 9198, 10324, 10030, 8575, 9377, 9215, 9707, 10021, 8906, 9005, 9744, 9014, 9331, 9229, 10523, 9965, 8873, 12653, 9754, 10127, 8901, 9715, 9188, 9804, 9021, 9508, 9907, 8873, 8624, 9531, 8205, 9351, 9075, 9862, 9800, 8888, 8942, 9249, 8823, 9800, 9375, 9886, 9433, 8942, 9190, 9623, 9217, 9282, 9408, 10467, 9571, 9186, 8693, 9643, 8692, 9338, 9305, 9059, 9722, 9047, 9437, 9667, 10449, 9410, 9718, 8392, 9816, 9671, 9067, 9504, 10747, 9557, 9433, 10998, 9760, 9221, 10889, 9845, 8868, 8647, 9418, 8999, 9434, 9284, 8832, 9201, 9073, 10401, 9445, 8875, 8986, 9562, 8477, 9349, 9234, 9238, 9453, 9078, 8803, 9806, 8834, 9053, 9480, 9107, 9679, 8674, 9644, 10705, 9141, 9356, 9276, 9308, 9803, 9546, 12306, 9790, 10508, 11331, 10004, 10124, 9430, 9342, 8977, 9569, 9679, 8852, 9279, 9246, 9797, 9870, 9183, 8709, 9461, 9013, 9677, 9416, 9374, 9671, 9300, 10969, 9946, 9223, 9471, 9474, 9195, 8972, 9790, 8776, 9203, 9630, 8439, 9227, 9452, 9481, 9971, 9420, 10780, 9437, 9284, 8871, 9779, 8995, 9255, 9529, 9278, 10060, 9531, 11453, 9602, 9772, 9637, 9674, 9092, 9759, 9414, 10241, 9197, 8555, 10041, 9678, 11092, 9440, 9455, 9074, 10006, 10003, 9000, 9541, 11589, 10138, 10248, 9307, 9472, 11452, 10243, 9711, 12152, 9950, 10277, 8875, 9608, 9558, 9922, 8928, 9986, 9863, 8498, 11133, 9864, 8291, 8566, 9444, 8450, 9094, 9340, 8871, 8998, 9124, 8335, 9870, 8968, 9434, 9380, 8755, 10932, 9401, 8856, 8307, 9201, 8826, 9203, 9347, 8400, 9623, 7759, 9298, 8467, 9951, 9197, 10358, 9310, 9498, 9941, 9862, 9518, 8732, 9318, 10226, 9490, 9366, 8364, 9440, 9409, 9593, 9524, 9502, 10054, 9988, 12808, 9388, 9508, 12174, 9446, 9411, 11203, 9244, 9302, 9534, 9822, 9162, 9649, 9841, 8923, 11120, 9560, 8726, 8479, 9490, 8413, 9143, 9164, 8346, 9517, 9276, 8459, 9046, 9137, 8762, 9399, 8940, 8616, 8737, 9016, 9027, 9320, 10154, 8811, 9232, 8735, 9160, 9581, 9690, 9181, 9200, 8514, 9070, 9449, 10214, 9540, 9072, 11091, 9519, 9042, 9288, 9842, 9049, 8948, 9006, 9064, 9046, 9578, 8745, 9127, 9095, 11055, 9603, 9235, 11869, 9841, 9879, 12099, 9249, 9868, 10418, 9771, 9580, 10477, 9245, 9323, 9079, 9517, 8395, 9333, 9036, 9128, 9870, 9157, 8883, 9075, 8770, 9049, 9422, 9693, 9077, 9501, 8421, 9143, 9071, 9252, 9516, 9237, 8883, 9115, 8832, 9504, 9494, 8692, 9181, 9014, 10531, 9849, 9150, 9485, 9183, 9116, 9128, 9426, 10392, 9699, 9018, 9496, 9553, 9526, 9651, 9357, 11038, 9484, 9321, 9081, 9424, 9223, 9348, 9069, 12074, 9678, 9734, 9555, 9339, 9900, 9464, 8682, 8852, 9290, 9106, 9563, 9153, 9927, 9471, 8878, 8540, 9327, 8339, 8825, 9249, 10442, 9704, 8930, 9197, 9184, 9867, 9584, 8872, 11026, 9684, 8579, 11398, 9740, 8278, 11010, 8852, 8773, 8911, 9511, 7945, 9288, 8983, 9487, 9413, 8549, 8790, 9447, 8231, 8862, 8734, 8488, 9261, 9190, 9132, 8936, 8739, 9420, 9372, 8865, 9345, 9251, 10580, 9160, 9255, 9056, 9267, 10417, 9306, 9238, 10367, 9323, 9264, 10521, 9186, 8715, 10811, 9400, 8855, 8137, 8924, 7991, 8811, 9164, 8388, 9235, 9183, 9366, 9442, 9439, 9564, 9011, 9923, 8773, 9671, 9344, 9281, 10987, 9331, 8981, 12683, 9644, 10346, 9121, 9123, 10790, 9382, 8926, 9710, 10262, 11167, 9446, 10350, 8790, 9245, 8932, 9204, 8886, 9698, 9292, 8394, 8634, 8999, 8137, 8876, 8785, 9190, 9386, 8622, 8804, 8854, 9279, 8915, 8917, 11409, 9175, 9257, 11024, 9351, 10157, 8627, 9065, 9086, 8635, 8702, 8749, 8929, 9053, 8761, 9009, 9516, 9904, 8830, 9219, 9333, 9054, 9017, 11146, 9255, 8759, 10780, 9276, 9432, 9606, 9075, 10785, 9059, 8998, 9207, 9117, 10007, 9257, 8437, 8673, 9126, 9552, 9316, 8620, 9482, 9080, 9264, 9271, 8702, 10817, 8970, 9464, 9619, 8366, 9572, 8823, 9319, 10763, 11704, 9306, 10377, 8641, 8973, 9201, 8921, 8966, 9745, 9386, 8592, 9093, 9127, 8943, 9332, 9280, 9208, 9040, 9302, 8982, 8974, 10695, 8998, 8649, 9244, 9158, 9108, 9145, 8714, 8925, 8609, 9401, 9196, 10270, 9085, 8840, 9480, 9551, 9581, 9168, 9013, 10229, 9334, 9186, 10689, 9401, 8425, 11310, 8912, 8594, 9037, 9220, 8629, 9001, 8355, 8890, 9015, 9044, 8856, 8899, 9242, 8791, 8518, 10824, 8985, 8692, 9496, 8991, 9440, 9437, 9374, 9580, 9668, 8766, 9184, 9269, 10050, 9513, 8769, 10303, 8889, 9512, 9342, 8892, 10484, 8905, 9775, 9543, 8950, 9723, 9067, 9757, 9087, 8730, 12934, 9516, 10873, 9272, 8672, 10559, 9232, 8405, 11026, 9286, 8538, 10315, 9185, 8812, 9415, 9573, 8891, 9258, 8920, 9038, 8835, 9129, 8956, 10332, 8993, 8561, 11166, 9362, 8862, 12452, 9090, 8967, 9282, 9076, 8636, 9083, 8886, 9462, 9157, 8839, 9321, 9396, 9028, 8801, 8646, 10734, 9279, 8970, 9580, 8718, 9452, 9060, 9012, 10544, 9074, 8554, 9820, 9159, 9055, 9416, 9242, 10365, 9012, 8832, 10559, 9427, 8577, 10337, 9037, 8444, 9199, 9071, 8502, 9342, 8774, 8674, 9116, 9005, 9818, 9144, 8873, 10493, 9078, 8484, 9687, 9085, 8646, 8919, 8982, 8453, 8946, 9118, 8706, 9056, 8871, 9256, 9175, 8819, 9238, 9250, 10572, 9315, 8937, 11501, 9339, 9904], 'WindowCenter': [4126.0, 4121.0, 4087.0, 4086.0, 4071.0, 4081.0, 4069.0, 4069.0, 4070.0, 4078.0, 4080.0, 4058.0, 4068.0, 4069.0, 4077.0, 4067.0, 4058.0, 4054.0, 4066.0, 4056.0, 4055.0, 4067.0, 4055.0, 4066.0, 4056.0, 4045.0, 4067.0, 4056.0, 4067.0, 4068.0, 4067.0, 4068.0, 4059.0, 4057.0, 4069.0, 4058.0, 4068.0, 4069.0, 4057.0, 4069.0, 4070.0, 4078.0, 4070.0, 4071.0, 4058.0, 4082.0, 4070.0, 4069.0, 4071.0, 4058.0, 4083.0, 4072.0, 4070.0, 4081.0, 4070.0, 4082.0, 4083.0, 4059.0, 4082.0, 4072.0, 4071.0, 4083.0, 4080.0, 4070.0, 4071.0, 4070.0, 4082.0, 4080.0, 4080.0, 4081.0, 4069.0, 4071.0, 4079.0, 4068.0, 4069.0, 4077.0, 4067.0, 4068.0, 4066.0, 4067.0, 4065.0, 4055.0, 4056.0, 4065.0, 4066.0, 4054.0, 4053.0, 4055.0, 4053.0, 4065.0, 4044.0, 4054.0, 4056.0, 4054.0, 4066.0, 4056.0, 4044.0, 4055.0, 4055.0, 4055.0, 4056.0, 4065.0, 4055.0, 4056.0, 4073.0, 4054.0, 4054.0, 4042.0, 4054.0, 4043.0, 4052.0, 4054.0, 4053.0, 4054.0, 4055.0, 4043.0, 4055.0, 4044.0, 4055.0, 4056.0, 4055.0, 4065.0, 4056.0, 4055.0, 4067.0, 4057.0, 4068.0, 4069.0, 4067.0, 4069.0, 4070.0, 4068.0, 4070.0, 4058.0, 4068.0, 4069.0, 4078.0, 4069.0, 4070.0, 4058.0, 4070.0, 4058.0, 4069.0, 4070.0, 4069.0, 4081.0, 4070.0, 4070.0, 4082.0, 4080.0, 4070.0, 4082.0, 4059.0, 4081.0, 4071.0, 4069.0, 4070.0, 4079.0, 4068.0, 4068.0, 4077.0, 4068.0, 4069.0, 4066.0, 4067.0, 4057.0, 4045.0, 4067.0, 4056.0, 4055.0, 4057.0, 4056.0, 4056.0, 4057.0, 4066.0, 4068.0, 4057.0, 4055.0, 4068.0, 4057.0, 4068.0, 4069.0, 4067.0, 4068.0, 4070.0, 4069.0, 4081.0, 4069.0, 4070.0, 4080.0, 4071.0, 4094.0, 4073.0, 4095.0, 4095.0, 4071.0, 4072.0, 4072.0, 4069.0, 4080.0, 4069.0, 4077.0, 4067.0, 4079.0, 4076.0, 4066.0, 4067.0, 4054.0, 4056.0, 4056.0, 4054.0, 4055.0, 4054.0, 4055.0, 4056.0, 4065.0, 4066.0, 4067.0, 4056.0, 4068.0, 4057.0, 4067.0, 4069.0, 4068.0, 4069.0, 4070.0, 4078.0, 4080.0, 4070.0, 4067.0, 4069.0, 4069.0, 4057.0, 4069.0, 4058.0, 4056.0, 4068.0, 4046.0, 4057.0, 4068.0, 4066.0, 4067.0, 4068.0, 4077.0, 4068.0, 4069.0, 4057.0, 4080.0, 4068.0, 4070.0, 4082.0, 4069.0, 4081.0, 4083.0, 4090.0, 4081.0, 4082.0, 4069.0, 4083.0, 4070.0, 4069.0, 4070.0, 4080.0, 4081.0, 4072.0, 4093.0, 4084.0, 4092.0, 4082.0, 4083.0, 4070.0, 4081.0, 4081.0, 4070.0, 4082.0, 4078.0, 4079.0, 4079.0, 4067.0, 4068.0, 4077.0, 4066.0, 4056.0, 4073.0, 4053.0, 4065.0, 4042.0, 4054.0, 4052.0, 4052.0, 4042.0, 4051.0, 4051.0, 4042.0, 4061.0, 4052.0, 4032.0, 4030.0, 4052.0, 4032.0, 4040.0, 4053.0, 4043.0, 4053.0, 4054.0, 4044.0, 4066.0, 4056.0, 4055.0, 4066.0, 4057.0, 4076.0, 4067.0, 4057.0, 4044.0, 4068.0, 4057.0, 4056.0, 4068.0, 4046.0, 4067.0, 4048.0, 4080.0, 4071.0, 4094.0, 4085.0, 4082.0, 4081.0, 4082.0, 4080.0, 4080.0, 4070.0, 4058.0, 4070.0, 4068.0, 4068.0, 4069.0, 4046.0, 4069.0, 4070.0, 4082.0, 4082.0, 4082.0, 4081.0, 4083.0, 4104.0, 4057.0, 4057.0, 4076.0, 4053.0, 4054.0, 4063.0, 4041.0, 4043.0, 4041.0, 4052.0, 4053.0, 4041.0, 4052.0, 4055.0, 4063.0, 4055.0, 4055.0, 4043.0, 4066.0, 4045.0, 4055.0, 4067.0, 4046.0, 4066.0, 4081.0, 4058.0, 4068.0, 4070.0, 4057.0, 4070.0, 4072.0, 4069.0, 4072.0, 4073.0, 4070.0, 4083.0, 4082.0, 4070.0, 4082.0, 4071.0, 4069.0, 4081.0, 4070.0, 4069.0, 4070.0, 4059.0, 4070.0, 4081.0, 4079.0, 4080.0, 4072.0, 4090.0, 4081.0, 4072.0, 4068.0, 4080.0, 4070.0, 4069.0, 4070.0, 4070.0, 4069.0, 4081.0, 4070.0, 4070.0, 4071.0, 4090.0, 4070.0, 4071.0, 4089.0, 4068.0, 4080.0, 4088.0, 4067.0, 4069.0, 4065.0, 4066.0, 4067.0, 4065.0, 4055.0, 4056.0, 4054.0, 4066.0, 4044.0, 4066.0, 4057.0, 4055.0, 4066.0, 4067.0, 4067.0, 4069.0, 4070.0, 4068.0, 4069.0, 4079.0, 4067.0, 4079.0, 4059.0, 4068.0, 4070.0, 4070.0, 4080.0, 4070.0, 4068.0, 4070.0, 4071.0, 4080.0, 4082.0, 4070.0, 4081.0, 4082.0, 4081.0, 4081.0, 4070.0, 4068.0, 4070.0, 4069.0, 4069.0, 4070.0, 4079.0, 4068.0, 4070.0, 4068.0, 4081.0, 4069.0, 4068.0, 4069.0, 4078.0, 4069.0, 4069.0, 4056.0, 4067.0, 4067.0, 4067.0, 4067.0, 4086.0, 4068.0, 4066.0, 4065.0, 4067.0, 4066.0, 4067.0, 4058.0, 4056.0, 4067.0, 4057.0, 4065.0, 4066.0, 4065.0, 4066.0, 4057.0, 4055.0, 4066.0, 4057.0, 4067.0, 4069.0, 4077.0, 4068.0, 4068.0, 4056.0, 4068.0, 4067.0, 4065.0, 4056.0, 4075.0, 4055.0, 4055.0, 4074.0, 4054.0, 4044.0, 4063.0, 4055.0, 4044.0, 4053.0, 4065.0, 4043.0, 4066.0, 4067.0, 4065.0, 4068.0, 4058.0, 4057.0, 4079.0, 4058.0, 4069.0, 4070.0, 4069.0, 4081.0, 4083.0, 4083.0, 4082.0, 4071.0, 4080.0, 4083.0, 4071.0, 4081.0, 4083.0, 4091.0, 4082.0, 4084.0, 4071.0, 4082.0, 4092.0, 4081.0, 4082.0, 4080.0, 4068.0, 4068.0, 4078.0, 4068.0, 4069.0, 4077.0, 4069.0, 4070.0, 4057.0, 4070.0, 4059.0, 4083.0, 4085.0, 4071.0, 4082.0, 4084.0, 4083.0, 4095.0, 4083.0, 4082.0, 4083.0, 4081.0, 4071.0, 4082.0, 4069.0, 4070.0, 4078.0, 4068.0, 4058.0, 4087.0, 4067.0, 4067.0, 4053.0, 4055.0, 4063.0, 4055.0, 4054.0, 4068.0, 4079.0, 4075.0, 4055.0, 4065.0, 4042.0, 4054.0, 4043.0, 4041.0, 4043.0, 4052.0, 4054.0, 4044.0, 4042.0, 4054.0, 4043.0, 4054.0, 4056.0, 4055.0, 4067.0, 4057.0, 4055.0, 4068.0, 4056.0, 4056.0, 4057.0, 4076.0, 4055.0, 4057.0, 4064.0, 4055.0, 4065.0, 4043.0, 4054.0, 4043.0, 4042.0, 4044.0, 4057.0, 4067.0, 4070.0, 4071.0, 4083.0, 4094.0, 4083.0, 4071.0, 4082.0, 4070.0, 4070.0, 4070.0, 4078.0, 4068.0, 4059.0, 4077.0, 4069.0, 4057.0, 4066.0, 4057.0, 4076.0, 4057.0, 4058.0, 4057.0, 4068.0, 4067.0, 4068.0, 4058.0, 4056.0, 4068.0, 4067.0, 4067.0, 4058.0, 4066.0, 4057.0, 4056.0, 4056.0, 4056.0, 4076.0, 4057.0, 4067.0, 4069.0, 4058.0, 4081.0, 4070.0, 4083.0, 4094.0, 4088.0, 4068.0, 4068.0, 4044.0, 4055.0, 4054.0, 4054.0, 4055.0, 4053.0, 4054.0, 4056.0, 4056.0, 4068.0, 4069.0, 4082.0, 4082.0, 4070.0, 4070.0, 4069.0, 4069.0, 4070.0, 4079.0, 4070.0, 4070.0, 4069.0, 4069.0, 4069.0, 4069.0, 4070.0, 4082.0, 4083.0, 4095.0, 4096.0, 4093.0, 4073.0, 4073.0, 4070.0, 4081.0, 4071.0, 4068.0, 4070.0, 4080.0, 4068.0, 4069.0, 4077.0, 4056.0, 4058.0, 4076.0, 4056.0, 4058.0, 4055.0, 4067.0, 4056.0, 4070.0, 4070.0, 4069.0, 4070.0, 4070.0, 4067.0, 4068.0, 4068.0, 4058.0, 4059.0, 4076.0, 4058.0, 4071.0, 4067.0, 4068.0, 4068.0, 4069.0, 4082.0, 4080.0, 4081.0, 4071.0, 4069.0, 4071.0, 4079.0, 4068.0, 4059.0, 4067.0, 4071.0, 4069.0, 4068.0, 4058.0, 4067.0, 4058.0, 4068.0, 4068.0, 4058.0, 4055.0, 4057.0, 4056.0, 4055.0, 4056.0, 4074.0, 4054.0, 4065.0, 4042.0, 4043.0, 4063.0, 4042.0, 4043.0, 4061.0, 4041.0, 4042.0, 4051.0, 4053.0, 4054.0, 4054.0, 4066.0, 4056.0, 4069.0, 4082.0, 4084.0, 4073.0, 4070.0, 4070.0, 4067.0, 4057.0, 4058.0, 4076.0, 4056.0, 4056.0, 4074.0, 4055.0, 4056.0, 4054.0, 4056.0, 4045.0, 4055.0, 4057.0, 4066.0, 4069.0, 4069.0, 4067.0, 4071.0, 4069.0, 4071.0, 4071.0, 4079.0, 4070.0, 4069.0, 4068.0, 4068.0, 4070.0, 4069.0, 4071.0, 4079.0, 4069.0, 4069.0, 4068.0, 4069.0, 4069.0, 4067.0, 4067.0, 4067.0, 4057.0, 4068.0, 4077.0, 4068.0, 4058.0, 4066.0, 4069.0, 4059.0, 4067.0, 4069.0, 4058.0, 4067.0, 4070.0, 4059.0, 4069.0, 4070.0, 4069.0, 4068.0, 4069.0, 4077.0, 4069.0, 4059.0, 4067.0, 4069.0, 4058.0, 4056.0, 4069.0, 4057.0, 4057.0, 4070.0, 4058.0, 4070.0, 4071.0, 4070.0, 4082.0, 4072.0, 4082.0, 4084.0, 4092.0, 4081.0, 4072.0, 4090.0, 4070.0, 4081.0], 'WindowWidth': [9182.0, 9164.0, 9109.0, 9105.0, 9077.0, 9090.0, 9070.0, 9071.0, 9072.0, 9080.0, 9084.0, 9053.0, 9065.0, 9067.0, 9077.0, 9063.0, 9052.0, 9041.0, 9060.0, 9047.0, 9043.0, 9063.0, 9044.0, 9061.0, 9047.0, 9030.0, 9063.0, 9046.0, 9062.0, 9065.0, 9062.0, 9068.0, 9056.0, 9050.0, 9069.0, 9053.0, 9067.0, 9070.0, 9052.0, 9069.0, 9072.0, 9079.0, 9073.0, 9075.0, 9054.0, 9091.0, 9072.0, 9071.0, 9075.0, 9054.0, 9094.0, 9081.0, 9074.0, 9090.0, 9074.0, 9092.0, 9096.0, 9057.0, 9093.0, 9079.0, 9077.0, 9093.0, 9087.0, 9073.0, 9076.0, 9072.0, 9090.0, 9086.0, 9088.0, 9090.0, 9070.0, 9075.0, 9084.0, 9066.0, 9070.0, 9078.0, 9064.0, 9066.0, 9060.0, 9062.0, 9057.0, 9044.0, 9046.0, 9055.0, 9058.0, 9042.0, 9038.0, 9042.0, 9039.0, 9056.0, 9028.0, 9040.0, 9047.0, 9042.0, 9060.0, 9048.0, 9028.0, 9044.0, 9043.0, 9044.0, 9047.0, 9056.0, 9043.0, 9046.0, 9065.0, 9039.0, 9042.0, 9021.0, 9040.0, 9023.0, 9035.0, 9040.0, 9036.0, 9041.0, 9044.0, 9025.0, 9045.0, 9028.0, 9044.0, 9048.0, 9043.0, 9058.0, 9048.0, 9045.0, 9065.0, 9050.0, 9067.0, 9069.0, 9063.0, 9070.0, 9073.0, 9066.0, 9072.0, 9053.0, 9067.0, 9071.0, 9080.0, 9069.0, 9072.0, 9053.0, 9073.0, 9055.0, 9071.0, 9074.0, 9071.0, 9091.0, 9074.0, 9073.0, 9093.0, 9088.0, 9076.0, 9092.0, 9059.0, 9089.0, 9076.0, 9070.0, 9073.0, 9082.0, 9065.0, 9066.0, 9077.0, 9066.0, 9068.0, 9061.0, 9064.0, 9050.0, 9031.0, 9064.0, 9049.0, 9044.0, 9049.0, 9046.0, 9049.0, 9050.0, 9061.0, 9065.0, 9052.0, 9046.0, 9068.0, 9052.0, 9067.0, 9071.0, 9065.0, 9069.0, 9074.0, 9070.0, 9088.0, 9071.0, 9075.0, 9088.0, 9078.0, 9114.0, 9085.0, 9116.0, 9119.0, 9078.0, 9079.0, 9079.0, 9069.0, 9085.0, 9071.0, 9079.0, 9064.0, 9083.0, 9074.0, 9060.0, 9063.0, 9042.0, 9046.0, 9046.0, 9041.0, 9044.0, 9041.0, 9044.0, 9048.0, 9058.0, 9062.0, 9065.0, 9049.0, 9067.0, 9052.0, 9065.0, 9072.0, 9067.0, 9071.0, 9075.0, 9082.0, 9085.0, 9073.0, 9065.0, 9070.0, 9070.0, 9050.0, 9069.0, 9053.0, 9046.0, 9068.0, 9036.0, 9050.0, 9068.0, 9061.0, 9063.0, 9067.0, 9077.0, 9069.0, 9071.0, 9053.0, 9086.0, 9069.0, 9076.0, 9092.0, 9072.0, 9092.0, 9096.0, 9100.0, 9092.0, 9095.0, 9072.0, 9096.0, 9075.0, 9070.0, 9075.0, 9087.0, 9092.0, 9081.0, 9110.0, 9100.0, 9109.0, 9093.0, 9098.0, 9073.0, 9090.0, 9090.0, 9074.0, 9091.0, 9081.0, 9082.0, 9085.0, 9066.0, 9068.0, 9077.0, 9059.0, 9048.0, 9066.0, 9039.0, 9056.0, 9021.0, 9040.0, 9035.0, 9034.0, 9023.0, 9031.0, 9032.0, 9022.0, 9045.0, 9036.0, 9010.0, 9004.0, 9036.0, 9009.0, 9017.0, 9037.0, 9025.0, 9039.0, 9043.0, 9029.0, 9060.0, 9049.0, 9044.0, 9064.0, 9052.0, 9073.0, 9064.0, 9052.0, 9030.0, 9067.0, 9051.0, 9048.0, 9067.0, 9036.0, 9065.0, 9042.0, 9089.0, 9078.0, 9114.0, 9102.0, 9094.0, 9091.0, 9093.0, 9085.0, 9087.0, 9074.0, 9055.0, 9071.0, 9068.0, 9068.0, 9068.0, 9035.0, 9070.0, 9076.0, 9092.0, 9095.0, 9094.0, 9091.0, 9095.0, 9128.0, 9051.0, 9050.0, 9075.0, 9037.0, 9039.0, 9051.0, 9019.0, 9022.0, 9018.0, 9035.0, 9037.0, 9019.0, 9036.0, 9042.0, 9050.0, 9043.0, 9044.0, 9026.0, 9060.0, 9033.0, 9044.0, 9062.0, 9033.0, 9061.0, 9090.0, 9054.0, 9069.0, 9074.0, 9053.0, 9075.0, 9082.0, 9073.0, 9081.0, 9083.0, 9075.0, 9095.0, 9095.0, 9074.0, 9092.0, 9077.0, 9070.0, 9089.0, 9073.0, 9070.0, 9075.0, 9059.0, 9074.0, 9091.0, 9085.0, 9088.0, 9079.0, 9099.0, 9091.0, 9079.0, 9068.0, 9086.0, 9073.0, 9070.0, 9074.0, 9076.0, 9072.0, 9091.0, 9073.0, 9076.0, 9078.0, 9100.0, 9075.0, 9077.0, 9096.0, 9067.0, 9085.0, 9093.0, 9065.0, 9069.0, 9058.0, 9061.0, 9063.0, 9058.0, 9045.0, 9048.0, 9042.0, 9060.0, 9028.0, 9062.0, 9050.0, 9047.0, 9062.0, 9066.0, 9067.0, 9073.0, 9073.0, 9067.0, 9072.0, 9086.0, 9065.0, 9083.0, 9057.0, 9069.0, 9076.0, 9074.0, 9088.0, 9075.0, 9070.0, 9075.0, 9076.0, 9088.0, 9092.0, 9073.0, 9093.0, 9095.0, 9090.0, 9091.0, 9075.0, 9069.0, 9074.0, 9072.0, 9072.0, 9075.0, 9083.0, 9069.0, 9074.0, 9069.0, 9089.0, 9072.0, 9068.0, 9070.0, 9082.0, 9071.0, 9072.0, 9048.0, 9066.0, 9064.0, 9065.0, 9066.0, 9089.0, 9069.0, 9063.0, 9059.0, 9064.0, 9061.0, 9066.0, 9054.0, 9051.0, 9066.0, 9051.0, 9057.0, 9061.0, 9058.0, 9063.0, 9050.0, 9045.0, 9064.0, 9051.0, 9066.0, 9072.0, 9080.0, 9067.0, 9069.0, 9050.0, 9066.0, 9064.0, 9059.0, 9049.0, 9072.0, 9044.0, 9046.0, 9068.0, 9040.0, 9029.0, 9053.0, 9044.0, 9030.0, 9038.0, 9059.0, 9028.0, 9062.0, 9065.0, 9059.0, 9069.0, 9056.0, 9051.0, 9085.0, 9054.0, 9072.0, 9075.0, 9071.0, 9090.0, 9097.0, 9098.0, 9093.0, 9078.0, 9088.0, 9096.0, 9078.0, 9093.0, 9096.0, 9106.0, 9095.0, 9101.0, 9078.0, 9095.0, 9109.0, 9093.0, 9093.0, 9089.0, 9069.0, 9070.0, 9081.0, 9067.0, 9070.0, 9078.0, 9070.0, 9072.0, 9053.0, 9076.0, 9059.0, 9098.0, 9102.0, 9077.0, 9097.0, 9099.0, 9096.0, 9117.0, 9097.0, 9095.0, 9098.0, 9089.0, 9077.0, 9092.0, 9070.0, 9072.0, 9080.0, 9065.0, 9054.0, 9089.0, 9062.0, 9063.0, 9037.0, 9044.0, 9055.0, 9045.0, 9043.0, 9066.0, 9083.0, 9071.0, 9043.0, 9058.0, 9021.0, 9039.0, 9024.0, 9020.0, 9024.0, 9036.0, 9040.0, 9027.0, 9023.0, 9042.0, 9026.0, 9042.0, 9048.0, 9045.0, 9063.0, 9051.0, 9045.0, 9066.0, 9049.0, 9047.0, 9051.0, 9073.0, 9044.0, 9050.0, 9053.0, 9043.0, 9058.0, 9024.0, 9041.0, 9026.0, 9023.0, 9027.0, 9052.0, 9067.0, 9076.0, 9077.0, 9099.0, 9115.0, 9099.0, 9077.0, 9093.0, 9075.0, 9072.0, 9073.0, 9081.0, 9066.0, 9057.0, 9076.0, 9068.0, 9052.0, 9061.0, 9051.0, 9075.0, 9051.0, 9054.0, 9049.0, 9067.0, 9065.0, 9067.0, 9055.0, 9048.0, 9067.0, 9062.0, 9062.0, 9054.0, 9059.0, 9050.0, 9048.0, 9046.0, 9048.0, 9073.0, 9050.0, 9064.0, 9070.0, 9056.0, 9089.0, 9076.0, 9095.0, 9114.0, 9095.0, 9066.0, 9065.0, 9026.0, 9044.0, 9041.0, 9041.0, 9044.0, 9039.0, 9042.0, 9046.0, 9047.0, 9066.0, 9073.0, 9094.0, 9093.0, 9073.0, 9076.0, 9071.0, 9070.0, 9073.0, 9084.0, 9073.0, 9074.0, 9071.0, 9073.0, 9071.0, 9071.0, 9074.0, 9094.0, 9098.0, 9118.0, 9119.0, 9111.0, 9082.0, 9081.0, 9073.0, 9089.0, 9075.0, 9066.0, 9073.0, 9086.0, 9064.0, 9068.0, 9076.0, 9048.0, 9055.0, 9075.0, 9049.0, 9053.0, 9045.0, 9062.0, 9047.0, 9074.0, 9075.0, 9070.0, 9075.0, 9073.0, 9066.0, 9069.0, 9067.0, 9054.0, 9055.0, 9075.0, 9053.0, 9076.0, 9063.0, 9067.0, 9067.0, 9070.0, 9092.0, 9086.0, 9088.0, 9078.0, 9070.0, 9075.0, 9084.0, 9068.0, 9057.0, 9065.0, 9075.0, 9068.0, 9066.0, 9053.0, 9063.0, 9052.0, 9065.0, 9065.0, 9053.0, 9045.0, 9048.0, 9046.0, 9044.0, 9045.0, 9067.0, 9039.0, 9055.0, 9021.0, 9025.0, 9049.0, 9020.0, 9022.0, 9045.0, 9019.0, 9021.0, 9029.0, 9036.0, 9039.0, 9039.0, 9059.0, 9050.0, 9071.0, 9092.0, 9098.0, 9082.0, 9072.0, 9070.0, 9062.0, 9050.0, 9053.0, 9075.0, 9046.0, 9047.0, 9066.0, 9043.0, 9046.0, 9039.0, 9046.0, 9030.0, 9044.0, 9049.0, 9061.0, 9069.0, 9070.0, 9066.0, 9075.0, 9071.0, 9078.0, 9075.0, 9083.0, 9072.0, 9071.0, 9067.0, 9069.0, 9073.0, 9070.0, 9074.0, 9081.0, 9069.0, 9071.0, 9066.0, 9070.0, 9068.0, 9063.0, 9065.0, 9063.0, 9051.0, 9067.0, 9078.0, 9066.0, 9054.0, 9062.0, 9069.0, 9056.0, 9064.0, 9071.0, 9056.0, 9064.0, 9073.0, 9057.0, 9070.0, 9073.0, 9068.0, 9066.0, 9069.0, 9078.0, 9068.0, 9057.0, 9063.0, 9068.0, 9055.0, 9047.0, 9068.0, 9052.0, 9052.0, 9074.0, 9055.0, 9074.0, 9077.0, 9073.0, 9093.0, 9080.0, 9093.0, 9099.0, 9104.0, 9091.0, 9079.0, 9100.0, 9072.0, 9090.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.0001402073732718894</td></tr>
<tr><td colspan=3>aqi</td><td>0.023178367396313362</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.037322690149956</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.160459446828142</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9777520892041514</td></tr>
<tr><td colspan=3>efc</td><td>0.4846</td></tr>
<tr><td colspan=3>fber</td><td>4634.9517</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08628436623898095</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.225806451612903</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5668782377593797</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.518603849042714</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.800512387776036</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.381518476459389</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139415</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023634424433112144</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022781657055020332</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8625942035013514</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>26.5838</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7215</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.8066</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299654.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>886.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.9857</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4842</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.5237</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3272.9935</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3485.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.2375</td></tr>
<tr><td colspan=3>tsnr</td><td>41.5589226053562</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>