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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0015/ses-01/func/sub-0015_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c97ea3e1fc7dd1c75127fb3a30a91c97</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:16:37.187500</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.997626, 0.0676043, 0.0131461, -0.0683612, 0.995212, 0.069853]</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_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105804</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7781, -7174, 565, -33, -216, -86, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.157</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d0d7872a-5fee-48b4-8a3b-61041be5411a||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.6765565872192383, -0.18340805172920227, 0.022574180737137794, 117.70127868652344], [-0.18137726187705994, 2.670081615447998, 0.19058163464069366, -87.66722869873047], [0.03527004271745682, -0.1874103993177414, 2.6931707859039307, -47.477108001708984], [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': ['151637.187500', '151637.647500', '151638.107500', '151638.567500', '151639.027500', '151639.487500', '151639.947500', '151640.407500', '151640.867500', '151641.327500', '151641.787500', '151642.247500', '151642.707500', '151643.167500', '151643.627500', '151644.087500', '151644.547500', '151645.007500', '151645.467500', '151645.927500', '151646.387500', '151646.847500', '151647.307500', '151647.767500', '151648.227500', '151648.687500', '151649.147500', '151649.607500', '151650.067500', '151650.527500', '151650.987500', '151651.447500', '151651.907500', '151652.367500', '151652.827500', '151653.287500', '151653.747500', '151654.207500', '151654.667500', '151655.127500', '151655.587500', '151656.047500', '151656.507500', '151656.967500', '151657.427500', '151657.887500', '151658.347500', '151658.807500', '151659.267500', '151659.727500', '151700.187500', '151700.647500', '151701.107500', '151701.567500', '151702.027500', '151702.487500', '151702.947500', '151703.407500', '151703.867500', '151704.327500', '151704.787500', '151705.247500', '151705.707500', '151706.167500', '151706.627500', '151707.087500', '151707.547500', '151708.007500', '151708.467500', '151708.927500', '151709.387500', '151709.847500', '151710.307500', '151710.767500', '151711.227500', '151711.687500', '151712.147500', '151712.607500', '151713.067500', '151713.527500', '151713.987500', '151714.447500', '151714.907500', '151715.367500', '151715.827500', '151716.287500', '151716.747500', '151717.207500', '151717.667500', '151718.127500', '151718.587500', '151719.047500', '151719.507500', '151719.967500', '151720.427500', '151720.887500', '151721.347500', '151721.807500', '151722.267500', '151722.727500', '151723.187500', '151723.647500', '151724.107500', '151724.567500', '151725.027500', '151725.487500', '151725.947500', '151726.407500', '151726.867500', '151727.327500', '151727.787500', '151728.247500', '151728.707500', '151729.167500', '151729.627500', '151730.087500', '151730.547500', '151731.007500', '151731.467500', '151731.927500', '151732.387500', '151732.847500', '151733.307500', '151733.767500', '151734.227500', '151734.687500', '151735.147500', '151735.607500', '151736.067500', '151736.527500', '151736.987500', '151737.447500', '151737.907500', '151738.367500', '151738.827500', '151739.287500', '151739.747500', '151740.207500', '151740.667500', '151741.127500', '151741.587500', '151742.047500', '151742.507500', '151742.967500', '151743.427500', '151743.887500', '151744.347500', '151744.807500', '151745.267500', '151745.727500', '151746.187500', '151746.647500', '151747.107500', '151747.567500', '151748.027500', '151748.487500', '151748.947500', '151749.407500', '151749.867500', '151750.327500', '151750.787500', '151751.247500', '151751.707500', '151752.167500', '151752.627500', '151753.087500', '151753.547500', '151754.007500', '151754.467500', '151754.927500', '151755.387500', '151755.847500', '151756.307500', '151756.767500', '151757.227500', '151757.687500', '151758.147500', '151758.607500', '151759.067500', '151759.527500', '151759.987500', '151800.447500', '151800.907500', '151801.367500', '151801.827500', '151802.287500', '151802.747500', '151803.207500', '151803.667500', '151804.127500', '151804.587500', '151805.047500', '151805.507500', '151805.967500', '151806.427500', '151806.887500', '151807.347500', '151807.807500', '151808.267500', '151808.727500', '151809.187500', '151809.647500', '151810.107500', '151810.567500', '151811.027500', '151811.487500', '151811.947500', '151812.407500', '151812.867500', '151813.327500', '151813.787500', '151814.247500', '151814.707500', '151815.167500', '151815.627500', '151816.087500', '151816.547500', '151817.007500', '151817.467500', '151817.927500', '151818.387500', '151818.847500', '151819.307500', '151819.767500', '151820.227500', '151820.687500', '151821.147500', '151821.607500', '151822.067500', '151822.527500', '151822.987500', '151823.447500', '151823.907500', '151824.367500', '151824.827500', '151825.287500', '151825.747500', '151826.207500', '151826.667500', '151827.127500', '151827.587500', '151828.047500', '151828.507500', '151828.967500', '151829.427500', '151829.887500', '151830.347500', '151830.807500', '151831.267500', '151831.727500', '151832.187500', '151832.647500', '151833.107500', '151833.567500', '151834.027500', '151834.487500', '151834.947500', '151835.407500', '151835.867500', '151836.327500', '151836.787500', '151837.247500', '151837.707500', '151838.167500', '151838.627500', '151839.087500', '151839.547500', '151840.007500', '151840.467500', '151840.927500', '151841.387500', '151841.847500', '151842.307500', '151842.767500', '151843.227500', '151843.687500', '151844.147500', '151844.607500', '151845.067500', '151845.527500', '151845.987500', '151846.447500', '151846.907500', '151847.367500', '151847.827500', '151848.287500', '151848.747500', '151849.207500', '151849.667500', '151850.127500', '151850.587500', '151851.047500', '151851.507500', '151851.967500', '151852.427500', '151852.887500', '151853.347500', '151853.807500', '151854.267500', '151854.727500', '151855.187500', '151855.647500', '151856.107500', '151856.567500', '151857.027500', '151857.487500', '151857.947500', '151858.407500', '151858.867500', '151859.327500', '151859.787500', '151900.247500', '151900.707500', '151901.167500', '151901.627500', '151902.087500', '151902.547500', '151903.007500', '151903.467500', '151903.927500', '151904.387500', '151904.847500', '151905.307500', '151905.767500', '151906.227500', '151906.687500', '151907.147500', '151907.607500', '151908.067500', '151908.527500', '151908.987500', '151909.447500', '151909.907500', '151910.367500', '151910.827500', '151911.287500', '151911.747500', '151912.207500', '151912.667500', '151913.127500', '151913.587500', '151914.047500', '151914.507500', '151914.967500', '151915.427500', '151915.887500', '151916.347500', '151916.807500', '151917.267500', '151917.727500', '151918.187500', '151918.647500', '151919.107500', '151919.567500', '151920.027500', '151920.487500', '151920.947500', '151921.407500', '151921.867500', '151922.327500', '151922.787500', '151923.247500', '151923.707500', '151924.167500', '151924.627500', '151925.087500', '151925.547500', '151926.007500', '151926.467500', '151926.927500', '151927.387500', '151927.847500', '151928.307500', '151928.767500', '151929.227500', '151929.687500', '151930.147500', '151930.607500', '151931.067500', '151931.527500', '151931.987500', '151932.447500', '151932.907500', '151933.367500', '151933.827500', '151934.287500', '151934.747500', '151935.207500', '151935.667500', '151936.127500', '151936.587500', '151937.047500', '151937.507500', '151937.967500', '151938.427500', '151938.887500', '151939.347500', '151939.807500', '151940.267500', '151940.727500', '151941.187500', '151941.647500', '151942.107500', '151942.567500', '151943.027500', '151943.487500', '151943.947500', '151944.407500', '151944.867500', '151945.327500', '151945.787500', '151946.247500', '151946.707500', '151947.167500', '151947.627500', '151948.087500', '151948.547500', '151949.007500', '151949.467500', '151949.927500', '151950.387500', '151950.847500', '151951.307500', '151951.767500', '151952.227500', '151952.687500', '151953.147500', '151953.607500', '151954.067500', '151954.527500', '151954.987500', '151955.447500', '151955.907500', '151956.367500', '151956.827500', '151957.287500', '151957.747500', '151958.207500', '151958.667500', '151959.127500', '151959.587500', '152000.047500', '152000.507500', '152000.967500', '152001.427500', '152001.887500', '152002.347500', '152002.807500', '152003.267500', '152003.727500', '152004.187500', '152004.647500', '152005.107500', '152005.567500', '152006.027500', '152006.487500', '152006.947500', '152007.407500', '152007.867500', '152008.327500', '152008.787500', '152009.247500', '152009.707500', '152010.167500', '152010.627500', '152011.087500', '152011.547500', '152012.007500', '152012.467500', '152012.927500', '152013.387500', '152013.847500', '152014.307500', '152014.767500', '152015.227500', '152015.687500', '152016.147500', '152016.607500', '152017.067500', '152017.527500', '152017.987500', '152018.447500', '152018.907500', '152019.367500', '152019.827500', '152020.287500', '152020.747500', '152021.207500', '152021.667500', '152022.127500', '152022.587500', '152023.047500', '152023.507500', '152023.967500', '152024.427500', '152024.887500', '152025.347500', '152025.807500', '152026.267500', '152026.727500', '152027.187500', '152027.647500', '152028.107500', '152028.567500', '152029.027500', '152029.487500', '152029.947500', '152030.407500', '152030.867500', '152031.327500', '152031.787500', '152032.247500', '152032.707500', '152033.167500', '152033.627500', '152034.087500', '152034.547500', '152035.007500', '152035.467500', '152035.927500', '152036.387500', '152036.847500', '152037.307500', '152037.767500', '152038.227500', '152038.687500', '152039.147500', '152039.607500', '152040.067500', '152040.527500', '152040.987500', '152041.447500', '152041.907500', '152042.367500', '152042.827500', '152043.287500', '152043.747500', '152044.207500', '152044.667500', '152045.127500', '152045.587500', '152046.047500', '152046.507500', '152046.967500', '152047.427500', '152047.887500', '152048.347500', '152048.807500', '152049.267500', '152049.727500', '152050.187500', '152050.647500', '152051.107500', '152051.567500', '152052.027500', '152052.487500', '152052.947500', '152053.407500', '152053.867500', '152054.327500', '152054.787500', '152055.247500', '152055.707500', '152056.167500', '152056.627500', '152057.087500', '152057.547500', '152058.007500', '152058.467500', '152058.927500', '152059.387500', '152059.847500', '152100.307500', '152100.767500', '152101.227500', '152101.687500', '152102.147500', '152102.607500', '152103.067500', '152103.527500', '152103.987500', '152104.447500', '152104.907500', '152105.367500', '152105.827500', '152106.287500', '152106.747500', '152107.207500', '152107.667500', '152108.127500', '152108.587500', '152109.047500', '152109.507500', '152109.967500', '152110.427500', '152110.887500', '152111.347500', '152111.807500', '152112.267500', '152112.727500', '152113.187500', '152113.647500', '152114.107500', '152114.567500', '152115.027500', '152115.487500', '152115.947500', '152116.407500', '152116.867500', '152117.327500', '152117.787500', '152118.247500', '152118.707500', '152119.167500', '152119.627500', '152120.087500', '152120.547500', '152121.007500', '152121.467500', '152121.927500', '152122.387500', '152122.847500', '152123.307500', '152123.767500', '152124.227500', '152124.687500', '152125.147500', '152125.607500', '152126.067500', '152126.527500', '152126.987500', '152127.447500', '152127.907500', '152128.367500', '152128.827500', '152129.287500', '152129.747500', '152130.207500', '152130.667500', '152131.127500', '152131.587500', '152132.047500', '152132.507500', '152132.967500', '152133.427500', '152133.887500', '152134.347500', '152134.807500', '152135.267500', '152135.727500', '152136.187500', '152136.647500', '152137.107500', '152137.567500', '152138.027500', '152138.487500', '152138.947500', '152139.407500', '152139.867500', '152140.327500', '152140.787500', '152141.247500', '152141.707500', '152142.167500', '152142.627500', '152143.087500', '152143.547500', '152144.007500', '152144.467500', '152144.927500', '152145.387500', '152145.847500', '152146.307500', '152146.767500', '152147.227500', '152147.687500', '152148.147500', '152148.607500', '152149.067500', '152149.527500', '152149.987500', '152150.447500', '152150.907500', '152151.367500', '152151.827500', '152152.287500', '152152.747500', '152153.207500', '152153.667500', '152154.127500', '152154.587500', '152155.047500', '152155.507500', '152155.967500', '152156.427500', '152156.887500', '152157.347500', '152157.807500', '152158.267500', '152158.727500', '152159.187500', '152159.647500', '152200.107500', '152200.567500', '152201.027500', '152201.487500', '152201.947500', '152202.407500', '152202.867500', '152203.327500', '152203.787500', '152204.247500', '152204.707500', '152205.167500', '152205.627500', '152206.087500', '152206.547500', '152207.007500', '152207.467500', '152207.927500', '152208.387500', '152208.847500', '152209.307500', '152209.767500', '152210.227500', '152210.687500', '152211.147500', '152211.607500', '152212.067500', '152212.527500', '152212.987500', '152213.447500', '152213.907500', '152214.367500', '152214.827500', '152215.287500', '152215.747500', '152216.207500', '152216.667500', '152217.127500', '152217.587500', '152218.047500', '152218.507500', '152218.967500', '152219.427500', '152219.887500', '152220.347500', '152220.807500', '152221.267500', '152221.727500', '152222.187500', '152222.647500', '152223.107500', '152223.567500', '152224.027500', '152224.487500', '152224.947500', '152225.407500', '152225.867500', '152226.327500', '152226.787500', '152227.247500', '152227.707500', '152228.167500', '152228.627500', '152229.087500', '152229.547500', '152230.007500', '152230.467500', '152230.927500', '152231.387500', '152231.847500', '152232.307500', '152232.767500', '152233.227500', '152233.687500', '152234.147500', '152234.607500', '152235.067500', '152235.527500', '152235.987500', '152236.447500', '152236.907500', '152237.367500', '152237.827500', '152238.287500', '152238.747500', '152239.207500', '152239.667500', '152240.127500', '152240.587500', '152241.047500', '152241.507500', '152241.967500', '152242.427500', '152242.887500', '152243.347500', '152243.807500', '152244.267500', '152244.727500', '152245.187500', '152245.647500', '152246.107500', '152246.567500', '152247.027500', '152247.487500', '152247.947500', '152248.407500', '152248.867500', '152249.327500', '152249.787500', '152250.247500', '152250.707500', '152251.167500', '152251.627500', '152252.087500', '152252.547500', '152253.007500', '152253.467500', '152253.927500', '152254.387500', '152254.847500', '152255.307500', '152255.767500', '152256.227500', '152256.687500', '152257.147500', '152257.607500', '152258.067500', '152258.527500', '152258.987500', '152259.447500', '152259.907500', '152300.367500', '152300.827500', '152301.287500', '152301.747500', '152302.207500', '152302.667500', '152303.127500', '152303.587500', '152304.047500', '152304.507500', '152304.967500', '152305.427500', '152305.887500', '152306.347500', '152306.807500', '152307.267500', '152307.727500', '152308.187500', '152308.647500', '152309.107500', '152309.567500', '152310.027500', '152310.487500', '152310.947500', '152311.407500', '152311.867500', '152312.327500', '152312.787500', '152313.247500', '152313.707500', '152314.167500', '152314.627500', '152315.087500', '152315.547500', '152316.007500', '152316.467500', '152316.927500', '152317.387500', '152317.847500'], 'ContentTime': ['151653.752000', '151653.756000', '151653.759000', '151653.761000', '151653.764000', '151653.767000', '151653.770000', '151653.773000', '151653.776000', '151653.779000', '151653.782000', '151653.784000', '151653.787000', '151653.796000', '151653.799000', '151653.802000', '151653.805000', '151653.808000', '151653.810000', '151653.813000', '151653.816000', '151653.819000', '151653.822000', '151653.825000', '151653.828000', '151653.830000', '151653.833000', '151653.836000', '151653.839000', '151653.842000', '151653.845000', '151653.849000', '151653.852000', '151653.855000', '151713.711000', '151713.714000', '151713.717000', '151713.719000', '151713.722000', '151713.725000', '151713.728000', '151713.731000', '151713.734000', '151713.736000', '151713.739000', '151713.742000', '151713.745000', '151713.748000', '151713.751000', '151713.754000', '151713.757000', '151713.759000', '151713.762000', '151713.765000', '151713.768000', '151713.771000', '151713.774000', '151713.777000', '151713.780000', '151713.782000', '151713.785000', '151713.788000', '151713.791000', '151713.794000', '151713.797000', '151713.799000', '151713.804000', '151713.809000', '151713.812000', '151713.815000', '151713.817000', '151713.820000', '151713.823000', '151713.826000', '151713.829000', '151713.832000', '151713.834000', '151733.712000', '151733.715000', '151733.717000', '151733.720000', '151733.723000', '151733.726000', '151733.729000', '151733.732000', '151733.734000', '151733.737000', '151733.740000', '151733.743000', '151733.752000', '151733.755000', '151733.757000', '151733.760000', '151733.763000', '151733.766000', '151733.769000', '151733.772000', '151733.775000', '151733.778000', '151733.781000', '151733.783000', '151733.786000', '151733.789000', '151733.792000', '151733.795000', '151733.798000', '151733.800000', '151733.803000', '151733.806000', '151733.809000', '151733.812000', '151733.815000', '151733.817000', '151733.820000', '151733.823000', '151733.826000', '151733.829000', '151733.832000', '151733.835000', '151733.837000', '151733.840000', '151753.711000', '151753.714000', '151753.717000', '151753.719000', '151753.722000', '151753.725000', '151753.728000', '151753.731000', '151753.734000', '151753.737000', '151753.740000', '151753.742000', '151753.745000', '151753.748000', '151753.751000', '151753.754000', '151753.757000', '151753.760000', '151753.763000', '151753.768000', '151753.771000', '151753.773000', '151753.776000', '151753.779000', '151753.782000', '151753.785000', '151753.788000', '151753.791000', '151753.794000', '151753.797000', '151753.800000', '151753.802000', '151753.805000', '151753.808000', '151753.811000', '151753.814000', '151753.817000', '151753.820000', '151753.823000', '151753.825000', '151753.828000', '151753.831000', '151753.836000', '151813.711000', '151813.714000', '151813.717000', '151813.719000', '151813.722000', '151813.725000', '151813.728000', '151813.731000', '151813.734000', '151813.737000', '151813.740000', '151813.743000', '151813.746000', '151813.748000', '151813.751000', '151813.754000', '151813.757000', '151813.760000', '151813.763000', '151813.771000', '151813.774000', '151813.777000', '151813.780000', '151813.783000', '151813.785000', '151813.788000', '151813.791000', '151813.794000', '151813.797000', '151813.800000', '151813.803000', '151813.806000', '151813.808000', '151813.811000', '151813.814000', '151813.817000', '151813.820000', '151813.823000', '151813.826000', '151813.829000', '151813.832000', '151813.835000', '151813.837000', '151813.840000', '151833.711000', '151833.714000', '151833.717000', '151833.730000', '151833.733000', '151833.736000', '151833.739000', '151833.741000', '151833.744000', '151833.747000', '151833.750000', '151833.753000', '151833.756000', '151833.759000', '151833.762000', '151833.765000', '151833.767000', '151833.770000', '151833.773000', '151833.776000', '151833.779000', '151833.782000', '151833.785000', '151833.788000', '151833.791000', '151833.794000', '151833.796000', '151833.799000', '151833.802000', '151833.805000', '151833.808000', '151833.811000', '151833.814000', '151833.816000', '151833.819000', '151833.822000', '151833.825000', '151833.828000', '151833.831000', '151833.834000', '151833.836000', '151833.841000', '151833.846000', '151853.711000', '151853.714000', '151853.717000', '151853.720000', '151853.723000', '151853.725000', '151853.729000', '151853.731000', '151853.734000', '151853.737000', '151853.740000', '151853.743000', '151853.746000', '151853.749000', '151853.752000', '151853.755000', '151853.758000', '151853.761000', '151853.764000', '151853.767000', '151853.769000', '151853.772000', '151853.775000', '151853.778000', '151853.781000', '151853.784000', '151853.787000', '151853.790000', '151853.793000', '151853.795000', '151853.798000', '151853.801000', '151853.804000', '151853.807000', '151853.810000', '151853.813000', '151853.816000', '151853.818000', '151853.821000', '151853.824000', '151853.827000', '151853.830000', '151853.833000', '151853.836000', '151913.711000', '151913.714000', '151913.717000', '151913.720000', '151913.723000', '151913.725000', '151913.728000', '151913.731000', '151913.734000', '151913.737000', '151913.740000', '151913.742000', '151913.745000', '151913.748000', '151913.751000', '151913.754000', '151913.757000', '151913.760000', '151913.763000', '151913.766000', '151913.769000', '151913.772000', '151913.774000', '151913.777000', '151913.780000', '151913.783000', '151913.786000', '151913.789000', '151913.792000', '151913.795000', '151913.798000', '151913.800000', '151913.805000', '151913.808000', '151913.811000', '151913.814000', '151913.817000', '151913.820000', '151913.823000', '151913.825000', '151913.828000', '151913.831000', '151913.834000', '151933.711000', '151933.714000', '151933.717000', '151933.720000', '151933.722000', '151933.725000', '151933.728000', '151933.731000', '151933.734000', '151933.737000', '151933.739000', '151933.742000', '151933.745000', '151933.748000', '151933.751000', '151933.754000', '151933.757000', '151933.760000', '151933.763000', '151933.766000', '151933.769000', '151933.772000', '151933.775000', '151933.778000', '151933.781000', '151933.784000', '151933.787000', '151933.790000', '151933.792000', '151933.795000', '151933.798000', '151933.801000', '151933.804000', '151933.807000', '151933.810000', '151933.813000', '151933.815000', '151933.818000', '151933.821000', '151933.824000', '151933.827000', '151933.830000', '151933.833000', '151933.835000', '151953.712000', '151953.715000', '151953.718000', '151953.721000', '151953.723000', '151953.726000', '151953.729000', '151953.732000', '151953.735000', '151953.738000', '151953.740000', '151953.743000', '151953.746000', '151953.749000', '151953.752000', '151953.755000', '151953.758000', '151953.761000', '151953.764000', '151953.767000', '151953.770000', '151953.773000', '151953.776000', '151953.779000', '151953.782000', '151953.785000', '151953.787000', '151953.790000', '151953.793000', '151953.796000', '151953.799000', '151953.802000', '151953.805000', '151953.808000', '151953.811000', '151953.814000', '151953.816000', '151953.819000', '151953.822000', '151953.825000', '151953.828000', '151953.831000', '151953.833000', '152013.711000', '152013.714000', '152013.717000', '152013.719000', '152013.722000', '152013.725000', '152013.728000', '152013.731000', '152013.734000', '152013.737000', '152013.740000', '152013.742000', '152013.745000', '152013.748000', '152013.751000', '152013.754000', '152013.764000', '152013.767000', '152013.770000', '152013.773000', '152013.776000', '152013.779000', '152013.782000', '152013.784000', '152013.787000', '152013.790000', '152013.793000', '152013.796000', '152013.799000', '152013.802000', '152013.805000', '152013.807000', '152013.810000', '152013.813000', '152013.816000', '152013.819000', '152013.822000', '152013.825000', '152013.827000', '152013.830000', '152013.833000', '152013.836000', '152013.839000', '152013.842000', '152033.711000', '152033.714000', '152033.717000', '152033.720000', '152033.722000', '152033.725000', '152033.728000', '152033.731000', '152033.734000', '152033.737000', '152033.740000', '152033.743000', '152033.746000', '152033.748000', '152033.751000', '152033.754000', '152033.757000', '152033.760000', '152033.763000', '152033.766000', '152033.769000', '152033.771000', '152033.774000', '152033.777000', '152033.780000', '152033.783000', '152033.786000', '152033.789000', '152033.792000', '152033.794000', '152033.797000', '152033.800000', '152033.803000', '152033.806000', '152033.809000', '152033.812000', '152033.815000', '152033.817000', '152033.820000', '152033.823000', '152033.826000', '152033.829000', '152033.832000', '152053.711000', '152053.714000', '152053.717000', '152053.720000', '152053.722000', '152053.725000', '152053.728000', '152053.731000', '152053.734000', '152053.737000', '152053.740000', '152053.743000', '152053.746000', '152053.749000', '152053.752000', '152053.755000', '152053.757000', '152053.760000', '152053.763000', '152053.766000', '152053.769000', '152053.772000', '152053.775000', '152053.778000', '152053.781000', '152053.783000', '152053.786000', '152053.789000', '152053.792000', '152053.795000', '152053.798000', '152053.801000', '152053.804000', '152053.807000', '152053.810000', '152053.813000', '152053.816000', '152053.819000', '152053.821000', '152053.824000', '152053.827000', '152053.830000', '152053.833000', '152053.836000', '152113.711000', '152113.714000', '152113.717000', '152113.720000', '152113.723000', '152113.726000', '152113.728000', '152113.731000', '152113.734000', '152113.737000', '152113.740000', '152113.743000', '152113.746000', '152113.749000', '152113.752000', '152113.754000', '152113.757000', '152113.760000', '152113.763000', '152113.766000', '152113.769000', '152113.772000', '152113.775000', '152113.778000', '152113.781000', '152113.784000', '152113.786000', '152113.789000', '152113.792000', '152113.795000', '152113.798000', '152113.801000', '152113.804000', '152113.807000', '152113.809000', '152113.812000', '152113.815000', '152113.818000', '152113.821000', '152113.824000', '152113.827000', '152113.830000', '152113.833000', '152133.714000', '152133.717000', '152133.720000', '152133.723000', '152133.726000', '152133.729000', '152133.732000', '152133.734000', '152133.737000', '152133.740000', '152133.743000', '152133.746000', '152133.749000', '152133.752000', '152133.755000', '152133.758000', '152133.760000', '152133.763000', '152133.766000', '152133.769000', '152133.772000', '152133.775000', '152133.778000', '152133.781000', '152133.797000', '152133.799000', '152133.803000', '152133.805000', '152133.808000', '152133.811000', '152133.814000', '152133.817000', '152133.820000', '152133.823000', '152133.826000', '152133.829000', '152133.832000', '152133.834000', '152133.838000', '152133.840000', '152133.843000', '152133.846000', '152133.849000', '152153.711000', '152153.714000', '152153.717000', '152153.720000', '152153.722000', '152153.725000', '152153.728000', '152153.731000', '152153.734000', '152153.737000', '152153.740000', '152153.743000', '152153.745000', '152153.757000', '152153.760000', '152153.763000', '152153.765000', '152153.769000', '152153.771000', '152153.774000', '152153.777000', '152153.780000', '152153.783000', '152153.786000', '152153.789000', '152153.792000', '152153.795000', '152153.797000', '152153.800000', '152153.803000', '152153.806000', '152153.809000', '152153.812000', '152153.815000', '152153.818000', '152153.821000', '152153.823000', '152153.826000', '152153.829000', '152153.832000', '152153.835000', '152153.838000', '152153.841000', '152153.844000', '152213.712000', '152213.715000', '152213.718000', '152213.721000', '152213.723000', '152213.726000', '152213.729000', '152213.732000', '152213.735000', '152213.738000', '152213.741000', '152213.744000', '152213.747000', '152213.749000', '152213.752000', '152213.755000', '152213.758000', '152213.761000', '152213.764000', '152213.769000', '152213.774000', '152213.777000', '152213.780000', '152213.783000', '152213.786000', '152213.789000', '152213.792000', '152213.794000', '152213.797000', '152213.800000', '152213.803000', '152213.806000', '152213.809000', '152213.812000', '152213.815000', '152213.817000', '152213.820000', '152213.823000', '152213.826000', '152213.829000', '152213.832000', '152213.835000', '152213.838000', '152233.711000', '152233.714000', '152233.717000', '152233.720000', '152233.723000', '152233.726000', '152233.729000', '152233.731000', '152233.735000', '152233.738000', '152233.740000', '152233.743000', '152233.746000', '152233.749000', '152233.752000', '152233.755000', '152233.758000', '152233.761000', '152233.764000', '152233.767000', '152233.770000', '152233.772000', '152233.776000', '152233.778000', '152233.781000', '152233.784000', '152233.787000', '152233.790000', '152233.793000', '152233.796000', '152233.798000', '152233.801000', '152233.804000', '152233.807000', '152233.810000', '152233.813000', '152233.816000', '152233.819000', '152233.822000', '152233.824000', '152233.827000', '152233.830000', '152233.833000', '152233.836000', '152253.711000', '152253.714000', '152253.717000', '152253.720000', '152253.723000', '152253.725000', '152253.729000', '152253.732000', '152253.735000', '152253.738000', '152253.741000', '152253.744000', '152253.746000', '152253.751000', '152253.757000', '152253.760000', '152253.764000', '152253.766000', '152253.769000', '152253.772000', '152253.775000', '152253.778000', '152253.781000', '152253.784000', '152253.787000', '152253.790000', '152253.793000', '152253.795000', '152253.798000', '152253.801000', '152253.804000', '152253.807000', '152253.810000', '152253.813000', '152253.816000', '152253.824000', '152253.827000', '152253.830000', '152253.833000', '152253.836000', '152253.839000', '152253.842000', '152253.844000', '152313.711000', '152313.714000', '152313.717000', '152313.720000', '152313.723000', '152313.726000', '152313.729000', '152313.732000', '152313.734000', '152313.737000', '152313.740000', '152313.743000', '152313.746000', '152313.749000', '152313.752000', '152313.755000', '152313.758000', '152313.761000', '152313.764000', '152313.767000', '152313.769000', '152313.772000', '152313.775000', '152313.778000', '152313.781000', '152313.784000', '152313.787000', '152313.790000', '152313.793000', '152313.796000', '152313.799000', '152313.802000', '152313.805000', '152313.807000', '152313.810000', '152313.814000', '152313.816000', '152313.819000', '152313.822000', '152313.825000', '152313.828000', '152313.831000', '152313.834000', '152313.837000', '152319.095000', '152319.099000', '152319.102000', '152319.107000', '152319.110000', '152319.114000', '152319.118000', '152319.122000', '152319.126000', '152319.129000', '152319.133000', '152319.136000'], 'InstanceCreationTime': ['151653.752000', '151653.756000', '151653.759000', '151653.761000', '151653.764000', '151653.767000', '151653.770000', '151653.773000', '151653.776000', '151653.779000', '151653.782000', '151653.784000', '151653.787000', '151653.796000', '151653.799000', '151653.802000', '151653.805000', '151653.808000', '151653.810000', '151653.813000', '151653.816000', '151653.819000', '151653.822000', '151653.825000', '151653.828000', '151653.830000', '151653.833000', '151653.836000', '151653.839000', '151653.842000', '151653.845000', '151653.849000', '151653.852000', '151653.855000', '151713.711000', '151713.714000', '151713.717000', '151713.719000', '151713.722000', '151713.725000', '151713.728000', '151713.731000', '151713.734000', '151713.736000', '151713.739000', '151713.742000', '151713.745000', '151713.748000', '151713.751000', '151713.754000', '151713.757000', '151713.759000', '151713.762000', '151713.765000', '151713.768000', '151713.771000', '151713.774000', '151713.777000', '151713.780000', '151713.782000', '151713.785000', '151713.788000', '151713.791000', '151713.794000', '151713.797000', '151713.799000', '151713.804000', '151713.809000', '151713.812000', '151713.815000', '151713.817000', '151713.820000', '151713.823000', '151713.826000', '151713.829000', '151713.832000', '151713.834000', '151733.712000', '151733.715000', '151733.717000', '151733.720000', '151733.723000', '151733.726000', '151733.729000', '151733.732000', '151733.734000', '151733.737000', '151733.740000', '151733.743000', '151733.752000', '151733.755000', '151733.757000', '151733.760000', '151733.763000', '151733.766000', '151733.769000', '151733.772000', '151733.775000', '151733.778000', '151733.781000', '151733.783000', '151733.786000', '151733.789000', '151733.792000', '151733.795000', '151733.798000', '151733.800000', '151733.803000', '151733.806000', '151733.809000', '151733.812000', '151733.815000', '151733.817000', '151733.820000', '151733.823000', '151733.826000', '151733.829000', '151733.832000', '151733.835000', '151733.837000', '151733.840000', '151753.711000', '151753.714000', '151753.717000', '151753.719000', '151753.722000', '151753.725000', '151753.728000', '151753.731000', '151753.734000', '151753.737000', '151753.740000', '151753.742000', '151753.745000', '151753.748000', '151753.751000', '151753.754000', '151753.757000', '151753.760000', '151753.763000', '151753.768000', '151753.771000', '151753.773000', '151753.776000', '151753.779000', '151753.782000', '151753.785000', '151753.788000', '151753.791000', '151753.794000', '151753.797000', '151753.800000', '151753.802000', '151753.805000', '151753.808000', '151753.811000', '151753.814000', '151753.817000', '151753.820000', '151753.823000', '151753.825000', '151753.828000', '151753.831000', '151753.836000', '151813.711000', '151813.714000', '151813.717000', '151813.719000', '151813.722000', '151813.725000', '151813.728000', '151813.731000', '151813.734000', '151813.737000', '151813.740000', '151813.743000', '151813.746000', '151813.748000', '151813.751000', '151813.754000', '151813.757000', '151813.760000', '151813.763000', '151813.771000', '151813.774000', '151813.777000', '151813.780000', '151813.783000', '151813.785000', '151813.788000', '151813.791000', '151813.794000', '151813.797000', '151813.800000', '151813.803000', '151813.806000', '151813.808000', '151813.811000', '151813.814000', '151813.817000', '151813.820000', '151813.823000', '151813.826000', '151813.829000', '151813.832000', '151813.835000', '151813.837000', '151813.840000', '151833.711000', '151833.714000', '151833.717000', '151833.730000', '151833.733000', '151833.736000', '151833.739000', '151833.741000', '151833.744000', '151833.747000', '151833.750000', '151833.753000', '151833.756000', '151833.759000', '151833.762000', '151833.765000', '151833.767000', '151833.770000', '151833.773000', '151833.776000', '151833.779000', '151833.782000', '151833.785000', '151833.788000', '151833.791000', '151833.794000', '151833.796000', '151833.799000', '151833.802000', '151833.805000', '151833.808000', '151833.811000', '151833.814000', '151833.816000', '151833.819000', '151833.822000', '151833.825000', '151833.828000', '151833.831000', '151833.834000', '151833.836000', '151833.841000', '151833.846000', '151853.711000', '151853.714000', '151853.717000', '151853.720000', '151853.723000', '151853.725000', '151853.729000', '151853.731000', '151853.734000', '151853.737000', '151853.740000', '151853.743000', '151853.746000', '151853.749000', '151853.752000', '151853.755000', '151853.758000', '151853.761000', '151853.764000', '151853.767000', '151853.769000', '151853.772000', '151853.775000', '151853.778000', '151853.781000', '151853.784000', '151853.787000', '151853.790000', '151853.793000', '151853.795000', '151853.798000', '151853.801000', '151853.804000', '151853.807000', '151853.810000', '151853.813000', '151853.816000', '151853.818000', '151853.821000', '151853.824000', '151853.827000', '151853.830000', '151853.833000', '151853.836000', '151913.711000', '151913.714000', '151913.717000', '151913.720000', '151913.723000', '151913.725000', '151913.728000', '151913.731000', '151913.734000', '151913.737000', '151913.740000', '151913.742000', '151913.745000', '151913.748000', '151913.751000', '151913.754000', '151913.757000', '151913.760000', '151913.763000', '151913.766000', '151913.769000', '151913.772000', '151913.774000', '151913.777000', '151913.780000', '151913.783000', '151913.786000', '151913.789000', '151913.792000', '151913.795000', '151913.798000', '151913.800000', '151913.805000', '151913.808000', '151913.811000', '151913.814000', '151913.817000', '151913.820000', '151913.823000', '151913.825000', '151913.828000', '151913.831000', '151913.834000', '151933.711000', '151933.714000', '151933.717000', '151933.720000', '151933.722000', '151933.725000', '151933.728000', '151933.731000', '151933.734000', '151933.737000', '151933.739000', '151933.742000', '151933.745000', '151933.748000', '151933.751000', '151933.754000', '151933.757000', '151933.760000', '151933.763000', '151933.766000', '151933.769000', '151933.772000', '151933.775000', '151933.778000', '151933.781000', '151933.784000', '151933.787000', '151933.790000', '151933.792000', '151933.795000', '151933.798000', '151933.801000', '151933.804000', '151933.807000', '151933.810000', '151933.813000', '151933.815000', '151933.818000', '151933.821000', '151933.824000', '151933.827000', '151933.830000', '151933.833000', '151933.835000', '151953.712000', '151953.715000', '151953.718000', '151953.721000', '151953.723000', '151953.726000', '151953.729000', '151953.732000', '151953.735000', '151953.738000', '151953.740000', '151953.743000', '151953.746000', '151953.749000', '151953.752000', '151953.755000', '151953.758000', '151953.761000', '151953.764000', '151953.767000', '151953.770000', '151953.773000', '151953.776000', '151953.779000', '151953.782000', '151953.785000', '151953.787000', '151953.790000', '151953.793000', '151953.796000', '151953.799000', '151953.802000', '151953.805000', '151953.808000', '151953.811000', '151953.814000', '151953.816000', '151953.819000', '151953.822000', '151953.825000', '151953.828000', '151953.831000', '151953.833000', '152013.711000', '152013.714000', '152013.717000', '152013.719000', '152013.722000', '152013.725000', '152013.728000', '152013.731000', '152013.734000', '152013.737000', '152013.740000', '152013.742000', '152013.745000', '152013.748000', '152013.751000', '152013.754000', '152013.764000', '152013.767000', '152013.770000', '152013.773000', '152013.776000', '152013.779000', '152013.782000', '152013.784000', '152013.787000', '152013.790000', '152013.793000', '152013.796000', '152013.799000', '152013.802000', '152013.805000', '152013.807000', '152013.810000', '152013.813000', '152013.816000', '152013.819000', '152013.822000', '152013.825000', '152013.827000', '152013.830000', '152013.833000', '152013.836000', '152013.839000', '152013.842000', '152033.711000', '152033.714000', '152033.717000', '152033.720000', '152033.722000', '152033.725000', '152033.728000', '152033.731000', '152033.734000', '152033.737000', '152033.740000', '152033.743000', '152033.746000', '152033.748000', '152033.751000', '152033.754000', '152033.757000', '152033.760000', '152033.763000', '152033.766000', '152033.769000', '152033.771000', '152033.774000', '152033.777000', '152033.780000', '152033.783000', '152033.786000', '152033.789000', '152033.792000', '152033.794000', '152033.797000', '152033.800000', '152033.803000', '152033.806000', '152033.809000', '152033.812000', '152033.815000', '152033.817000', '152033.820000', '152033.823000', '152033.826000', '152033.829000', '152033.832000', '152053.711000', '152053.714000', '152053.717000', '152053.720000', '152053.722000', '152053.725000', '152053.728000', '152053.731000', '152053.734000', '152053.737000', '152053.740000', '152053.743000', '152053.746000', '152053.749000', '152053.752000', '152053.755000', '152053.757000', '152053.760000', '152053.763000', '152053.766000', '152053.769000', '152053.772000', '152053.775000', '152053.778000', '152053.781000', '152053.783000', '152053.786000', '152053.789000', '152053.792000', '152053.795000', '152053.798000', '152053.801000', '152053.804000', '152053.807000', '152053.810000', '152053.813000', '152053.816000', '152053.819000', '152053.821000', '152053.824000', '152053.827000', '152053.830000', '152053.833000', '152053.836000', '152113.711000', '152113.714000', '152113.717000', '152113.720000', '152113.723000', '152113.726000', '152113.728000', '152113.731000', '152113.734000', '152113.737000', '152113.740000', '152113.743000', '152113.746000', '152113.749000', '152113.752000', '152113.754000', '152113.757000', '152113.760000', '152113.763000', '152113.766000', '152113.769000', '152113.772000', '152113.775000', '152113.778000', '152113.781000', '152113.784000', '152113.786000', '152113.789000', '152113.792000', '152113.795000', '152113.798000', '152113.801000', '152113.804000', '152113.807000', '152113.809000', '152113.812000', '152113.815000', '152113.818000', '152113.821000', '152113.824000', '152113.827000', '152113.830000', '152113.833000', '152133.714000', '152133.717000', '152133.720000', '152133.723000', '152133.726000', '152133.729000', '152133.732000', '152133.734000', '152133.737000', '152133.740000', '152133.743000', '152133.746000', '152133.749000', '152133.752000', '152133.755000', '152133.758000', '152133.760000', '152133.763000', '152133.766000', '152133.769000', '152133.772000', '152133.775000', '152133.778000', '152133.781000', '152133.797000', '152133.799000', '152133.803000', '152133.805000', '152133.808000', '152133.811000', '152133.814000', '152133.817000', '152133.820000', '152133.823000', '152133.826000', '152133.829000', '152133.832000', '152133.834000', '152133.838000', '152133.840000', '152133.843000', '152133.846000', '152133.849000', '152153.711000', '152153.714000', '152153.717000', '152153.720000', '152153.722000', '152153.725000', '152153.728000', '152153.731000', '152153.734000', '152153.737000', '152153.740000', '152153.743000', '152153.745000', '152153.757000', '152153.760000', '152153.763000', '152153.765000', '152153.769000', '152153.771000', '152153.774000', '152153.777000', '152153.780000', '152153.783000', '152153.786000', '152153.789000', '152153.792000', '152153.795000', '152153.797000', '152153.800000', '152153.803000', '152153.806000', '152153.809000', '152153.812000', '152153.815000', '152153.818000', '152153.821000', '152153.823000', '152153.826000', '152153.829000', '152153.832000', '152153.835000', '152153.838000', '152153.841000', '152153.844000', '152213.712000', '152213.715000', '152213.718000', '152213.721000', '152213.723000', '152213.726000', '152213.729000', '152213.732000', '152213.735000', '152213.738000', '152213.741000', '152213.744000', '152213.747000', '152213.749000', '152213.752000', '152213.755000', '152213.758000', '152213.761000', '152213.764000', '152213.769000', '152213.774000', '152213.777000', '152213.780000', '152213.783000', '152213.786000', '152213.789000', '152213.792000', '152213.794000', '152213.797000', '152213.800000', '152213.803000', '152213.806000', '152213.809000', '152213.812000', '152213.815000', '152213.817000', '152213.820000', '152213.823000', '152213.826000', '152213.829000', '152213.832000', '152213.835000', '152213.838000', '152233.711000', '152233.714000', '152233.717000', '152233.720000', '152233.723000', '152233.726000', '152233.729000', '152233.731000', '152233.735000', '152233.738000', '152233.740000', '152233.743000', '152233.746000', '152233.749000', '152233.752000', '152233.755000', '152233.758000', '152233.761000', '152233.764000', '152233.767000', '152233.770000', '152233.772000', '152233.776000', '152233.778000', '152233.781000', '152233.784000', '152233.787000', '152233.790000', '152233.793000', '152233.796000', '152233.798000', '152233.801000', '152233.804000', '152233.807000', '152233.810000', '152233.813000', '152233.816000', '152233.819000', '152233.822000', '152233.824000', '152233.827000', '152233.830000', '152233.833000', '152233.836000', '152253.711000', '152253.714000', '152253.717000', '152253.720000', '152253.723000', '152253.725000', '152253.729000', '152253.732000', '152253.735000', '152253.738000', '152253.741000', '152253.744000', '152253.746000', '152253.751000', '152253.757000', '152253.760000', '152253.764000', '152253.766000', '152253.769000', '152253.772000', '152253.775000', '152253.778000', '152253.781000', '152253.784000', '152253.787000', '152253.790000', '152253.793000', '152253.795000', '152253.798000', '152253.801000', '152253.804000', '152253.807000', '152253.810000', '152253.813000', '152253.816000', '152253.824000', '152253.827000', '152253.830000', '152253.833000', '152253.836000', '152253.839000', '152253.842000', '152253.844000', '152313.711000', '152313.714000', '152313.717000', '152313.720000', '152313.723000', '152313.726000', '152313.729000', '152313.732000', '152313.734000', '152313.737000', '152313.740000', '152313.743000', '152313.746000', '152313.749000', '152313.752000', '152313.755000', '152313.758000', '152313.761000', '152313.764000', '152313.767000', '152313.769000', '152313.772000', '152313.775000', '152313.778000', '152313.781000', '152313.784000', '152313.787000', '152313.790000', '152313.793000', '152313.796000', '152313.799000', '152313.802000', '152313.805000', '152313.807000', '152313.810000', '152313.814000', '152313.816000', '152313.819000', '152313.822000', '152313.825000', '152313.828000', '152313.831000', '152313.834000', '152313.837000', '152319.095000', '152319.099000', '152319.102000', '152319.107000', '152319.110000', '152319.114000', '152319.118000', '152319.122000', '152319.126000', '152319.129000', '152319.133000', '152319.136000'], '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': [7726, 5617, 5401, 8058, 5037, 6010, 5444, 7513, 5217, 5278, 5467, 5339, 5461, 5113, 7342, 5468, 6033, 5457, 8323, 5594, 5862, 5369, 7833, 5693, 5058, 8900, 5493, 5627, 5316, 6824, 5317, 5355, 5525, 6469, 5347, 5373, 5532, 7982, 5360, 5646, 5647, 7315, 7455, 5434, 6552, 7206, 5900, 5464, 7484, 6365, 5861, 5509, 8311, 6366, 5583, 5564, 6884, 5196, 5273, 5257, 5220, 5049, 5103, 5462, 5963, 5207, 5085, 5358, 5297, 5512, 5572, 7237, 5806, 5224, 5968, 6009, 6067, 5393, 7064, 5593, 5113, 7084, 6062, 6082, 5343, 8327, 5366, 5345, 5693, 6427, 5334, 5110, 6259, 6203, 6454, 5474, 7495, 5628, 5922, 5485, 7877, 5274, 5618, 5353, 7702, 7274, 5146, 7540, 5718, 5707, 5359, 6164, 5703, 5108, 6250, 5603, 5390, 5529, 5928, 5804, 5559, 7716, 5361, 5229, 6590, 5166, 5412, 5063, 5384, 5225, 5527, 5416, 5235, 5681, 6443, 5219, 5418, 5407, 6580, 5328, 5258, 6418, 6157, 6117, 7875, 8107, 5452, 7084, 7749, 5596, 7517, 5498, 5429, 6318, 5337, 5760, 6230, 5496, 5536, 6036, 5386, 7657, 7938, 5388, 6591, 5549, 6527, 5762, 5467, 7305, 5966, 5483, 6009, 5457, 5472, 5629, 5422, 7300, 5258, 5499, 5627, 5387, 7731, 5210, 5569, 5888, 5423, 5196, 5403, 5221, 5103, 5280, 5335, 7489, 6070, 5630, 7565, 5897, 5224, 7082, 5911, 5332, 6544, 5280, 5329, 5585, 5262, 5055, 5486, 5153, 5789, 5138, 5504, 5508, 5448, 5342, 6456, 5474, 5550, 6175, 6220, 5179, 7990, 5285, 5871, 5347, 8473, 6788, 5192, 8918, 6249, 6112, 6997, 6244, 5759, 6555, 6623, 5816, 5488, 7175, 5768, 5690, 7705, 5279, 5163, 5583, 5960, 5509, 5527, 6044, 5457, 6337, 6389, 5849, 5746, 6076, 5571, 5629, 6901, 5370, 5508, 7490, 6111, 5105, 5343, 5681, 5292, 5231, 7652, 7346, 5089, 8491, 7322, 5374, 8137, 7982, 5577, 7274, 5635, 5306, 6564, 5225, 5935, 6143, 5178, 5570, 6479, 5320, 5678, 7108, 5324, 5658, 6043, 5251, 5745, 5680, 5220, 6476, 5734, 5437, 7045, 5319, 5213, 5369, 5340, 5496, 8033, 6325, 5558, 7441, 5545, 5709, 7482, 5163, 5625, 6982, 5548, 5260, 7602, 5093, 5304, 5381, 6375, 5694, 5062, 6930, 5436, 5095, 6231, 6145, 5563, 7182, 6533, 5750, 6906, 6879, 5936, 6900, 6494, 5580, 7146, 6293, 5604, 5299, 6355, 5276, 5516, 6489, 5434, 6344, 5854, 5316, 7773, 5528, 5527, 6977, 5122, 5372, 5434, 5421, 5317, 5551, 5789, 6817, 5327, 5940, 5551, 5544, 5274, 5996, 5292, 5204, 5627, 6754, 5327, 5259, 7660, 5726, 5330, 5191, 5884, 6170, 5410, 8064, 5264, 5434, 6094, 5558, 5378, 5241, 6276, 5472, 6808, 6729, 5554, 8702, 6315, 5361, 7751, 6457, 5826, 6166, 7204, 8164, 8363, 7295, 6188, 8189, 7969, 6909, 5534, 8565, 8066, 5487, 9199, 5383, 5482, 7399, 5384, 5478, 7191, 5838, 5505, 5546, 6318, 6000, 5511, 6975, 5373, 6486, 6262, 5294, 8429, 6323, 5709, 6646, 5448, 5375, 5828, 5313, 5491, 5830, 5327, 7111, 5629, 5327, 6969, 5378, 5608, 5110, 4889, 5293, 5503, 5163, 5286, 5958, 5268, 5193, 6483, 5180, 5041, 6803, 5852, 5599, 6010, 6059, 5476, 7039, 6049, 5179, 6430, 5701, 5437, 5979, 5602, 5440, 5474, 5793, 5337, 5674, 6079, 6864, 5100, 7226, 5580, 5184, 6969, 5789, 5309, 7647, 5596, 5148, 6750, 5890, 5476, 6357, 5248, 5333, 5869, 5419, 5341, 5060, 5189, 6102, 5296, 5222, 5880, 5148, 5393, 6538, 5318, 5469, 5217, 5255, 5585, 5309, 5281, 5597, 5443, 5429, 5476, 6221, 5443, 7106, 5817, 5177, 8114, 6201, 5237, 6917, 6022, 5565, 5372, 7968, 5432, 5159, 6439, 5929, 5635, 7255, 5597, 5278, 7410, 7170, 5612, 8529, 6954, 5271, 7095, 5569, 5246, 7791, 6568, 5325, 7320, 5818, 5277, 7082, 5224, 7155, 5453, 5282, 5608, 5137, 5373, 5217, 5544, 6158, 6218, 5502, 6300, 5270, 5155, 5815, 5503, 6365, 5384, 5375, 5663, 5192, 6349, 6702, 5529, 6710, 5203, 5670, 5380, 5175, 5071, 5930, 5277, 5339, 6680, 5282, 5418, 5210, 6218, 6023, 5699, 6685, 5558, 6898, 6147, 5457, 6572, 5938, 5501, 5303, 6188, 5199, 5378, 5404, 5086, 5524, 5395, 5856, 5299, 6933, 7232, 5284, 8316, 6614, 5654, 6700, 5607, 5280, 5762, 5246, 7176, 5510, 5245, 6530, 5490, 5458, 5390, 5628, 5355, 5404, 6552, 5185, 5035, 5209, 5469, 5224, 5058, 5325, 5151, 5125, 5358, 6977, 6468, 5382, 6044, 5374, 5492, 6238, 5524, 5386, 6075, 5364, 5468, 7268, 5358, 5153, 6862, 5544, 5140, 7445, 6304, 5543, 6719, 5892, 5449, 6281, 6138, 5805, 5387, 6815, 5315, 5381, 7595, 5238, 5207, 5216, 5658, 5660, 5444, 6254, 5304, 5529, 5960, 6426, 5367, 6623, 5318, 5481, 6619, 6486, 5427, 6594, 5281, 5449, 5935, 5432, 5450, 5938, 5466, 5309, 6003, 5335, 5444, 5763, 5400, 5429, 5792, 5541, 5437, 5296, 5657, 5324, 5274, 5916, 5584, 8460, 5815, 5572, 5766, 5346, 6516, 5135, 5331, 5184, 5304, 5331, 6952, 5596, 5416, 6900, 5605, 5815, 5958, 5311, 6196, 6105, 5454, 5157, 5533, 5245, 7919, 7162, 5537, 6503, 5213, 8147, 7084, 5316, 6580, 5535, 5583, 6019, 5133, 8373, 5911, 5381, 5950, 5289, 5222, 5706, 5338, 6508, 5553, 5180, 7165, 5311, 5427, 6297, 5259, 5339, 5400, 5312, 5756, 5480, 5435, 5564, 5568, 5405, 5372, 5308, 5444, 5383, 5621, 5282, 7552, 5506, 5337, 7060, 5403, 5545, 6590, 5365, 5503, 5510, 5329, 5411, 5619, 5377, 5513, 5315, 5319, 5180, 5250, 5127, 5024, 5309, 5195, 6463, 5218, 5623, 6920, 5318, 5604, 5988, 5312, 5471, 5417, 5201, 5538, 5038, 5400, 5858, 5195, 5379, 6956, 6519, 5451, 6824, 5355, 5299, 5946, 5804, 5323, 6719, 5345, 5386, 5704, 6331, 5374, 7629, 5345, 5068, 7029, 7088, 5692, 7526, 5845, 6826, 7376, 5205, 7551, 5849, 5437, 5705, 5433, 5186, 5771, 5234, 6803, 5297, 5339, 5392, 5200, 7058], 'WindowCenter': [3395.0, 3360.0, 3348.0, 3378.0, 3336.0, 3357.0, 3345.0, 3380.0, 3335.0, 3346.0, 3346.0, 3357.0, 3346.0, 3347.0, 3377.0, 3347.0, 3342.0, 3321.0, 3364.0, 3332.0, 3346.0, 3346.0, 3376.0, 3344.0, 3323.0, 3362.0, 3320.0, 3331.0, 3333.0, 3354.0, 3333.0, 3345.0, 3347.0, 3368.0, 3347.0, 3348.0, 3348.0, 3391.0, 3348.0, 3361.0, 3347.0, 3368.0, 3367.0, 3334.0, 3355.0, 3365.0, 3333.0, 3333.0, 3352.0, 3342.0, 3331.0, 3321.0, 3365.0, 3345.0, 3323.0, 3322.0, 3353.0, 3321.0, 3319.0, 3309.0, 3308.0, 3309.0, 3322.0, 3334.0, 3356.0, 3335.0, 3336.0, 3335.0, 3335.0, 3336.0, 3334.0, 3365.0, 3345.0, 3335.0, 3346.0, 3358.0, 3358.0, 3348.0, 3368.0, 3335.0, 3335.0, 3367.0, 3345.0, 3346.0, 3336.0, 3378.0, 3335.0, 3348.0, 3347.0, 3358.0, 3347.0, 3336.0, 3370.0, 3358.0, 3357.0, 3348.0, 3378.0, 3346.0, 3357.0, 3347.0, 3379.0, 3336.0, 3346.0, 3334.0, 3366.0, 3367.0, 3333.0, 3365.0, 3345.0, 3345.0, 3334.0, 3345.0, 3345.0, 3323.0, 3356.0, 3345.0, 3335.0, 3334.0, 3344.0, 3345.0, 3334.0, 3365.0, 3333.0, 3333.0, 3354.0, 3334.0, 3334.0, 3334.0, 3346.0, 3336.0, 3346.0, 3347.0, 3337.0, 3348.0, 3357.0, 3336.0, 3347.0, 3361.0, 3382.0, 3362.0, 3350.0, 3369.0, 3360.0, 3359.0, 3380.0, 3378.0, 3334.0, 3354.0, 3365.0, 3332.0, 3354.0, 3333.0, 3333.0, 3342.0, 3333.0, 3332.0, 3343.0, 3333.0, 3331.0, 3344.0, 3332.0, 3365.0, 3365.0, 3322.0, 3353.0, 3332.0, 3340.0, 3330.0, 3319.0, 3351.0, 3329.0, 3330.0, 3343.0, 3332.0, 3319.0, 3330.0, 3332.0, 3352.0, 3320.0, 3319.0, 3330.0, 3320.0, 3351.0, 3320.0, 3331.0, 3332.0, 3333.0, 3322.0, 3332.0, 3332.0, 3322.0, 3334.0, 3333.0, 3367.0, 3345.0, 3344.0, 3377.0, 3345.0, 3334.0, 3365.0, 3345.0, 3333.0, 3355.0, 3334.0, 3333.0, 3345.0, 3336.0, 3335.0, 3345.0, 3348.0, 3346.0, 3335.0, 3348.0, 3346.0, 3347.0, 3346.0, 3357.0, 3348.0, 3349.0, 3359.0, 3370.0, 3337.0, 3378.0, 3347.0, 3346.0, 3346.0, 3378.0, 3367.0, 3335.0, 3378.0, 3344.0, 3344.0, 3354.0, 3342.0, 3331.0, 3343.0, 3353.0, 3332.0, 3333.0, 3353.0, 3332.0, 3332.0, 3364.0, 3323.0, 3334.0, 3333.0, 3345.0, 3334.0, 3335.0, 3344.0, 3332.0, 3343.0, 3343.0, 3333.0, 3333.0, 3343.0, 3334.0, 3332.0, 3354.0, 3333.0, 3332.0, 3353.0, 3332.0, 3322.0, 3333.0, 3332.0, 3332.0, 3321.0, 3353.0, 3352.0, 3320.0, 3364.0, 3352.0, 3319.0, 3350.0, 3350.0, 3316.0, 3338.0, 3317.0, 3305.0, 3336.0, 3306.0, 3328.0, 3328.0, 3308.0, 3318.0, 3340.0, 3330.0, 3332.0, 3353.0, 3332.0, 3331.0, 3342.0, 3321.0, 3331.0, 3332.0, 3322.0, 3342.0, 3331.0, 3331.0, 3354.0, 3332.0, 3323.0, 3334.0, 3334.0, 3346.0, 3365.0, 3355.0, 3334.0, 3365.0, 3334.0, 3344.0, 3365.0, 3322.0, 3345.0, 3368.0, 3346.0, 3335.0, 3365.0, 3322.0, 3335.0, 3334.0, 3356.0, 3346.0, 3337.0, 3368.0, 3347.0, 3337.0, 3344.0, 3344.0, 3333.0, 3354.0, 3343.0, 3332.0, 3354.0, 3353.0, 3342.0, 3352.0, 3341.0, 3319.0, 3341.0, 3340.0, 3329.0, 3320.0, 3341.0, 3308.0, 3319.0, 3340.0, 3319.0, 3340.0, 3329.0, 3319.0, 3350.0, 3319.0, 3319.0, 3340.0, 3308.0, 3320.0, 3321.0, 3332.0, 3332.0, 3332.0, 3344.0, 3355.0, 3332.0, 3342.0, 3334.0, 3333.0, 3322.0, 3344.0, 3334.0, 3334.0, 3345.0, 3366.0, 3345.0, 3336.0, 3377.0, 3345.0, 3346.0, 3335.0, 3345.0, 3356.0, 3345.0, 3379.0, 3336.0, 3346.0, 3358.0, 3347.0, 3349.0, 3336.0, 3367.0, 3346.0, 3356.0, 3356.0, 3335.0, 3390.0, 3359.0, 3334.0, 3365.0, 3343.0, 3333.0, 3342.0, 3366.0, 3377.0, 3367.0, 3352.0, 3329.0, 3362.0, 3365.0, 3353.0, 3332.0, 3363.0, 3364.0, 3319.0, 3361.0, 3307.0, 3318.0, 3339.0, 3320.0, 3323.0, 3342.0, 3332.0, 3334.0, 3333.0, 3343.0, 3332.0, 3319.0, 3340.0, 3320.0, 3328.0, 3329.0, 3320.0, 3363.0, 3341.0, 3328.0, 3339.0, 3318.0, 3316.0, 3316.0, 3318.0, 3317.0, 3329.0, 3320.0, 3352.0, 3329.0, 3320.0, 3352.0, 3331.0, 3355.0, 3334.0, 3321.0, 3333.0, 3331.0, 3333.0, 3333.0, 3355.0, 3334.0, 3336.0, 3356.0, 3334.0, 3333.0, 3354.0, 3331.0, 3332.0, 3355.0, 3343.0, 3332.0, 3352.0, 3341.0, 3321.0, 3340.0, 3329.0, 3319.0, 3329.0, 3330.0, 3319.0, 3319.0, 3331.0, 3320.0, 3332.0, 3330.0, 3342.0, 3321.0, 3353.0, 3332.0, 3321.0, 3353.0, 3331.0, 3319.0, 3350.0, 3318.0, 3306.0, 3337.0, 3316.0, 3317.0, 3339.0, 3319.0, 3319.0, 3329.0, 3330.0, 3329.0, 3320.0, 3320.0, 3342.0, 3331.0, 3331.0, 3341.0, 3333.0, 3344.0, 3354.0, 3345.0, 3346.0, 3335.0, 3335.0, 3347.0, 3358.0, 3346.0, 3347.0, 3360.0, 3348.0, 3347.0, 3359.0, 3348.0, 3380.0, 3358.0, 3348.0, 3378.0, 3357.0, 3335.0, 3366.0, 3356.0, 3345.0, 3333.0, 3377.0, 3345.0, 3336.0, 3367.0, 3356.0, 3346.0, 3367.0, 3346.0, 3336.0, 3367.0, 3369.0, 3348.0, 3377.0, 3354.0, 3323.0, 3353.0, 3319.0, 3308.0, 3350.0, 3340.0, 3318.0, 3350.0, 3329.0, 3308.0, 3349.0, 3318.0, 3350.0, 3329.0, 3316.0, 3327.0, 3307.0, 3319.0, 3320.0, 3330.0, 3341.0, 3343.0, 3332.0, 3354.0, 3323.0, 3322.0, 3342.0, 3331.0, 3342.0, 3331.0, 3331.0, 3331.0, 3332.0, 3352.0, 3353.0, 3332.0, 3366.0, 3333.0, 3342.0, 3332.0, 3333.0, 3333.0, 3357.0, 3348.0, 3347.0, 3368.0, 3347.0, 3347.0, 3335.0, 3357.0, 3356.0, 3345.0, 3355.0, 3333.0, 3354.0, 3343.0, 3333.0, 3356.0, 3345.0, 3332.0, 3333.0, 3342.0, 3321.0, 3332.0, 3334.0, 3321.0, 3332.0, 3332.0, 3343.0, 3344.0, 3354.0, 3364.0, 3331.0, 3362.0, 3340.0, 3328.0, 3341.0, 3329.0, 3317.0, 3329.0, 3308.0, 3338.0, 3317.0, 3305.0, 3327.0, 3317.0, 3316.0, 3317.0, 3327.0, 3318.0, 3329.0, 3351.0, 3320.0, 3334.0, 3333.0, 3345.0, 3333.0, 3334.0, 3346.0, 3334.0, 3346.0, 3346.0, 3367.0, 3356.0, 3346.0, 3355.0, 3345.0, 3344.0, 3356.0, 3346.0, 3345.0, 3356.0, 3346.0, 3346.0, 3378.0, 3346.0, 3336.0, 3367.0, 3346.0, 3347.0, 3366.0, 3356.0, 3334.0, 3354.0, 3343.0, 3345.0, 3354.0, 3344.0, 3333.0, 3332.0, 3353.0, 3332.0, 3332.0, 3364.0, 3323.0, 3334.0, 3323.0, 3345.0, 3345.0, 3333.0, 3354.0, 3333.0, 3333.0, 3343.0, 3354.0, 3333.0, 3354.0, 3332.0, 3331.0, 3353.0, 3342.0, 3332.0, 3353.0, 3331.0, 3331.0, 3343.0, 3333.0, 3330.0, 3342.0, 3331.0, 3330.0, 3341.0, 3330.0, 3330.0, 3332.0, 3331.0, 3331.0, 3331.0, 3332.0, 3333.0, 3333.0, 3345.0, 3346.0, 3334.0, 3344.0, 3334.0, 3376.0, 3332.0, 3332.0, 3330.0, 3331.0, 3341.0, 3320.0, 3331.0, 3321.0, 3331.0, 3332.0, 3364.0, 3332.0, 3344.0, 3366.0, 3344.0, 3345.0, 3356.0, 3334.0, 3343.0, 3343.0, 3333.0, 3323.0, 3332.0, 3322.0, 3363.0, 3354.0, 3320.0, 3342.0, 3321.0, 3362.0, 3340.0, 3319.0, 3340.0, 3319.0, 3317.0, 3328.0, 3307.0, 3360.0, 3328.0, 3317.0, 3328.0, 3317.0, 3306.0, 3328.0, 3318.0, 3339.0, 3318.0, 3319.0, 3351.0, 3320.0, 3319.0, 3341.0, 3320.0, 3331.0, 3331.0, 3331.0, 3330.0, 3320.0, 3331.0, 3331.0, 3320.0, 3321.0, 3331.0, 3330.0, 3330.0, 3319.0, 3330.0, 3331.0, 3351.0, 3318.0, 3329.0, 3350.0, 3330.0, 3330.0, 3354.0, 3342.0, 3343.0, 3331.0, 3331.0, 3330.0, 3342.0, 3332.0, 3330.0, 3331.0, 3332.0, 3319.0, 3320.0, 3333.0, 3332.0, 3333.0, 3333.0, 3354.0, 3333.0, 3343.0, 3364.0, 3344.0, 3343.0, 3354.0, 3334.0, 3344.0, 3344.0, 3347.0, 3343.0, 3333.0, 3344.0, 3344.0, 3334.0, 3345.0, 3366.0, 3356.0, 3344.0, 3365.0, 3345.0, 3344.0, 3356.0, 3346.0, 3333.0, 3367.0, 3346.0, 3346.0, 3344.0, 3355.0, 3334.0, 3377.0, 3333.0, 3321.0, 3354.0, 3353.0, 3330.0, 3353.0, 3331.0, 3352.0, 3350.0, 3318.0, 3349.0, 3328.0, 3316.0, 3317.0, 3317.0, 3305.0, 3327.0, 3306.0, 3338.0, 3318.0, 3317.0, 3318.0, 3319.0, 3350.0], 'WindowWidth': [7743.0, 7688.0, 7671.0, 7706.0, 7647.0, 7676.0, 7658.0, 7714.0, 7647.0, 7665.0, 7663.0, 7681.0, 7665.0, 7666.0, 7706.0, 7665.0, 7649.0, 7618.0, 7678.0, 7635.0, 7660.0, 7663.0, 7701.0, 7654.0, 7625.0, 7672.0, 7612.0, 7630.0, 7638.0, 7666.0, 7638.0, 7660.0, 7663.0, 7694.0, 7665.0, 7669.0, 7669.0, 7726.0, 7669.0, 7689.0, 7664.0, 7693.0, 7689.0, 7642.0, 7669.0, 7683.0, 7637.0, 7636.0, 7659.0, 7646.0, 7631.0, 7619.0, 7679.0, 7653.0, 7622.0, 7619.0, 7661.0, 7617.0, 7612.0, 7598.0, 7595.0, 7598.0, 7619.0, 7639.0, 7673.0, 7646.0, 7648.0, 7644.0, 7645.0, 7646.0, 7640.0, 7682.0, 7655.0, 7643.0, 7657.0, 7678.0, 7680.0, 7665.0, 7692.0, 7646.0, 7645.0, 7687.0, 7656.0, 7661.0, 7646.0, 7703.0, 7645.0, 7666.0, 7664.0, 7679.0, 7664.0, 7650.0, 7698.0, 7678.0, 7677.0, 7665.0, 7705.0, 7660.0, 7677.0, 7663.0, 7707.0, 7647.0, 7661.0, 7643.0, 7686.0, 7688.0, 7640.0, 7682.0, 7655.0, 7655.0, 7641.0, 7655.0, 7655.0, 7626.0, 7672.0, 7657.0, 7644.0, 7642.0, 7655.0, 7657.0, 7641.0, 7681.0, 7638.0, 7640.0, 7668.0, 7643.0, 7643.0, 7641.0, 7661.0, 7647.0, 7661.0, 7665.0, 7653.0, 7666.0, 7677.0, 7650.0, 7665.0, 7691.0, 7720.0, 7696.0, 7676.0, 7698.0, 7687.0, 7684.0, 7710.0, 7705.0, 7641.0, 7667.0, 7681.0, 7634.0, 7665.0, 7636.0, 7636.0, 7647.0, 7638.0, 7634.0, 7650.0, 7637.0, 7633.0, 7652.0, 7637.0, 7681.0, 7681.0, 7620.0, 7662.0, 7634.0, 7643.0, 7626.0, 7611.0, 7655.0, 7624.0, 7629.0, 7652.0, 7636.0, 7613.0, 7629.0, 7637.0, 7661.0, 7616.0, 7612.0, 7628.0, 7615.0, 7657.0, 7617.0, 7633.0, 7635.0, 7638.0, 7622.0, 7635.0, 7638.0, 7623.0, 7640.0, 7641.0, 7688.0, 7657.0, 7657.0, 7702.0, 7660.0, 7643.0, 7682.0, 7657.0, 7639.0, 7670.0, 7641.0, 7640.0, 7657.0, 7649.0, 7646.0, 7659.0, 7668.0, 7660.0, 7645.0, 7668.0, 7664.0, 7663.0, 7664.0, 7678.0, 7667.0, 7672.0, 7683.0, 7700.0, 7654.0, 7705.0, 7664.0, 7662.0, 7661.0, 7706.0, 7690.0, 7644.0, 7705.0, 7655.0, 7654.0, 7665.0, 7648.0, 7632.0, 7650.0, 7663.0, 7634.0, 7637.0, 7662.0, 7634.0, 7634.0, 7679.0, 7624.0, 7640.0, 7638.0, 7656.0, 7640.0, 7642.0, 7654.0, 7637.0, 7649.0, 7651.0, 7636.0, 7636.0, 7649.0, 7641.0, 7633.0, 7663.0, 7636.0, 7635.0, 7661.0, 7632.0, 7620.0, 7638.0, 7635.0, 7634.0, 7619.0, 7663.0, 7658.0, 7616.0, 7677.0, 7657.0, 7610.0, 7652.0, 7652.0, 7603.0, 7633.0, 7603.0, 7585.0, 7629.0, 7588.0, 7620.0, 7621.0, 7595.0, 7611.0, 7641.0, 7630.0, 7634.0, 7662.0, 7636.0, 7634.0, 7648.0, 7620.0, 7632.0, 7634.0, 7622.0, 7646.0, 7633.0, 7632.0, 7666.0, 7635.0, 7625.0, 7641.0, 7641.0, 7661.0, 7682.0, 7668.0, 7640.0, 7683.0, 7640.0, 7654.0, 7682.0, 7624.0, 7656.0, 7691.0, 7660.0, 7644.0, 7682.0, 7622.0, 7643.0, 7642.0, 7671.0, 7659.0, 7651.0, 7692.0, 7665.0, 7651.0, 7656.0, 7656.0, 7640.0, 7667.0, 7650.0, 7636.0, 7667.0, 7664.0, 7648.0, 7659.0, 7642.0, 7611.0, 7641.0, 7640.0, 7625.0, 7612.0, 7642.0, 7597.0, 7611.0, 7640.0, 7612.0, 7640.0, 7624.0, 7611.0, 7654.0, 7612.0, 7612.0, 7638.0, 7595.0, 7614.0, 7617.0, 7632.0, 7634.0, 7634.0, 7655.0, 7670.0, 7634.0, 7646.0, 7640.0, 7639.0, 7624.0, 7654.0, 7642.0, 7644.0, 7659.0, 7686.0, 7658.0, 7648.0, 7702.0, 7657.0, 7660.0, 7648.0, 7658.0, 7673.0, 7658.0, 7708.0, 7649.0, 7662.0, 7679.0, 7665.0, 7670.0, 7652.0, 7692.0, 7662.0, 7673.0, 7675.0, 7645.0, 7724.0, 7680.0, 7642.0, 7681.0, 7650.0, 7637.0, 7648.0, 7684.0, 7701.0, 7685.0, 7659.0, 7622.0, 7671.0, 7679.0, 7661.0, 7635.0, 7674.0, 7677.0, 7610.0, 7664.0, 7588.0, 7606.0, 7634.0, 7611.0, 7620.0, 7645.0, 7632.0, 7638.0, 7636.0, 7647.0, 7630.0, 7610.0, 7638.0, 7611.0, 7621.0, 7624.0, 7613.0, 7677.0, 7644.0, 7620.0, 7637.0, 7610.0, 7603.0, 7602.0, 7610.0, 7606.0, 7625.0, 7614.0, 7657.0, 7626.0, 7616.0, 7661.0, 7632.0, 7674.0, 7644.0, 7620.0, 7640.0, 7635.0, 7638.0, 7639.0, 7670.0, 7644.0, 7651.0, 7675.0, 7644.0, 7640.0, 7667.0, 7634.0, 7636.0, 7673.0, 7650.0, 7635.0, 7659.0, 7645.0, 7619.0, 7642.0, 7626.0, 7612.0, 7626.0, 7626.0, 7612.0, 7610.0, 7629.0, 7616.0, 7633.0, 7629.0, 7647.0, 7617.0, 7661.0, 7632.0, 7620.0, 7661.0, 7629.0, 7613.0, 7653.0, 7607.0, 7589.0, 7630.0, 7603.0, 7607.0, 7639.0, 7612.0, 7612.0, 7628.0, 7632.0, 7628.0, 7617.0, 7617.0, 7647.0, 7633.0, 7635.0, 7647.0, 7640.0, 7656.0, 7669.0, 7661.0, 7663.0, 7648.0, 7647.0, 7668.0, 7683.0, 7663.0, 7667.0, 7691.0, 7670.0, 7668.0, 7683.0, 7669.0, 7713.0, 7682.0, 7668.0, 7705.0, 7678.0, 7645.0, 7686.0, 7673.0, 7660.0, 7641.0, 7704.0, 7660.0, 7649.0, 7690.0, 7674.0, 7659.0, 7687.0, 7661.0, 7646.0, 7690.0, 7694.0, 7665.0, 7699.0, 7665.0, 7623.0, 7660.0, 7611.0, 7596.0, 7652.0, 7640.0, 7610.0, 7653.0, 7624.0, 7596.0, 7652.0, 7609.0, 7656.0, 7627.0, 7604.0, 7619.0, 7594.0, 7611.0, 7617.0, 7629.0, 7645.0, 7650.0, 7638.0, 7667.0, 7625.0, 7622.0, 7650.0, 7634.0, 7648.0, 7634.0, 7632.0, 7633.0, 7636.0, 7662.0, 7663.0, 7634.0, 7686.0, 7639.0, 7650.0, 7637.0, 7640.0, 7641.0, 7681.0, 7671.0, 7665.0, 7694.0, 7665.0, 7665.0, 7647.0, 7676.0, 7674.0, 7656.0, 7670.0, 7639.0, 7664.0, 7650.0, 7638.0, 7671.0, 7653.0, 7632.0, 7638.0, 7648.0, 7618.0, 7636.0, 7640.0, 7619.0, 7637.0, 7636.0, 7653.0, 7658.0, 7666.0, 7678.0, 7633.0, 7673.0, 7641.0, 7623.0, 7642.0, 7624.0, 7608.0, 7625.0, 7596.0, 7635.0, 7607.0, 7589.0, 7619.0, 7604.0, 7602.0, 7607.0, 7619.0, 7609.0, 7627.0, 7660.0, 7620.0, 7642.0, 7642.0, 7661.0, 7640.0, 7644.0, 7663.0, 7645.0, 7664.0, 7664.0, 7689.0, 7676.0, 7663.0, 7674.0, 7660.0, 7657.0, 7676.0, 7662.0, 7660.0, 7676.0, 7661.0, 7661.0, 7705.0, 7661.0, 7650.0, 7692.0, 7662.0, 7667.0, 7687.0, 7674.0, 7642.0, 7669.0, 7654.0, 7660.0, 7668.0, 7654.0, 7637.0, 7634.0, 7665.0, 7635.0, 7635.0, 7680.0, 7626.0, 7642.0, 7625.0, 7659.0, 7658.0, 7638.0, 7669.0, 7639.0, 7640.0, 7651.0, 7666.0, 7640.0, 7670.0, 7636.0, 7634.0, 7663.0, 7648.0, 7635.0, 7664.0, 7633.0, 7634.0, 7652.0, 7638.0, 7632.0, 7649.0, 7635.0, 7630.0, 7646.0, 7631.0, 7628.0, 7636.0, 7633.0, 7633.0, 7632.0, 7638.0, 7639.0, 7639.0, 7658.0, 7662.0, 7643.0, 7657.0, 7643.0, 7700.0, 7636.0, 7635.0, 7631.0, 7632.0, 7646.0, 7617.0, 7634.0, 7621.0, 7635.0, 7637.0, 7680.0, 7638.0, 7655.0, 7686.0, 7657.0, 7659.0, 7673.0, 7643.0, 7651.0, 7649.0, 7637.0, 7624.0, 7637.0, 7622.0, 7677.0, 7666.0, 7616.0, 7647.0, 7618.0, 7672.0, 7641.0, 7611.0, 7640.0, 7613.0, 7608.0, 7621.0, 7595.0, 7667.0, 7623.0, 7606.0, 7621.0, 7607.0, 7591.0, 7623.0, 7611.0, 7640.0, 7611.0, 7612.0, 7657.0, 7615.0, 7614.0, 7643.0, 7616.0, 7633.0, 7632.0, 7632.0, 7629.0, 7616.0, 7632.0, 7632.0, 7616.0, 7618.0, 7632.0, 7630.0, 7630.0, 7612.0, 7630.0, 7631.0, 7657.0, 7612.0, 7628.0, 7656.0, 7629.0, 7630.0, 7667.0, 7651.0, 7655.0, 7635.0, 7636.0, 7631.0, 7648.0, 7636.0, 7632.0, 7633.0, 7636.0, 7615.0, 7618.0, 7640.0, 7637.0, 7639.0, 7641.0, 7669.0, 7640.0, 7655.0, 7682.0, 7655.0, 7653.0, 7669.0, 7642.0, 7656.0, 7658.0, 7667.0, 7654.0, 7640.0, 7655.0, 7656.0, 7645.0, 7662.0, 7686.0, 7674.0, 7655.0, 7686.0, 7658.0, 7656.0, 7674.0, 7662.0, 7639.0, 7690.0, 7661.0, 7662.0, 7655.0, 7671.0, 7641.0, 7703.0, 7639.0, 7621.0, 7667.0, 7666.0, 7631.0, 7663.0, 7632.0, 7659.0, 7656.0, 7610.0, 7651.0, 7624.0, 7604.0, 7606.0, 7607.0, 7589.0, 7620.0, 7591.0, 7637.0, 7611.0, 7607.0, 7609.0, 7613.0, 7656.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.0011220412844036695</td></tr>
<tr><td colspan=3>aqi</td><td>0.031832194380733946</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.18196317919631</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0898955823191734</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9795647515958662</td></tr>
<tr><td colspan=3>efc</td><td>0.4154</td></tr>
<tr><td colspan=3>fber</td><td>8690.4961</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17581172588000626</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>245</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.09633027522936</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6256563612337316</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5421005757552355</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8093944784733615</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5254740294725977</td></tr>
<tr><td colspan=3>gcor</td><td>0.00978751</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0015949418302625418</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030241431668400764</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.91297028816586</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.5465</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>20.7547</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>92.9725</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>30.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>315225.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>384.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>202.5337</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1169</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>449.6277</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2614.0949</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2757.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>61319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>932.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>704.5741</td></tr>
<tr><td colspan=3>tsnr</td><td>32.29237486375496</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>