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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-03/func/sub-0010_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>dab4cdffabb962432f1fce7d60288abc</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:40:45.802500</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.999779, 0.0133024, 0.0162514, -0.0139605, 0.999058, 0.0410794]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0725047</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7731, -7300, 622, -54, -17, 28, 84]</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>227.279</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46073b7f-45f5-4cde-a10f-114a8ca891c6||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.682335138320923, -0.03745506703853607, 0.04236191138625145, 110.38511657714844], [-0.035689301788806915, 2.6804006099700928, 0.11150258034467697, -85.02178955078125], [0.04360119625926018, -0.11021311581134796, 2.697364091873169, -54.23923110961914], [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': ['154045.802500', '154046.262500', '154046.722500', '154047.182500', '154047.642500', '154048.102500', '154048.562500', '154049.022500', '154049.482500', '154049.942500', '154050.402500', '154050.862500', '154051.322500', '154051.782500', '154052.242500', '154052.702500', '154053.162500', '154053.622500', '154054.082500', '154054.542500', '154055.002500', '154055.462500', '154055.922500', '154056.382500', '154056.842500', '154057.302500', '154057.762500', '154058.222500', '154058.682500', '154059.142500', '154059.602500', '154100.062500', '154100.522500', '154100.982500', '154101.442500', '154101.902500', '154102.362500', '154102.822500', '154103.282500', '154103.742500', '154104.202500', '154104.662500', '154105.122500', '154105.582500', '154106.042500', '154106.502500', '154106.962500', '154107.422500', '154107.882500', '154108.342500', '154108.802500', '154109.262500', '154109.722500', '154110.182500', '154110.642500', '154111.102500', '154111.562500', '154112.022500', '154112.482500', '154112.942500', '154113.402500', '154113.862500', '154114.322500', '154114.782500', '154115.242500', '154115.702500', '154116.162500', '154116.622500', '154117.082500', '154117.542500', '154118.002500', '154118.462500', '154118.922500', '154119.382500', '154119.842500', '154120.302500', '154120.762500', '154121.222500', '154121.682500', '154122.142500', '154122.602500', '154123.062500', '154123.522500', '154123.982500', '154124.442500', '154124.902500', '154125.362500', '154125.822500', '154126.282500', '154126.742500', '154127.202500', '154127.662500', '154128.122500', '154128.582500', '154129.042500', '154129.502500', '154129.962500', '154130.422500', '154130.882500', '154131.342500', '154131.802500', '154132.262500', '154132.722500', '154133.182500', '154133.642500', '154134.102500', '154134.562500', '154135.022500', '154135.482500', '154135.942500', '154136.402500', '154136.862500', '154137.322500', '154137.782500', '154138.242500', '154138.702500', '154139.162500', '154139.622500', '154140.082500', '154140.542500', '154141.002500', '154141.462500', '154141.922500', '154142.382500', '154142.842500', '154143.302500', '154143.762500', '154144.222500', '154144.682500', '154145.142500', '154145.602500', '154146.062500', '154146.522500', '154146.982500', '154147.442500', '154147.902500', '154148.362500', '154148.822500', '154149.282500', '154149.742500', '154150.202500', '154150.662500', '154151.122500', '154151.582500', '154152.042500', '154152.502500', '154152.962500', '154153.422500', '154153.882500', '154154.342500', '154154.802500', '154155.262500', '154155.722500', '154156.182500', '154156.642500', '154157.102500', '154157.562500', '154158.022500', '154158.482500', '154158.942500', '154159.402500', '154159.862500', '154200.322500', '154200.782500', '154201.242500', '154201.702500', '154202.162500', '154202.622500', '154203.082500', '154203.542500', '154204.002500', '154204.462500', '154204.922500', '154205.382500', '154205.842500', '154206.302500', '154206.762500', '154207.222500', '154207.682500', '154208.142500', '154208.602500', '154209.062500', '154209.522500', '154209.982500', '154210.442500', '154210.902500', '154211.362500', '154211.822500', '154212.282500', '154212.742500', '154213.202500', '154213.662500', '154214.122500', '154214.582500', '154215.042500', '154215.502500', '154215.962500', '154216.422500', '154216.882500', '154217.342500', '154217.802500', '154218.262500', '154218.722500', '154219.182500', '154219.642500', '154220.102500', '154220.562500', '154221.022500', '154221.482500', '154221.942500', '154222.402500', '154222.862500', '154223.322500', '154223.782500', '154224.242500', '154224.702500', '154225.162500', '154225.622500', '154226.082500', '154226.542500', '154227.002500', '154227.462500', '154227.922500', '154228.382500', '154228.842500', '154229.302500', '154229.762500', '154230.222500', '154230.682500', '154231.142500', '154231.602500', '154232.062500', '154232.522500', '154232.982500', '154233.442500', '154233.902500', '154234.362500', '154234.822500', '154235.282500', '154235.742500', '154236.202500', '154236.662500', '154237.122500', '154237.582500', '154238.042500', '154238.502500', '154238.962500', '154239.422500', '154239.882500', '154240.342500', '154240.802500', '154241.262500', '154241.722500', '154242.182500', '154242.642500', '154243.102500', '154243.562500', '154244.022500', '154244.482500', '154244.942500', '154245.402500', '154245.862500', '154246.322500', '154246.782500', '154247.242500', '154247.702500', '154248.162500', '154248.622500', '154249.082500', '154249.542500', '154250.002500', '154250.462500', '154250.922500', '154251.382500', '154251.842500', '154252.302500', '154252.762500', '154253.222500', '154253.682500', '154254.142500', '154254.602500', '154255.062500', '154255.522500', '154255.982500', '154256.442500', '154256.902500', '154257.362500', '154257.822500', '154258.282500', '154258.742500', '154259.202500', '154259.662500', '154300.122500', '154300.582500', '154301.042500', '154301.502500', '154301.962500', '154302.422500', '154302.882500', '154303.342500', '154303.802500', '154304.262500', '154304.722500', '154305.182500', '154305.642500', '154306.102500', '154306.562500', '154307.022500', '154307.482500', '154307.942500', '154308.402500', '154308.862500', '154309.322500', '154309.782500', '154310.242500', '154310.702500', '154311.162500', '154311.622500', '154312.082500', '154312.542500', '154313.002500', '154313.462500', '154313.922500', '154314.382500', '154314.842500', '154315.302500', '154315.762500', '154316.222500', '154316.682500', '154317.142500', '154317.602500', '154318.062500', '154318.522500', '154318.982500', '154319.442500', '154319.902500', '154320.362500', '154320.822500', '154321.282500', '154321.742500', '154322.202500', '154322.662500', '154323.122500', '154323.582500', '154324.042500', '154324.502500', '154324.962500', '154325.422500', '154325.882500', '154326.342500', '154326.802500', '154327.262500', '154327.722500', '154328.182500', '154328.642500', '154329.102500', '154329.562500', '154330.022500', '154330.482500', '154330.942500', '154331.402500', '154331.862500', '154332.322500', '154332.782500', '154333.242500', '154333.702500', '154334.162500', '154334.622500', '154335.082500', '154335.542500', '154336.002500', '154336.462500', '154336.922500', '154337.382500', '154337.842500', '154338.302500', '154338.762500', '154339.222500', '154339.682500', '154340.142500', '154340.602500', '154341.062500', '154341.522500', '154341.982500', '154342.442500', '154342.902500', '154343.362500', '154343.822500', '154344.282500', '154344.742500', '154345.202500', '154345.662500', '154346.122500', '154346.582500', '154347.042500', '154347.502500', '154347.962500', '154348.422500', '154348.882500', '154349.342500', '154349.802500', '154350.262500', '154350.722500', '154351.182500', '154351.642500', '154352.102500', '154352.562500', '154353.022500', '154353.482500', '154353.942500', '154354.402500', '154354.862500', '154355.322500', '154355.782500', '154356.242500', '154356.702500', '154357.162500', '154357.622500', '154358.082500', '154358.542500', '154359.002500', '154359.462500', '154359.922500', '154400.382500', '154400.842500', '154401.302500', '154401.762500', '154402.222500', '154402.682500', '154403.142500', '154403.602500', '154404.062500', '154404.522500', '154404.982500', '154405.442500', '154405.902500', '154406.362500', '154406.822500', '154407.282500', '154407.742500', '154408.202500', '154408.662500', '154409.122500', '154409.582500', '154410.042500', '154410.502500', '154410.962500', '154411.422500', '154411.882500', '154412.342500', '154412.802500', '154413.262500', '154413.722500', '154414.182500', '154414.642500', '154415.102500', '154415.562500', '154416.022500', '154416.482500', '154416.942500', '154417.402500', '154417.862500', '154418.322500', '154418.782500', '154419.242500', '154419.702500', '154420.162500', '154420.622500', '154421.082500', '154421.542500', '154422.002500', '154422.462500', '154422.922500', '154423.382500', '154423.842500', '154424.302500', '154424.762500', '154425.222500', '154425.682500', '154426.142500', '154426.602500', '154427.062500', '154427.522500', '154427.982500', '154428.442500', '154428.902500', '154429.362500', '154429.822500', '154430.282500', '154430.742500', '154431.202500', '154431.662500', '154432.122500', '154432.582500', '154433.042500', '154433.502500', '154433.962500', '154434.422500', '154434.882500', '154435.342500', '154435.802500', '154436.262500', '154436.722500', '154437.182500', '154437.642500', '154438.102500', '154438.562500', '154439.022500', '154439.482500', '154439.942500', '154440.402500', '154440.862500', '154441.322500', '154441.782500', '154442.242500', '154442.702500', '154443.162500', '154443.622500', '154444.082500', '154444.542500', '154445.002500', '154445.462500', '154445.922500', '154446.382500', '154446.842500', '154447.302500', '154447.762500', '154448.222500', '154448.682500', '154449.142500', '154449.602500', '154450.062500', '154450.522500', '154450.982500', '154451.442500', '154451.902500', '154452.362500', '154452.822500', '154453.282500', '154453.742500', '154454.202500', '154454.662500', '154455.122500', '154455.582500', '154456.042500', '154456.502500', '154456.962500', '154457.422500', '154457.882500', '154458.342500', '154458.802500', '154459.262500', '154459.722500', '154500.182500', '154500.642500', '154501.102500', '154501.562500', '154502.022500', '154502.482500', '154502.942500', '154503.402500', '154503.862500', '154504.322500', '154504.782500', '154505.242500', '154505.702500', '154506.162500', '154506.622500', '154507.082500', '154507.542500', '154508.002500', '154508.462500', '154508.922500', '154509.382500', '154509.842500', '154510.302500', '154510.762500', '154511.222500', '154511.682500', '154512.142500', '154512.602500', '154513.062500', '154513.522500', '154513.982500', '154514.442500', '154514.902500', '154515.362500', '154515.822500', '154516.282500', '154516.742500', '154517.202500', '154517.662500', '154518.122500', '154518.582500', '154519.042500', '154519.502500', '154519.962500', '154520.422500', '154520.882500', '154521.342500', '154521.802500', '154522.262500', '154522.722500', '154523.182500', '154523.642500', '154524.102500', '154524.562500', '154525.022500', '154525.482500', '154525.942500', '154526.402500', '154526.862500', '154527.322500', '154527.782500', '154528.242500', '154528.702500', '154529.162500', '154529.622500', '154530.082500', '154530.542500', '154531.002500', '154531.462500', '154531.922500', '154532.382500', '154532.842500', '154533.302500', '154533.762500', '154534.222500', '154534.682500', '154535.142500', '154535.602500', '154536.062500', '154536.522500', '154536.982500', '154537.442500', '154537.902500', '154538.362500', '154538.822500', '154539.282500', '154539.742500', '154540.202500', '154540.662500', '154541.122500', '154541.582500', '154542.042500', '154542.502500', '154542.962500', '154543.422500', '154543.882500', '154544.342500', '154544.802500', '154545.262500', '154545.722500', '154546.182500', '154546.642500', '154547.102500', '154547.562500', '154548.022500', '154548.482500', '154548.942500', '154549.402500', '154549.862500', '154550.322500', '154550.782500', '154551.242500', '154551.702500', '154552.162500', '154552.622500', '154553.082500', '154553.542500', '154554.002500', '154554.462500', '154554.922500', '154555.382500', '154555.842500', '154556.302500', '154556.762500', '154557.222500', '154557.682500', '154558.142500', '154558.602500', '154559.062500', '154559.522500', '154559.982500', '154600.442500', '154600.902500', '154601.362500', '154601.822500', '154602.282500', '154602.742500', '154603.202500', '154603.662500', '154604.122500', '154604.582500', '154605.042500', '154605.502500', '154605.962500', '154606.422500', '154606.882500', '154607.342500', '154607.802500', '154608.262500', '154608.722500', '154609.182500', '154609.642500', '154610.102500', '154610.562500', '154611.022500', '154611.482500', '154611.942500', '154612.402500', '154612.862500', '154613.322500', '154613.782500', '154614.242500', '154614.702500', '154615.162500', '154615.622500', '154616.082500', '154616.542500', '154617.002500', '154617.462500', '154617.922500', '154618.382500', '154618.842500', '154619.302500', '154619.762500', '154620.222500', '154620.682500', '154621.142500', '154621.602500', '154622.062500', '154622.522500', '154622.982500', '154623.442500', '154623.902500', '154624.362500', '154624.822500', '154625.282500', '154625.742500', '154626.202500', '154626.662500', '154627.122500', '154627.582500', '154628.042500', '154628.502500', '154628.962500', '154629.422500', '154629.882500', '154630.342500', '154630.802500', '154631.262500', '154631.722500', '154632.182500', '154632.642500', '154633.102500', '154633.562500', '154634.022500', '154634.482500', '154634.942500', '154635.402500', '154635.862500', '154636.322500', '154636.782500', '154637.242500', '154637.702500', '154638.162500', '154638.622500', '154639.082500', '154639.542500', '154640.002500', '154640.462500', '154640.922500', '154641.382500', '154641.842500', '154642.302500', '154642.762500', '154643.222500', '154643.682500', '154644.142500', '154644.602500', '154645.062500', '154645.522500', '154645.982500', '154646.442500', '154646.902500', '154647.362500', '154647.822500', '154648.282500', '154648.742500', '154649.202500', '154649.662500', '154650.122500', '154650.582500', '154651.042500', '154651.502500', '154651.962500', '154652.422500', '154652.882500', '154653.342500', '154653.802500', '154654.262500', '154654.722500', '154655.182500', '154655.642500', '154656.102500', '154656.562500', '154657.022500', '154657.482500', '154657.942500', '154658.402500', '154658.862500', '154659.322500', '154659.782500', '154700.242500', '154700.702500', '154701.162500', '154701.622500', '154702.082500', '154702.542500', '154703.002500', '154703.462500', '154703.922500', '154704.382500', '154704.842500', '154705.302500', '154705.762500', '154706.222500', '154706.682500', '154707.142500', '154707.602500', '154708.062500', '154708.522500', '154708.982500', '154709.442500', '154709.902500', '154710.362500', '154710.822500', '154711.282500', '154711.742500', '154712.202500', '154712.662500', '154713.122500', '154713.582500', '154714.042500', '154714.502500', '154714.962500', '154715.422500', '154715.882500', '154716.342500', '154716.802500', '154717.262500', '154717.722500', '154718.182500', '154718.642500', '154719.102500', '154719.562500', '154720.022500', '154720.482500', '154720.942500', '154721.402500', '154721.862500', '154722.322500', '154722.782500', '154723.242500', '154723.702500', '154724.162500', '154724.622500', '154725.082500', '154725.542500', '154726.002500', '154726.462500'], 'ContentTime': ['154105.307000', '154105.311000', '154105.314000', '154105.326000', '154105.329000', '154105.332000', '154105.335000', '154105.337000', '154105.340000', '154105.343000', '154105.346000', '154105.349000', '154105.352000', '154105.354000', '154105.357000', '154105.360000', '154105.368000', '154105.370000', '154105.373000', '154105.376000', '154105.379000', '154105.382000', '154105.385000', '154105.388000', '154105.390000', '154105.393000', '154105.396000', '154105.399000', '154105.402000', '154105.404000', '154105.407000', '154105.410000', '154105.413000', '154105.416000', '154105.419000', '154105.421000', '154105.424000', '154105.427000', '154105.430000', '154105.433000', '154105.435000', '154125.239000', '154125.242000', '154125.245000', '154125.248000', '154125.250000', '154125.253000', '154125.256000', '154125.259000', '154125.262000', '154125.265000', '154125.267000', '154125.270000', '154125.273000', '154125.276000', '154125.279000', '154125.282000', '154125.285000', '154125.287000', '154125.291000', '154125.294000', '154125.297000', '154125.300000', '154125.303000', '154125.306000', '154125.309000', '154125.311000', '154125.314000', '154125.317000', '154125.320000', '154125.323000', '154125.325000', '154125.328000', '154125.331000', '154125.334000', '154125.337000', '154125.340000', '154125.342000', '154125.345000', '154125.348000', '154125.351000', '154125.354000', '154125.356000', '154125.359000', '154145.239000', '154145.242000', '154145.245000', '154145.247000', '154145.250000', '154145.253000', '154145.256000', '154145.259000', '154145.262000', '154145.264000', '154145.267000', '154145.270000', '154145.273000', '154145.276000', '154145.279000', '154145.281000', '154145.284000', '154145.287000', '154145.290000', '154145.293000', '154145.296000', '154145.299000', '154145.301000', '154145.304000', '154145.307000', '154145.310000', '154145.313000', '154145.315000', '154145.318000', '154145.321000', '154145.324000', '154145.327000', '154145.330000', '154145.332000', '154145.335000', '154145.338000', '154145.341000', '154145.343000', '154145.346000', '154145.349000', '154145.352000', '154145.355000', '154145.357000', '154145.364000', '154205.239000', '154205.242000', '154205.245000', '154205.248000', '154205.250000', '154205.253000', '154205.256000', '154205.259000', '154205.262000', '154205.265000', '154205.268000', '154205.271000', '154205.273000', '154205.276000', '154205.279000', '154205.282000', '154205.285000', '154205.288000', '154205.291000', '154205.294000', '154205.296000', '154205.299000', '154205.302000', '154205.305000', '154205.308000', '154205.311000', '154205.314000', '154205.316000', '154205.319000', '154205.322000', '154205.325000', '154205.328000', '154205.331000', '154205.333000', '154205.336000', '154205.339000', '154205.342000', '154205.345000', '154205.348000', '154205.351000', '154205.353000', '154205.356000', '154205.359000', '154225.239000', '154225.242000', '154225.245000', '154225.257000', '154225.260000', '154225.262000', '154225.265000', '154225.268000', '154225.271000', '154225.274000', '154225.277000', '154225.280000', '154225.283000', '154225.285000', '154225.288000', '154225.291000', '154225.294000', '154225.297000', '154225.300000', '154225.303000', '154225.305000', '154225.308000', '154225.311000', '154225.314000', '154225.317000', '154225.319000', '154225.322000', '154225.325000', '154225.328000', '154225.331000', '154225.333000', '154225.336000', '154225.339000', '154225.342000', '154225.345000', '154225.348000', '154225.350000', '154225.353000', '154225.356000', '154225.359000', '154225.371000', '154225.374000', '154225.377000', '154225.379000', '154245.239000', '154245.242000', '154245.245000', '154245.247000', '154245.250000', '154245.253000', '154245.256000', '154245.259000', '154245.261000', '154245.264000', '154245.267000', '154245.270000', '154245.273000', '154245.276000', '154245.278000', '154245.281000', '154245.284000', '154245.287000', '154245.290000', '154245.292000', '154245.295000', '154245.298000', '154245.301000', '154245.304000', '154245.306000', '154245.309000', '154245.312000', '154245.315000', '154245.318000', '154245.321000', '154245.323000', '154245.326000', '154245.330000', '154245.333000', '154245.336000', '154245.339000', '154245.342000', '154245.345000', '154245.348000', '154245.350000', '154245.353000', '154245.356000', '154245.359000', '154305.240000', '154305.243000', '154305.246000', '154305.249000', '154305.251000', '154305.254000', '154305.257000', '154305.260000', '154305.263000', '154305.266000', '154305.269000', '154305.272000', '154305.274000', '154305.277000', '154305.280000', '154305.283000', '154305.286000', '154305.289000', '154305.292000', '154305.295000', '154305.297000', '154305.300000', '154305.303000', '154305.306000', '154305.309000', '154305.312000', '154305.315000', '154305.318000', '154305.320000', '154305.323000', '154305.326000', '154305.329000', '154305.332000', '154305.334000', '154305.337000', '154305.340000', '154305.343000', '154305.346000', '154305.349000', '154305.352000', '154305.354000', '154305.357000', '154305.360000', '154305.363000', '154325.239000', '154325.242000', '154325.244000', '154325.247000', '154325.250000', '154325.253000', '154325.256000', '154325.259000', '154325.262000', '154325.265000', '154325.268000', '154325.270000', '154325.274000', '154325.276000', '154325.279000', '154325.282000', '154325.285000', '154325.288000', '154325.291000', '154325.293000', '154325.297000', '154325.299000', '154325.302000', '154325.305000', '154325.308000', '154325.311000', '154325.314000', '154325.316000', '154325.319000', '154325.322000', '154325.325000', '154325.328000', '154325.331000', '154325.333000', '154325.336000', '154325.339000', '154325.342000', '154325.345000', '154325.347000', '154325.350000', '154325.353000', '154325.356000', '154325.359000', '154345.239000', '154345.242000', '154345.245000', '154345.247000', '154345.250000', '154345.262000', '154345.265000', '154345.268000', '154345.271000', '154345.274000', '154345.277000', '154345.279000', '154345.282000', '154345.285000', '154345.288000', '154345.291000', '154345.294000', '154345.296000', '154345.299000', '154345.302000', '154345.305000', '154345.308000', '154345.311000', '154345.313000', '154345.316000', '154345.319000', '154345.322000', '154345.325000', '154345.328000', '154345.331000', '154345.333000', '154345.336000', '154345.339000', '154345.342000', '154345.345000', '154345.347000', '154345.350000', '154345.353000', '154345.356000', '154345.359000', '154345.361000', '154345.364000', '154345.367000', '154345.370000', '154405.239000', '154405.242000', '154405.245000', '154405.248000', '154405.250000', '154405.253000', '154405.256000', '154405.259000', '154405.262000', '154405.265000', '154405.267000', '154405.271000', '154405.273000', '154405.276000', '154405.279000', '154405.282000', '154405.285000', '154405.288000', '154405.290000', '154405.293000', '154405.296000', '154405.299000', '154405.302000', '154405.305000', '154405.308000', '154405.311000', '154405.314000', '154405.317000', '154405.319000', '154405.322000', '154405.325000', '154405.328000', '154405.331000', '154405.333000', '154405.336000', '154405.339000', '154405.358000', '154405.361000', '154405.364000', '154405.370000', '154405.373000', '154405.376000', '154405.379000', '154425.239000', '154425.242000', '154425.245000', '154425.247000', '154425.250000', '154425.253000', '154425.256000', '154425.259000', '154425.262000', '154425.267000', '154425.270000', '154425.273000', '154425.276000', '154425.279000', '154425.281000', '154425.284000', '154425.287000', '154425.290000', '154425.293000', '154425.296000', '154425.299000', '154425.302000', '154425.305000', '154425.308000', '154425.311000', '154425.313000', '154425.316000', '154425.319000', '154425.322000', '154425.325000', '154425.327000', '154425.330000', '154425.333000', '154425.336000', '154425.339000', '154425.342000', '154425.345000', '154425.347000', '154425.350000', '154425.353000', '154425.356000', '154425.359000', '154425.362000', '154445.239000', '154445.242000', '154445.245000', '154445.248000', '154445.251000', '154445.254000', '154445.256000', '154445.259000', '154445.262000', '154445.265000', '154445.268000', '154445.271000', '154445.274000', '154445.276000', '154445.279000', '154445.282000', '154445.285000', '154445.288000', '154445.291000', '154445.294000', '154445.296000', '154445.299000', '154445.302000', '154445.305000', '154445.308000', '154445.311000', '154445.313000', '154445.316000', '154445.319000', '154445.322000', '154445.325000', '154445.327000', '154445.330000', '154445.333000', '154445.336000', '154445.339000', '154445.342000', '154445.344000', '154445.347000', '154445.350000', '154445.353000', '154445.356000', '154445.359000', '154445.362000', '154505.239000', '154505.242000', '154505.245000', '154505.248000', '154505.250000', '154505.253000', '154505.256000', '154505.259000', '154505.262000', '154505.265000', '154505.268000', '154505.271000', '154505.273000', '154505.276000', '154505.279000', '154505.282000', '154505.285000', '154505.288000', '154505.291000', '154505.294000', '154505.296000', '154505.299000', '154505.302000', '154505.305000', '154505.308000', '154505.311000', '154505.313000', '154505.316000', '154505.319000', '154505.322000', '154505.325000', '154505.328000', '154505.330000', '154505.333000', '154505.336000', '154505.339000', '154505.342000', '154505.345000', '154505.347000', '154505.350000', '154505.353000', '154505.356000', '154505.359000', '154505.362000', '154525.240000', '154525.243000', '154525.246000', '154525.249000', '154525.251000', '154525.254000', '154525.257000', '154525.260000', '154525.263000', '154525.266000', '154525.269000', '154525.272000', '154525.275000', '154525.278000', '154525.280000', '154525.283000', '154525.286000', '154525.289000', '154525.292000', '154525.295000', '154525.297000', '154525.300000', '154525.303000', '154525.306000', '154525.309000', '154525.312000', '154525.314000', '154525.317000', '154525.320000', '154525.323000', '154525.326000', '154525.329000', '154525.331000', '154525.334000', '154525.337000', '154525.340000', '154525.343000', '154525.346000', '154525.348000', '154525.351000', '154525.354000', '154525.357000', '154525.360000', '154545.239000', '154545.242000', '154545.245000', '154545.255000', '154545.259000', '154545.264000', '154545.267000', '154545.270000', '154545.273000', '154545.276000', '154545.279000', '154545.282000', '154545.285000', '154545.287000', '154545.290000', '154545.293000', '154545.296000', '154545.299000', '154545.302000', '154545.305000', '154545.308000', '154545.310000', '154545.313000', '154545.316000', '154545.319000', '154545.322000', '154545.325000', '154545.327000', '154545.330000', '154545.333000', '154545.336000', '154545.339000', '154545.342000', '154545.344000', '154545.347000', '154545.350000', '154545.353000', '154545.356000', '154545.359000', '154545.361000', '154545.364000', '154545.367000', '154545.370000', '154605.239000', '154605.242000', '154605.245000', '154605.248000', '154605.250000', '154605.253000', '154605.256000', '154605.259000', '154605.262000', '154605.265000', '154605.268000', '154605.271000', '154605.274000', '154605.277000', '154605.280000', '154605.282000', '154605.285000', '154605.288000', '154605.291000', '154605.294000', '154605.297000', '154605.300000', '154605.302000', '154605.305000', '154605.308000', '154605.311000', '154605.314000', '154605.317000', '154605.320000', '154605.322000', '154605.325000', '154605.328000', '154605.331000', '154605.334000', '154605.337000', '154605.340000', '154605.342000', '154605.345000', '154605.348000', '154605.351000', '154605.354000', '154605.356000', '154605.359000', '154605.362000', '154625.240000', '154625.244000', '154625.246000', '154625.249000', '154625.252000', '154625.255000', '154625.258000', '154625.261000', '154625.264000', '154625.267000', '154625.272000', '154625.276000', '154625.279000', '154625.282000', '154625.285000', '154625.287000', '154625.290000', '154625.293000', '154625.296000', '154625.299000', '154625.302000', '154625.305000', '154625.308000', '154625.311000', '154625.313000', '154625.316000', '154625.319000', '154625.322000', '154625.325000', '154625.328000', '154625.331000', '154625.334000', '154625.336000', '154625.339000', '154625.342000', '154625.345000', '154625.348000', '154625.351000', '154625.353000', '154625.356000', '154625.359000', '154625.362000', '154625.365000', '154645.239000', '154645.242000', '154645.245000', '154645.248000', '154645.251000', '154645.253000', '154645.256000', '154645.259000', '154645.262000', '154645.265000', '154645.268000', '154645.270000', '154645.273000', '154645.276000', '154645.281000', '154645.284000', '154645.287000', '154645.290000', '154645.293000', '154645.296000', '154645.299000', '154645.301000', '154645.304000', '154645.307000', '154645.310000', '154645.313000', '154645.316000', '154645.318000', '154645.321000', '154645.324000', '154645.327000', '154645.330000', '154645.333000', '154645.336000', '154645.338000', '154645.341000', '154645.344000', '154645.347000', '154645.350000', '154645.352000', '154645.355000', '154645.358000', '154645.361000', '154645.364000', '154705.239000', '154705.242000', '154705.245000', '154705.248000', '154705.250000', '154705.253000', '154705.256000', '154705.259000', '154705.262000', '154705.265000', '154705.268000', '154705.271000', '154705.273000', '154705.276000', '154705.279000', '154705.282000', '154705.285000', '154705.289000', '154705.294000', '154705.297000', '154705.301000', '154705.303000', '154705.306000', '154705.309000', '154705.312000', '154705.315000', '154705.318000', '154705.321000', '154705.337000', '154705.340000', '154705.343000', '154705.345000', '154705.348000', '154705.351000', '154705.354000', '154705.357000', '154705.359000', '154705.362000', '154705.365000', '154705.368000', '154705.371000', '154705.374000', '154705.377000', '154725.239000', '154725.242000', '154725.245000', '154725.248000', '154725.250000', '154725.253000', '154725.256000', '154725.259000', '154725.262000', '154725.265000', '154725.268000', '154725.271000', '154725.273000', '154725.276000', '154725.279000', '154725.282000', '154725.285000', '154725.288000', '154725.291000', '154725.293000', '154725.296000', '154725.299000', '154725.302000', '154725.305000', '154725.308000', '154725.310000', '154725.313000', '154725.316000', '154725.319000', '154725.322000', '154725.324000', '154725.327000', '154725.330000', '154725.333000', '154725.336000', '154725.338000', '154725.341000', '154725.344000', '154725.347000', '154725.350000', '154725.352000', '154725.355000', '154725.358000', '154725.361000', '154727.428000', '154727.432000', '154727.435000', '154727.438000', '154727.441000'], 'InstanceCreationTime': ['154105.307000', '154105.311000', '154105.314000', '154105.326000', '154105.329000', '154105.332000', '154105.335000', '154105.337000', '154105.340000', '154105.343000', '154105.346000', '154105.349000', '154105.352000', '154105.354000', '154105.357000', '154105.360000', '154105.368000', '154105.370000', '154105.373000', '154105.376000', '154105.379000', '154105.382000', '154105.385000', '154105.388000', '154105.390000', '154105.393000', '154105.396000', '154105.399000', '154105.402000', '154105.404000', '154105.407000', '154105.410000', '154105.413000', '154105.416000', '154105.419000', '154105.421000', '154105.424000', '154105.427000', '154105.430000', '154105.433000', '154105.435000', '154125.239000', '154125.242000', '154125.245000', '154125.248000', '154125.250000', '154125.253000', '154125.256000', '154125.259000', '154125.262000', '154125.265000', '154125.267000', '154125.270000', '154125.273000', '154125.276000', '154125.279000', '154125.282000', '154125.285000', '154125.287000', '154125.291000', '154125.294000', '154125.297000', '154125.300000', '154125.303000', '154125.306000', '154125.309000', '154125.311000', '154125.314000', '154125.317000', '154125.320000', '154125.323000', '154125.325000', '154125.328000', '154125.331000', '154125.334000', '154125.337000', '154125.340000', '154125.342000', '154125.345000', '154125.348000', '154125.351000', '154125.354000', '154125.356000', '154125.359000', '154145.239000', '154145.242000', '154145.245000', '154145.247000', '154145.250000', '154145.253000', '154145.256000', '154145.259000', '154145.262000', '154145.264000', '154145.267000', '154145.270000', '154145.273000', '154145.276000', '154145.279000', '154145.281000', '154145.284000', '154145.287000', '154145.290000', '154145.293000', '154145.296000', '154145.299000', '154145.301000', '154145.304000', '154145.307000', '154145.310000', '154145.313000', '154145.315000', '154145.318000', '154145.321000', '154145.324000', '154145.327000', '154145.330000', '154145.332000', '154145.335000', '154145.338000', '154145.341000', '154145.343000', '154145.346000', '154145.349000', '154145.352000', '154145.355000', '154145.357000', '154145.364000', '154205.239000', '154205.242000', '154205.245000', '154205.248000', '154205.250000', '154205.253000', '154205.256000', '154205.259000', '154205.262000', '154205.265000', '154205.268000', '154205.271000', '154205.273000', '154205.276000', '154205.279000', '154205.282000', '154205.285000', '154205.288000', '154205.291000', '154205.294000', '154205.296000', '154205.299000', '154205.302000', '154205.305000', '154205.308000', '154205.311000', '154205.314000', '154205.316000', '154205.319000', '154205.322000', '154205.325000', '154205.328000', '154205.331000', '154205.333000', '154205.336000', '154205.339000', '154205.342000', '154205.345000', '154205.348000', '154205.351000', '154205.353000', '154205.356000', '154205.359000', '154225.239000', '154225.242000', '154225.245000', '154225.257000', '154225.260000', '154225.262000', '154225.265000', '154225.268000', '154225.271000', '154225.274000', '154225.277000', '154225.280000', '154225.283000', '154225.285000', '154225.288000', '154225.291000', '154225.294000', '154225.297000', '154225.300000', '154225.303000', '154225.305000', '154225.308000', '154225.311000', '154225.314000', '154225.317000', '154225.319000', '154225.322000', '154225.325000', '154225.328000', '154225.331000', '154225.333000', '154225.336000', '154225.339000', '154225.342000', '154225.345000', '154225.348000', '154225.350000', '154225.353000', '154225.356000', '154225.359000', '154225.371000', '154225.374000', '154225.377000', '154225.379000', '154245.239000', '154245.242000', '154245.245000', '154245.247000', '154245.250000', '154245.253000', '154245.256000', '154245.259000', '154245.261000', '154245.264000', '154245.267000', '154245.270000', '154245.273000', '154245.276000', '154245.278000', '154245.281000', '154245.284000', '154245.287000', '154245.290000', '154245.292000', '154245.295000', '154245.298000', '154245.301000', '154245.304000', '154245.306000', '154245.309000', '154245.312000', '154245.315000', '154245.318000', '154245.321000', '154245.323000', '154245.326000', '154245.330000', '154245.333000', '154245.336000', '154245.339000', '154245.342000', '154245.345000', '154245.348000', '154245.350000', '154245.353000', '154245.356000', '154245.359000', '154305.240000', '154305.243000', '154305.246000', '154305.249000', '154305.251000', '154305.254000', '154305.257000', '154305.260000', '154305.263000', '154305.266000', '154305.269000', '154305.272000', '154305.274000', '154305.277000', '154305.280000', '154305.283000', '154305.286000', '154305.289000', '154305.292000', '154305.295000', '154305.297000', '154305.300000', '154305.303000', '154305.306000', '154305.309000', '154305.312000', '154305.315000', '154305.318000', '154305.320000', '154305.323000', '154305.326000', '154305.329000', '154305.332000', '154305.334000', '154305.337000', '154305.340000', '154305.343000', '154305.346000', '154305.349000', '154305.352000', '154305.354000', '154305.357000', '154305.360000', '154305.363000', '154325.239000', '154325.242000', '154325.244000', '154325.247000', '154325.250000', '154325.253000', '154325.256000', '154325.259000', '154325.262000', '154325.265000', '154325.268000', '154325.270000', '154325.274000', '154325.276000', '154325.279000', '154325.282000', '154325.285000', '154325.288000', '154325.291000', '154325.293000', '154325.297000', '154325.299000', '154325.302000', '154325.305000', '154325.308000', '154325.311000', '154325.314000', '154325.316000', '154325.319000', '154325.322000', '154325.325000', '154325.328000', '154325.331000', '154325.333000', '154325.336000', '154325.339000', '154325.342000', '154325.345000', '154325.347000', '154325.350000', '154325.353000', '154325.356000', '154325.359000', '154345.239000', '154345.242000', '154345.245000', '154345.247000', '154345.250000', '154345.262000', '154345.265000', '154345.268000', '154345.271000', '154345.274000', '154345.277000', '154345.279000', '154345.282000', '154345.285000', '154345.288000', '154345.291000', '154345.294000', '154345.296000', '154345.299000', '154345.302000', '154345.305000', '154345.308000', '154345.311000', '154345.313000', '154345.316000', '154345.319000', '154345.322000', '154345.325000', '154345.328000', '154345.331000', '154345.333000', '154345.336000', '154345.339000', '154345.342000', '154345.345000', '154345.347000', '154345.350000', '154345.353000', '154345.356000', '154345.359000', '154345.361000', '154345.364000', '154345.367000', '154345.370000', '154405.239000', '154405.242000', '154405.245000', '154405.248000', '154405.250000', '154405.253000', '154405.256000', '154405.259000', '154405.262000', '154405.265000', '154405.267000', '154405.271000', '154405.273000', '154405.276000', '154405.279000', '154405.282000', '154405.285000', '154405.288000', '154405.290000', '154405.293000', '154405.296000', '154405.299000', '154405.302000', '154405.305000', '154405.308000', '154405.311000', '154405.314000', '154405.317000', '154405.319000', '154405.322000', '154405.325000', '154405.328000', '154405.331000', '154405.333000', '154405.336000', '154405.339000', '154405.358000', '154405.361000', '154405.364000', '154405.370000', '154405.373000', '154405.376000', '154405.379000', '154425.239000', '154425.242000', '154425.245000', '154425.247000', '154425.250000', '154425.253000', '154425.256000', '154425.259000', '154425.262000', '154425.267000', '154425.270000', '154425.273000', '154425.276000', '154425.279000', '154425.281000', '154425.284000', '154425.287000', '154425.290000', '154425.293000', '154425.296000', '154425.299000', '154425.302000', '154425.305000', '154425.308000', '154425.311000', '154425.313000', '154425.316000', '154425.319000', '154425.322000', '154425.325000', '154425.327000', '154425.330000', '154425.333000', '154425.336000', '154425.339000', '154425.342000', '154425.345000', '154425.347000', '154425.350000', '154425.353000', '154425.356000', '154425.359000', '154425.362000', '154445.239000', '154445.242000', '154445.245000', '154445.248000', '154445.251000', '154445.254000', '154445.256000', '154445.259000', '154445.262000', '154445.265000', '154445.268000', '154445.271000', '154445.274000', '154445.276000', '154445.279000', '154445.282000', '154445.285000', '154445.288000', '154445.291000', '154445.294000', '154445.296000', '154445.299000', '154445.302000', '154445.305000', '154445.308000', '154445.311000', '154445.313000', '154445.316000', '154445.319000', '154445.322000', '154445.325000', '154445.327000', '154445.330000', '154445.333000', '154445.336000', '154445.339000', '154445.342000', '154445.344000', '154445.347000', '154445.350000', '154445.353000', '154445.356000', '154445.359000', '154445.362000', '154505.239000', '154505.242000', '154505.245000', '154505.248000', '154505.250000', '154505.253000', '154505.256000', '154505.259000', '154505.262000', '154505.265000', '154505.268000', '154505.271000', '154505.273000', '154505.276000', '154505.279000', '154505.282000', '154505.285000', '154505.288000', '154505.291000', '154505.294000', '154505.296000', '154505.299000', '154505.302000', '154505.305000', '154505.308000', '154505.311000', '154505.313000', '154505.316000', '154505.319000', '154505.322000', '154505.325000', '154505.328000', '154505.330000', '154505.333000', '154505.336000', '154505.339000', '154505.342000', '154505.345000', '154505.347000', '154505.350000', '154505.353000', '154505.356000', '154505.359000', '154505.362000', '154525.240000', '154525.243000', '154525.246000', '154525.249000', '154525.251000', '154525.254000', '154525.257000', '154525.260000', '154525.263000', '154525.266000', '154525.269000', '154525.272000', '154525.275000', '154525.278000', '154525.280000', '154525.283000', '154525.286000', '154525.289000', '154525.292000', '154525.295000', '154525.297000', '154525.300000', '154525.303000', '154525.306000', '154525.309000', '154525.312000', '154525.314000', '154525.317000', '154525.320000', '154525.323000', '154525.326000', '154525.329000', '154525.331000', '154525.334000', '154525.337000', '154525.340000', '154525.343000', '154525.346000', '154525.348000', '154525.351000', '154525.354000', '154525.357000', '154525.360000', '154545.239000', '154545.242000', '154545.245000', '154545.255000', '154545.259000', '154545.264000', '154545.267000', '154545.270000', '154545.273000', '154545.276000', '154545.279000', '154545.282000', '154545.285000', '154545.287000', '154545.290000', '154545.293000', '154545.296000', '154545.299000', '154545.302000', '154545.305000', '154545.308000', '154545.310000', '154545.313000', '154545.316000', '154545.319000', '154545.322000', '154545.325000', '154545.327000', '154545.330000', '154545.333000', '154545.336000', '154545.339000', '154545.342000', '154545.344000', '154545.347000', '154545.350000', '154545.353000', '154545.356000', '154545.359000', '154545.361000', '154545.364000', '154545.367000', '154545.370000', '154605.239000', '154605.242000', '154605.245000', '154605.248000', '154605.250000', '154605.253000', '154605.256000', '154605.259000', '154605.262000', '154605.265000', '154605.268000', '154605.271000', '154605.274000', '154605.277000', '154605.280000', '154605.282000', '154605.285000', '154605.288000', '154605.291000', '154605.294000', '154605.297000', '154605.300000', '154605.302000', '154605.305000', '154605.308000', '154605.311000', '154605.314000', '154605.317000', '154605.320000', '154605.322000', '154605.325000', '154605.328000', '154605.331000', '154605.334000', '154605.337000', '154605.340000', '154605.342000', '154605.345000', '154605.348000', '154605.351000', '154605.354000', '154605.356000', '154605.359000', '154605.362000', '154625.240000', '154625.244000', '154625.246000', '154625.249000', '154625.252000', '154625.255000', '154625.258000', '154625.261000', '154625.264000', '154625.267000', '154625.272000', '154625.276000', '154625.279000', '154625.282000', '154625.285000', '154625.287000', '154625.290000', '154625.293000', '154625.296000', '154625.299000', '154625.302000', '154625.305000', '154625.308000', '154625.311000', '154625.313000', '154625.316000', '154625.319000', '154625.322000', '154625.325000', '154625.328000', '154625.331000', '154625.334000', '154625.336000', '154625.339000', '154625.342000', '154625.345000', '154625.348000', '154625.351000', '154625.353000', '154625.356000', '154625.359000', '154625.362000', '154625.365000', '154645.239000', '154645.242000', '154645.245000', '154645.248000', '154645.251000', '154645.253000', '154645.256000', '154645.259000', '154645.262000', '154645.265000', '154645.268000', '154645.270000', '154645.273000', '154645.276000', '154645.281000', '154645.284000', '154645.287000', '154645.290000', '154645.293000', '154645.296000', '154645.299000', '154645.301000', '154645.304000', '154645.307000', '154645.310000', '154645.313000', '154645.316000', '154645.318000', '154645.321000', '154645.324000', '154645.327000', '154645.330000', '154645.333000', '154645.336000', '154645.338000', '154645.341000', '154645.344000', '154645.347000', '154645.350000', '154645.352000', '154645.355000', '154645.358000', '154645.361000', '154645.364000', '154705.239000', '154705.242000', '154705.245000', '154705.248000', '154705.250000', '154705.253000', '154705.256000', '154705.259000', '154705.262000', '154705.265000', '154705.268000', '154705.271000', '154705.273000', '154705.276000', '154705.279000', '154705.282000', '154705.285000', '154705.289000', '154705.294000', '154705.297000', '154705.301000', '154705.303000', '154705.306000', '154705.309000', '154705.312000', '154705.315000', '154705.318000', '154705.321000', '154705.337000', '154705.340000', '154705.343000', '154705.345000', '154705.348000', '154705.351000', '154705.354000', '154705.357000', '154705.359000', '154705.362000', '154705.365000', '154705.368000', '154705.371000', '154705.374000', '154705.377000', '154725.239000', '154725.242000', '154725.245000', '154725.248000', '154725.250000', '154725.253000', '154725.256000', '154725.259000', '154725.262000', '154725.265000', '154725.268000', '154725.271000', '154725.273000', '154725.276000', '154725.279000', '154725.282000', '154725.285000', '154725.288000', '154725.291000', '154725.293000', '154725.296000', '154725.299000', '154725.302000', '154725.305000', '154725.308000', '154725.310000', '154725.313000', '154725.316000', '154725.319000', '154725.322000', '154725.324000', '154725.327000', '154725.330000', '154725.333000', '154725.336000', '154725.338000', '154725.341000', '154725.344000', '154725.347000', '154725.350000', '154725.352000', '154725.355000', '154725.358000', '154725.361000', '154727.428000', '154727.432000', '154727.435000', '154727.438000', '154727.441000'], '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': [11441, 13780, 10112, 11372, 11035, 8579, 14424, 11208, 14683, 12109, 15379, 11880, 14897, 11645, 12981, 9611, 10665, 9300, 9763, 8988, 8853, 10174, 9463, 7759, 9489, 9262, 9148, 10152, 8733, 10188, 9020, 10340, 8741, 10627, 8838, 10174, 8895, 10711, 9225, 11908, 8617, 11353, 8523, 11533, 8848, 9331, 10936, 9187, 8276, 9134, 10763, 9458, 11618, 8855, 10413, 8800, 10241, 8756, 9407, 8579, 9634, 7436, 10355, 8118, 9524, 7784, 9920, 7996, 10129, 11600, 9304, 13008, 9106, 11554, 8837, 11192, 8794, 11298, 8825, 10945, 9471, 11161, 9101, 11580, 8940, 11524, 9184, 11105, 8430, 11343, 8364, 11154, 7942, 9819, 8007, 9821, 8106, 10084, 8087, 10587, 8134, 9901, 8056, 9919, 11803, 9685, 13018, 9483, 11263, 9366, 11200, 9379, 11338, 9922, 11659, 10461, 7967, 10175, 8116, 10511, 10205, 10722, 12654, 10575, 12145, 9508, 12438, 9367, 12614, 9358, 12514, 9550, 9963, 10021, 8221, 10943, 8146, 11156, 10366, 11894, 9019, 10947, 10195, 10593, 14038, 9960, 14844, 10811, 13936, 8913, 12607, 9160, 11995, 9086, 11663, 9980, 11123, 9186, 9671, 10276, 9353, 10317, 8826, 11296, 8512, 10904, 9710, 10041, 9106, 10991, 8964, 16144, 9738, 11879, 13393, 11773, 15347, 10823, 15932, 10563, 15139, 9776, 13827, 10319, 9942, 9604, 9695, 8235, 9758, 8328, 9894, 10485, 9754, 11314, 9912, 10378, 9602, 9788, 9824, 10511, 9914, 11069, 10242, 10531, 10087, 11534, 9889, 14338, 9540, 13358, 9746, 12976, 10090, 13349, 8997, 11510, 8805, 11404, 8608, 11569, 8850, 11543, 8956, 10296, 9002, 10500, 8010, 11601, 8269, 12536, 9627, 8869, 12968, 8717, 8334, 10393, 9782, 9425, 10124, 9504, 8429, 10012, 9445, 14296, 11514, 16068, 12605, 14679, 11458, 13627, 11187, 10553, 10497, 10473, 10515, 10204, 9414, 13580, 9173, 12668, 9496, 11499, 9089, 9110, 8561, 8160, 8529, 9695, 8057, 9741, 8239, 10043, 9341, 9673, 10277, 9002, 10088, 8132, 10225, 8144, 10778, 8183, 10732, 8431, 9859, 10298, 9313, 11927, 8836, 10700, 8421, 10871, 8110, 10494, 8137, 9449, 11721, 9368, 13642, 9237, 12800, 10628, 12224, 9920, 12057, 8715, 12736, 8475, 11021, 11209, 9752, 10972, 9535, 12698, 9657, 12663, 9075, 12620, 9507, 11738, 9303, 10481, 9177, 9932, 9488, 11291, 9768, 12446, 9655, 9611, 9420, 11164, 9543, 13314, 9455, 14096, 9998, 13233, 9386, 12719, 8575, 12551, 9330, 11402, 8788, 11065, 8339, 11177, 7944, 10934, 8183, 10942, 8408, 10046, 8594, 9948, 8715, 11089, 9093, 11357, 9298, 11233, 7850, 10704, 7830, 11272, 8087, 11675, 8356, 11454, 7970, 11522, 7996, 11812, 8427, 11985, 8371, 12047, 8131, 13695, 8908, 11041, 10254, 11004, 8332, 10072, 8298, 10353, 9165, 10690, 12959, 10377, 8420, 9465, 8444, 10055, 8958, 11553, 8672, 13993, 9087, 13561, 9284, 8170, 10201, 8242, 11940, 8900, 12977, 8512, 12126, 8395, 12685, 8586, 10526, 8583, 9512, 8495, 9770, 8213, 9810, 10317, 9807, 11544, 9477, 11472, 8426, 10365, 8033, 10077, 8002, 10765, 8786, 10712, 8127, 10974, 8653, 13380, 9283, 11118, 11660, 10476, 12593, 9426, 14955, 9361, 13472, 9804, 11711, 9325, 11898, 7719, 10640, 7787, 9834, 8237, 9706, 12591, 9630, 14048, 9663, 13584, 9850, 12268, 8492, 10637, 8967, 9515, 8018, 9272, 11479, 9308, 11076, 8503, 10735, 8084, 10373, 7981, 9815, 8294, 9598, 8773, 9852, 9254, 9251, 12025, 9243, 11136, 9330, 11173, 8809, 10862, 7696, 10585, 7912, 9974, 8310, 10226, 7931, 9494, 11615, 9274, 12413, 9135, 11637, 9198, 11165, 7857, 10325, 7707, 10296, 7906, 11173, 8215, 10770, 7802, 10652, 7961, 13121, 8530, 12512, 8068, 10976, 8294, 11099, 8717, 11777, 8780, 12618, 8343, 10595, 8533, 11215, 8114, 12177, 8268, 11864, 8422, 11100, 7822, 11483, 8153, 11652, 9213, 11805, 8748, 11061, 9082, 11884, 9904, 12182, 10427, 12870, 8673, 12357, 8809, 11029, 9056, 11028, 8776, 11011, 8246, 9584, 8083, 9646, 8387, 10083, 8323, 9878, 8405, 10065, 8530, 10437, 8813, 10365, 8462, 10275, 8256, 10362, 8421, 10923, 8798, 9990, 10115, 9900, 12597, 9796, 11803, 10125, 8305, 10218, 8370, 10425, 8411, 10985, 8607, 11285, 8277, 11268, 8061, 13155, 8684, 13590, 10508, 14534, 9407, 12488, 9322, 12312, 9611, 12699, 10431, 8451, 9922, 8106, 10223, 8307, 9867, 11025, 10089, 8254, 9284, 8283, 9314, 8218, 9459, 8484, 10223, 8166, 9870, 8398, 10197, 8705, 10764, 10659, 10585, 9128, 9869, 11476, 9785, 13206, 10068, 12940, 9760, 11087, 9582, 11311, 10054, 12945, 9988, 12469, 9677, 12303, 9572, 12604, 9416, 13612, 9668, 13521, 8654, 13735, 10238, 12561, 11204, 7894, 9831, 8585, 8645, 9554, 10114, 9721, 8875, 8942, 8705, 13059, 9593, 15660, 12294, 11051, 15046, 11946, 15596, 11821, 14688, 10045, 10443, 10098, 10111, 10429, 9209, 9142, 9646, 8504, 9836, 8190, 9377, 8272, 9427, 9137, 9619, 9364, 10752, 10405, 9099, 10751, 8820, 10114, 9714, 10224, 11699, 9723, 14251, 10732, 13624, 10841, 12127, 10161, 11515, 9506, 10560, 9584, 10140, 8850, 9853, 8170, 10398, 9440, 10378, 9588, 10548, 9872, 10839, 8846, 11403, 9451, 13054, 9258, 11749, 9262, 11658, 10269, 12793, 9978, 12574, 9232, 11671, 9570, 11794, 10140, 12692, 9336, 11661, 9013, 10899, 8844, 10662, 8081, 10887, 8295, 9415, 8292, 9264, 10230, 9509, 11464, 9727, 8537, 9816, 8511, 9797, 11178, 9581, 12672, 9536, 13646, 9236, 12604, 9846, 12354, 8730, 12184, 8578, 10966, 8588, 9409, 8661, 9288, 8289, 9278, 10071, 9610, 8939, 9286, 10551, 9379, 13322, 9303, 14037, 9556, 12149, 8556, 11278, 8244, 11122, 8728, 10681, 8547, 10211, 8013, 9958, 8058, 10152, 8491, 10660, 8440, 10380, 9227, 10898, 10345, 8566, 10722, 8020, 11592, 8718, 12863, 11231, 13853, 10605, 14699, 10464, 14071, 11372, 12390, 11798, 14603, 9398, 12698, 8410, 11944, 8849, 12033, 8828, 11870, 8881, 10564, 8041, 10210, 8301, 10143, 8160, 9999, 7847, 9435, 8088, 9680, 7952, 10047, 8032, 9952, 8200, 9996, 9747, 10422, 11993, 9777, 9461, 9611, 11528, 9538, 12347, 9476, 12289], 'WindowCenter': [4593.0, 4584.0, 4565.0, 4558.0, 4548.0, 4526.0, 4566.0, 4536.0, 4553.0, 4534.0, 4541.0, 4533.0, 4544.0, 4509.0, 4513.0, 4496.0, 4493.0, 4480.0, 4482.0, 4470.0, 4486.0, 4495.0, 4494.0, 4472.0, 4495.0, 4481.0, 4495.0, 4506.0, 4499.0, 4519.0, 4509.0, 4520.0, 4526.0, 4534.0, 4512.0, 4523.0, 4527.0, 4534.0, 4514.0, 4531.0, 4501.0, 4520.0, 4500.0, 4532.0, 4513.0, 4510.0, 4518.0, 4512.0, 4499.0, 4511.0, 4518.0, 4511.0, 4519.0, 4512.0, 4520.0, 4513.0, 4521.0, 4514.0, 4512.0, 4527.0, 4539.0, 4519.0, 4534.0, 4516.0, 4524.0, 4504.0, 4523.0, 4504.0, 4537.0, 4534.0, 4515.0, 4555.0, 4527.0, 4533.0, 4516.0, 4533.0, 4514.0, 4548.0, 4541.0, 4536.0, 4538.0, 4549.0, 4539.0, 4548.0, 4528.0, 4535.0, 4527.0, 4534.0, 4515.0, 4547.0, 4516.0, 4536.0, 4503.0, 4523.0, 4504.0, 4525.0, 4513.0, 4548.0, 4515.0, 4534.0, 4515.0, 4537.0, 4516.0, 4526.0, 4547.0, 4537.0, 4555.0, 4524.0, 4535.0, 4527.0, 4535.0, 4526.0, 4544.0, 4539.0, 4545.0, 4548.0, 4516.0, 4537.0, 4516.0, 4537.0, 4536.0, 4547.0, 4558.0, 4549.0, 4557.0, 4535.0, 4555.0, 4527.0, 4560.0, 4540.0, 4558.0, 4538.0, 4538.0, 4536.0, 4517.0, 4548.0, 4518.0, 4549.0, 4551.0, 4559.0, 4527.0, 4549.0, 4536.0, 4538.0, 4556.0, 4539.0, 4568.0, 4537.0, 4554.0, 4525.0, 4545.0, 4525.0, 4546.0, 4526.0, 4548.0, 4551.0, 4561.0, 4542.0, 4539.0, 4534.0, 4538.0, 4539.0, 4527.0, 4549.0, 4529.0, 4551.0, 4538.0, 4540.0, 4526.0, 4548.0, 4529.0, 4579.0, 4538.0, 4558.0, 4570.0, 4546.0, 4556.0, 4523.0, 4552.0, 4512.0, 4542.0, 4500.0, 4516.0, 4498.0, 4496.0, 4497.0, 4497.0, 4474.0, 4496.0, 4473.0, 4497.0, 4507.0, 4509.0, 4518.0, 4510.0, 4510.0, 4510.0, 4511.0, 4523.0, 4521.0, 4524.0, 4546.0, 4535.0, 4523.0, 4524.0, 4535.0, 4524.0, 4543.0, 4512.0, 4544.0, 4526.0, 4546.0, 4525.0, 4543.0, 4512.0, 4531.0, 4513.0, 4533.0, 4516.0, 4547.0, 4527.0, 4533.0, 4515.0, 4524.0, 4514.0, 4533.0, 4530.0, 4557.0, 4530.0, 4569.0, 4536.0, 4539.0, 4568.0, 4530.0, 4527.0, 4546.0, 4548.0, 4539.0, 4566.0, 4554.0, 4546.0, 4565.0, 4557.0, 4583.0, 4552.0, 4559.0, 4549.0, 4547.0, 4536.0, 4533.0, 4523.0, 4509.0, 4500.0, 4496.0, 4495.0, 4483.0, 4483.0, 4503.0, 4484.0, 4504.0, 4486.0, 4502.0, 4486.0, 4485.0, 4486.0, 4475.0, 4489.0, 4498.0, 4488.0, 4524.0, 4514.0, 4525.0, 4513.0, 4525.0, 4525.0, 4516.0, 4523.0, 4518.0, 4536.0, 4519.0, 4549.0, 4521.0, 4549.0, 4519.0, 4539.0, 4537.0, 4530.0, 4547.0, 4529.0, 4539.0, 4530.0, 4551.0, 4519.0, 4549.0, 4518.0, 4539.0, 4560.0, 4541.0, 4567.0, 4542.0, 4562.0, 4550.0, 4559.0, 4542.0, 4560.0, 4529.0, 4559.0, 4526.0, 4550.0, 4549.0, 4540.0, 4548.0, 4536.0, 4557.0, 4528.0, 4558.0, 4528.0, 4558.0, 4538.0, 4558.0, 4528.0, 4548.0, 4539.0, 4538.0, 4540.0, 4560.0, 4552.0, 4559.0, 4541.0, 4539.0, 4539.0, 4548.0, 4537.0, 4557.0, 4539.0, 4569.0, 4539.0, 4558.0, 4526.0, 4557.0, 4526.0, 4558.0, 4527.0, 4545.0, 4527.0, 4547.0, 4518.0, 4547.0, 4521.0, 4560.0, 4530.0, 4548.0, 4530.0, 4538.0, 4530.0, 4539.0, 4530.0, 4561.0, 4542.0, 4547.0, 4540.0, 4549.0, 4520.0, 4549.0, 4520.0, 4550.0, 4531.0, 4559.0, 4530.0, 4549.0, 4520.0, 4547.0, 4528.0, 4560.0, 4531.0, 4560.0, 4530.0, 4562.0, 4532.0, 4570.0, 4527.0, 4549.0, 4537.0, 4549.0, 4529.0, 4539.0, 4516.0, 4535.0, 4526.0, 4537.0, 4555.0, 4537.0, 4515.0, 4525.0, 4513.0, 4527.0, 4528.0, 4545.0, 4516.0, 4568.0, 4540.0, 4567.0, 4527.0, 4527.0, 4537.0, 4530.0, 4563.0, 4542.0, 4556.0, 4515.0, 4545.0, 4504.0, 4546.0, 4529.0, 4538.0, 4516.0, 4525.0, 4512.0, 4523.0, 4503.0, 4523.0, 4537.0, 4538.0, 4543.0, 4538.0, 4546.0, 4515.0, 4525.0, 4516.0, 4552.0, 4530.0, 4550.0, 4531.0, 4548.0, 4519.0, 4547.0, 4527.0, 4570.0, 4540.0, 4549.0, 4547.0, 4535.0, 4546.0, 4514.0, 4554.0, 4514.0, 4543.0, 4535.0, 4547.0, 4525.0, 4544.0, 4504.0, 4523.0, 4503.0, 4525.0, 4516.0, 4536.0, 4547.0, 4538.0, 4555.0, 4526.0, 4544.0, 4523.0, 4534.0, 4513.0, 4521.0, 4500.0, 4513.0, 4489.0, 4513.0, 4532.0, 4523.0, 4548.0, 4515.0, 4535.0, 4514.0, 4524.0, 4514.0, 4524.0, 4516.0, 4537.0, 4527.0, 4536.0, 4525.0, 4526.0, 4545.0, 4526.0, 4545.0, 4528.0, 4536.0, 4526.0, 4533.0, 4506.0, 4535.0, 4516.0, 4536.0, 4516.0, 4537.0, 4505.0, 4524.0, 4545.0, 4524.0, 4547.0, 4526.0, 4548.0, 4526.0, 4535.0, 4516.0, 4536.0, 4516.0, 4538.0, 4518.0, 4547.0, 4518.0, 4536.0, 4505.0, 4538.0, 4517.0, 4556.0, 4529.0, 4560.0, 4516.0, 4535.0, 4515.0, 4536.0, 4527.0, 4546.0, 4514.0, 4546.0, 4513.0, 4523.0, 4512.0, 4534.0, 4514.0, 4544.0, 4513.0, 4543.0, 4515.0, 4533.0, 4503.0, 4546.0, 4516.0, 4533.0, 4525.0, 4544.0, 4515.0, 4534.0, 4516.0, 4545.0, 4536.0, 4545.0, 4535.0, 4543.0, 4515.0, 4543.0, 4514.0, 4534.0, 4524.0, 4534.0, 4515.0, 4533.0, 4513.0, 4522.0, 4505.0, 4534.0, 4517.0, 4536.0, 4515.0, 4524.0, 4515.0, 4525.0, 4527.0, 4535.0, 4515.0, 4535.0, 4513.0, 4525.0, 4513.0, 4536.0, 4516.0, 4537.0, 4515.0, 4526.0, 4525.0, 4526.0, 4558.0, 4537.0, 4544.0, 4536.0, 4515.0, 4534.0, 4515.0, 4536.0, 4528.0, 4549.0, 4528.0, 4548.0, 4515.0, 4546.0, 4516.0, 4555.0, 4528.0, 4556.0, 4539.0, 4567.0, 4526.0, 4545.0, 4526.0, 4543.0, 4526.0, 4544.0, 4534.0, 4504.0, 4522.0, 4501.0, 4524.0, 4503.0, 4525.0, 4534.0, 4525.0, 4503.0, 4514.0, 4502.0, 4513.0, 4510.0, 4527.0, 4527.0, 4537.0, 4515.0, 4525.0, 4515.0, 4533.0, 4525.0, 4548.0, 4535.0, 4536.0, 4525.0, 4526.0, 4543.0, 4538.0, 4556.0, 4525.0, 4543.0, 4524.0, 4534.0, 4525.0, 4535.0, 4538.0, 4557.0, 4537.0, 4546.0, 4526.0, 4546.0, 4526.0, 4545.0, 4525.0, 4559.0, 4526.0, 4555.0, 4516.0, 4567.0, 4547.0, 4558.0, 4560.0, 4518.0, 4535.0, 4539.0, 4540.0, 4549.0, 4563.0, 4553.0, 4557.0, 4554.0, 4544.0, 4586.0, 4565.0, 4584.0, 4562.0, 4550.0, 4568.0, 4546.0, 4556.0, 4535.0, 4544.0, 4513.0, 4523.0, 4509.0, 4498.0, 4495.0, 4488.0, 4512.0, 4510.0, 4489.0, 4514.0, 4493.0, 4512.0, 4502.0, 4514.0, 4526.0, 4536.0, 4525.0, 4546.0, 4548.0, 4542.0, 4563.0, 4544.0, 4555.0, 4540.0, 4540.0, 4548.0, 4531.0, 4557.0, 4538.0, 4560.0, 4548.0, 4546.0, 4526.0, 4534.0, 4526.0, 4533.0, 4524.0, 4535.0, 4525.0, 4538.0, 4527.0, 4537.0, 4538.0, 4537.0, 4536.0, 4549.0, 4539.0, 4563.0, 4544.0, 4550.0, 4540.0, 4557.0, 4528.0, 4547.0, 4527.0, 4549.0, 4541.0, 4559.0, 4525.0, 4546.0, 4525.0, 4535.0, 4527.0, 4546.0, 4537.0, 4557.0, 4527.0, 4544.0, 4526.0, 4535.0, 4527.0, 4537.0, 4517.0, 4536.0, 4515.0, 4526.0, 4516.0, 4525.0, 4535.0, 4527.0, 4547.0, 4525.0, 4515.0, 4535.0, 4517.0, 4538.0, 4546.0, 4538.0, 4557.0, 4536.0, 4557.0, 4526.0, 4546.0, 4525.0, 4544.0, 4515.0, 4543.0, 4514.0, 4524.0, 4513.0, 4514.0, 4513.0, 4514.0, 4515.0, 4524.0, 4525.0, 4524.0, 4517.0, 4516.0, 4525.0, 4515.0, 4555.0, 4527.0, 4555.0, 4526.0, 4544.0, 4513.0, 4533.0, 4515.0, 4536.0, 4515.0, 4533.0, 4515.0, 4526.0, 4519.0, 4539.0, 4519.0, 4537.0, 4527.0, 4548.0, 4528.0, 4548.0, 4540.0, 4559.0, 4550.0, 4530.0, 4547.0, 4521.0, 4559.0, 4541.0, 4571.0, 4552.0, 4568.0, 4549.0, 4566.0, 4537.0, 4557.0, 4546.0, 4556.0, 4546.0, 4556.0, 4527.0, 4543.0, 4515.0, 4544.0, 4525.0, 4544.0, 4527.0, 4545.0, 4528.0, 4535.0, 4517.0, 4536.0, 4517.0, 4534.0, 4516.0, 4535.0, 4515.0, 4525.0, 4520.0, 4538.0, 4518.0, 4538.0, 4518.0, 4535.0, 4516.0, 4536.0, 4537.0, 4538.0, 4545.0, 4535.0, 4526.0, 4526.0, 4548.0, 4537.0, 4561.0, 4540.0, 4559.0], 'WindowWidth': [10092.0, 10062.0, 10036.0, 10014.0, 9999.0, 9968.0, 10022.0, 9977.0, 9996.0, 9969.0, 9978.0, 9967.0, 9986.0, 9926.0, 9925.0, 9902.0, 9894.0, 9873.0, 9879.0, 9861.0, 9890.0, 9901.0, 9898.0, 9867.0, 9900.0, 9880.0, 9904.0, 9919.0, 9914.0, 9942.0, 9929.0, 9946.0, 9965.0, 9971.0, 9936.0, 9953.0, 9966.0, 9972.0, 9943.0, 9964.0, 9922.0, 9946.0, 9917.0, 9964.0, 9941.0, 9932.0, 9938.0, 9936.0, 9913.0, 9930.0, 9937.0, 9931.0, 9941.0, 9934.0, 9947.0, 9940.0, 9949.0, 9941.0, 9938.0, 9965.0, 9986.0, 9957.0, 9973.0, 9948.0, 9956.0, 9928.0, 9954.0, 9928.0, 9978.0, 9969.0, 9944.0, 10003.0, 9964.0, 9969.0, 9946.0, 9969.0, 9943.0, 9996.0, 9991.0, 9979.0, 9982.0, 10000.0, 9986.0, 9995.0, 9967.0, 9975.0, 9964.0, 9973.0, 9946.0, 9993.0, 9949.0, 9975.0, 9927.0, 9953.0, 9930.0, 9959.0, 9943.0, 9995.0, 9949.0, 9974.0, 9947.0, 9976.0, 9949.0, 9961.0, 9993.0, 9980.0, 10002.0, 9959.0, 9972.0, 9963.0, 9974.0, 9963.0, 9984.0, 9984.0, 9989.0, 9999.0, 9952.0, 9979.0, 9950.0, 9980.0, 9979.0, 9996.0, 10010.0, 10000.0, 10006.0, 9975.0, 10001.0, 9964.0, 10015.0, 9988.0, 10012.0, 9983.0, 9979.0, 9978.0, 9952.0, 9994.0, 9955.0, 10000.0, 10005.0, 10014.0, 9967.0, 9998.0, 9978.0, 9982.0, 10004.0, 9985.0, 10025.0, 9980.0, 10000.0, 9960.0, 9985.0, 9958.0, 9990.0, 9963.0, 9996.0, 10004.0, 10021.0, 9992.0, 9984.0, 9974.0, 9983.0, 9985.0, 9968.0, 10000.0, 9972.0, 10005.0, 9982.0, 9985.0, 9964.0, 9998.0, 9972.0, 10040.0, 9981.0, 10014.0, 10030.0, 9989.0, 10006.0, 9951.0, 9992.0, 9932.0, 9979.0, 9912.0, 9934.0, 9907.0, 9907.0, 9906.0, 9904.0, 9870.0, 9902.0, 9870.0, 9906.0, 9921.0, 9926.0, 9940.0, 9931.0, 9929.0, 9930.0, 9932.0, 9952.0, 9949.0, 9956.0, 9991.0, 9972.0, 9952.0, 9954.0, 9970.0, 9955.0, 9980.0, 9938.0, 9983.0, 9963.0, 9989.0, 9958.0, 9981.0, 9935.0, 9960.0, 9940.0, 9967.0, 9946.0, 9995.0, 9964.0, 9969.0, 9944.0, 9955.0, 9943.0, 9970.0, 9979.0, 10014.0, 9979.0, 10030.0, 9985.0, 9992.0, 10027.0, 9976.0, 9970.0, 9994.0, 10001.0, 9989.0, 10034.0, 10014.0, 10006.0, 10032.0, 10019.0, 10052.0, 10006.0, 10010.0, 9992.0, 9989.0, 9973.0, 9965.0, 9947.0, 9925.0, 9910.0, 9899.0, 9898.0, 9878.0, 9879.0, 9905.0, 9880.0, 9911.0, 9886.0, 9904.0, 9887.0, 9885.0, 9890.0, 9874.0, 9895.0, 9909.0, 9895.0, 9956.0, 9944.0, 9959.0, 9939.0, 9957.0, 9958.0, 9946.0, 9954.0, 9952.0, 9974.0, 9956.0, 9998.0, 9959.0, 9998.0, 9956.0, 9983.0, 9979.0, 9971.0, 9994.0, 9969.0, 9986.0, 9973.0, 10005.0, 9957.0, 9999.0, 9956.0, 9985.0, 10014.0, 9990.0, 10024.0, 9992.0, 10021.0, 10003.0, 10013.0, 9991.0, 10015.0, 9973.0, 10013.0, 9965.0, 10001.0, 9997.0, 9987.0, 9993.0, 9978.0, 10007.0, 9968.0, 10007.0, 9968.0, 10009.0, 9983.0, 10008.0, 9969.0, 9995.0, 9985.0, 9983.0, 9988.0, 10017.0, 10010.0, 10015.0, 9991.0, 9984.0, 9986.0, 9995.0, 9982.0, 10007.0, 9987.0, 10025.0, 9985.0, 10009.0, 9965.0, 10007.0, 9965.0, 10010.0, 9968.0, 9990.0, 9966.0, 9993.0, 9954.0, 9993.0, 9963.0, 10018.0, 9977.0, 10000.0, 9975.0, 9985.0, 9976.0, 9985.0, 9977.0, 10022.0, 9996.0, 9998.0, 9989.0, 9999.0, 9961.0, 9997.0, 9960.0, 10003.0, 9980.0, 10014.0, 9975.0, 9999.0, 9961.0, 9996.0, 9973.0, 10019.0, 9981.0, 10018.0, 9975.0, 10023.0, 9983.0, 10029.0, 9967.0, 9999.0, 9979.0, 10001.0, 9973.0, 9986.0, 9951.0, 9976.0, 9963.0, 9982.0, 10002.0, 9980.0, 9947.0, 9961.0, 9943.0, 9966.0, 9967.0, 9990.0, 9950.0, 10024.0, 9987.0, 10022.0, 9966.0, 9966.0, 9983.0, 9976.0, 10025.0, 9994.0, 10005.0, 9948.0, 9986.0, 9929.0, 9989.0, 9972.0, 9984.0, 9946.0, 9958.0, 9937.0, 9953.0, 9924.0, 9954.0, 9982.0, 9983.0, 9984.0, 9982.0, 9989.0, 9946.0, 9959.0, 9952.0, 10010.0, 9978.0, 10003.0, 9978.0, 9996.0, 9959.0, 9995.0, 9968.0, 10031.0, 9991.0, 10002.0, 9992.0, 9975.0, 9987.0, 9944.0, 9998.0, 9943.0, 9983.0, 9975.0, 9993.0, 9961.0, 9985.0, 9931.0, 9955.0, 9927.0, 9960.0, 9950.0, 9978.0, 9992.0, 9982.0, 10002.0, 9960.0, 9983.0, 9952.0, 9969.0, 9941.0, 9950.0, 9919.0, 9938.0, 9902.0, 9939.0, 9964.0, 9957.0, 9997.0, 9948.0, 9974.0, 9945.0, 9957.0, 9945.0, 9959.0, 9949.0, 9980.0, 9966.0, 9979.0, 9959.0, 9961.0, 9986.0, 9961.0, 9990.0, 9966.0, 9976.0, 9961.0, 9968.0, 9933.0, 9971.0, 9949.0, 9976.0, 9950.0, 9980.0, 9932.0, 9958.0, 9985.0, 9958.0, 9995.0, 9965.0, 9994.0, 9963.0, 9974.0, 9948.0, 9976.0, 9950.0, 9983.0, 9956.0, 9993.0, 9953.0, 9977.0, 9935.0, 9982.0, 9953.0, 10007.0, 9972.0, 10015.0, 9949.0, 9974.0, 9946.0, 9975.0, 9966.0, 9992.0, 9945.0, 9990.0, 9942.0, 9955.0, 9938.0, 9972.0, 9944.0, 9986.0, 9941.0, 9982.0, 9945.0, 9967.0, 9928.0, 9989.0, 9951.0, 9969.0, 9961.0, 9985.0, 9946.0, 9970.0, 9948.0, 9988.0, 9977.0, 9988.0, 9975.0, 9982.0, 9945.0, 9980.0, 9943.0, 9973.0, 9959.0, 9970.0, 9946.0, 9968.0, 9941.0, 9950.0, 9933.0, 9973.0, 9953.0, 9976.0, 9946.0, 9956.0, 9944.0, 9961.0, 9966.0, 9975.0, 9945.0, 9973.0, 9941.0, 9959.0, 9942.0, 9978.0, 9951.0, 9980.0, 9947.0, 9961.0, 9957.0, 9962.0, 10008.0, 9979.0, 9983.0, 9976.0, 9945.0, 9971.0, 9946.0, 9977.0, 9971.0, 9998.0, 9969.0, 9995.0, 9947.0, 9989.0, 9949.0, 10003.0, 9969.0, 10008.0, 9986.0, 10020.0, 9962.0, 9985.0, 9959.0, 9981.0, 9962.0, 9985.0, 9973.0, 9928.0, 9953.0, 9923.0, 9954.0, 9926.0, 9959.0, 9970.0, 9959.0, 9925.0, 9942.0, 9923.0, 9938.0, 9934.0, 9964.0, 9964.0, 9978.0, 9945.0, 9959.0, 9945.0, 9969.0, 9961.0, 9994.0, 9975.0, 9976.0, 9958.0, 9960.0, 9981.0, 9979.0, 10005.0, 9960.0, 9981.0, 9956.0, 9969.0, 9958.0, 9971.0, 9981.0, 10006.0, 9978.0, 9989.0, 9962.0, 9988.0, 9962.0, 9986.0, 9962.0, 10011.0, 9964.0, 10002.0, 9949.0, 10025.0, 9996.0, 10011.0, 10017.0, 9958.0, 9979.0, 9990.0, 9992.0, 10003.0, 10025.0, 10013.0, 10022.0, 10016.0, 9999.0, 10062.0, 10032.0, 10052.0, 10023.0, 9999.0, 10025.0, 9987.0, 10003.0, 9968.0, 9981.0, 9935.0, 9952.0, 9924.0, 9906.0, 9898.0, 9891.0, 9932.0, 9927.0, 9896.0, 9934.0, 9903.0, 9933.0, 9918.0, 9938.0, 9958.0, 9974.0, 9960.0, 9990.0, 9997.0, 9992.0, 10025.0, 9999.0, 10011.0, 9985.0, 9985.0, 9992.0, 9972.0, 10006.0, 9979.0, 10015.0, 9997.0, 9990.0, 9961.0, 9969.0, 9958.0, 9966.0, 9956.0, 9972.0, 9959.0, 9982.0, 9967.0, 9981.0, 9982.0, 9979.0, 9978.0, 9997.0, 9985.0, 10023.0, 9999.0, 10001.0, 9989.0, 10007.0, 9968.0, 9992.0, 9967.0, 9998.0, 9989.0, 10011.0, 9962.0, 9989.0, 9959.0, 9972.0, 9965.0, 9991.0, 9979.0, 10005.0, 9965.0, 9984.0, 9963.0, 9974.0, 9966.0, 9981.0, 9952.0, 9977.0, 9946.0, 9963.0, 9949.0, 9960.0, 9974.0, 9965.0, 9990.0, 9961.0, 9946.0, 9974.0, 9952.0, 9982.0, 9991.0, 9983.0, 10010.0, 9980.0, 10006.0, 9963.0, 9989.0, 9959.0, 9984.0, 9944.0, 9981.0, 9941.0, 9955.0, 9939.0, 9942.0, 9938.0, 9943.0, 9946.0, 9957.0, 9958.0, 9958.0, 9947.0, 9947.0, 9957.0, 9944.0, 9998.0, 9963.0, 10000.0, 9962.0, 9986.0, 9942.0, 9969.0, 9949.0, 9975.0, 9949.0, 9969.0, 9948.0, 9960.0, 9953.0, 9984.0, 9960.0, 9982.0, 9968.0, 9996.0, 9970.0, 9998.0, 9990.0, 10016.0, 10003.0, 9973.0, 9996.0, 9962.0, 10014.0, 9993.0, 10035.0, 10008.0, 10028.0, 9999.0, 10020.0, 9980.0, 10006.0, 9989.0, 10007.0, 9992.0, 10003.0, 9964.0, 9983.0, 9946.0, 9985.0, 9961.0, 9987.0, 9966.0, 9987.0, 9968.0, 9975.0, 9951.0, 9976.0, 9953.0, 9972.0, 9950.0, 9973.0, 9948.0, 9962.0, 9960.0, 9982.0, 9955.0, 9981.0, 9956.0, 9977.0, 9950.0, 9979.0, 9980.0, 9982.0, 9988.0, 9975.0, 9962.0, 9963.0, 9995.0, 9982.0, 10019.0, 9988.0, 10013.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.0021206659012629166</td></tr>
<tr><td colspan=3>aqi</td><td>0.023486426291618828</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.45209236575864</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.297671347379309</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.035323019965519</td></tr>
<tr><td colspan=3>efc</td><td>0.4841</td></tr>
<tr><td colspan=3>fber</td><td>8375.5322</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10016067349248138</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.6923076923076925</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.339813201211804</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2541762189835235</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5947967563170424</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1704666283348466</td></tr>
<tr><td colspan=3>gcor</td><td>0.0174989</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011437909677624702</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.043740637600421906</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.177921655005131</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>18.5644</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.802</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.9552</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295149.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>934.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.8948</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1582</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.4048</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3740.5367</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3922.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81395.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1448.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.7385</td></tr>
<tr><td colspan=3>tsnr</td><td>41.48748720064759</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>