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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-06_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-06_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-0127/ses-03/func/sub-0127_ses-03_task-social_acq-mb8_run-06_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>4f2e5649ce2b3b1a25f888de8d8d708d</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>12:01:1.572500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.989919, 0.0900123, -0.109358, -0.0995051, 0.991427, -0.0846888]</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.259</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-06_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.0849589</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7740, -7261, 243, -188, 136, -71, 130]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b207ddc0-adf9-4c70-a7bc-76cf68fd30c8||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.655879020690918, -0.26696479320526123, -0.27215173840522766, 130.47056579589844], [-0.24149630963802338, 2.6599249839782715, -0.2557348906993866, -85.80413818359375], [-0.29339829087257385, 0.2272137999534607, 2.6740481853485107, -84.47953033447266], [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': ['120101.572500', '120102.032500', '120102.492500', '120102.952500', '120103.412500', '120103.872500', '120104.332500', '120104.792500', '120105.252500', '120105.712500', '120106.172500', '120106.632500', '120107.092500', '120107.552500', '120108.012500', '120108.472500', '120108.932500', '120109.392500', '120109.852500', '120110.312500', '120110.772500', '120111.232500', '120111.692500', '120112.152500', '120112.612500', '120113.072500', '120113.532500', '120113.992500', '120114.452500', '120114.912500', '120115.372500', '120115.832500', '120116.292500', '120116.752500', '120117.212500', '120117.672500', '120118.132500', '120118.592500', '120119.052500', '120119.512500', '120119.972500', '120120.432500', '120120.892500', '120121.352500', '120121.812500', '120122.272500', '120122.732500', '120123.192500', '120123.652500', '120124.112500', '120124.572500', '120125.032500', '120125.492500', '120125.952500', '120126.412500', '120126.872500', '120127.332500', '120127.792500', '120128.252500', '120128.712500', '120129.172500', '120129.632500', '120130.092500', '120130.552500', '120131.012500', '120131.472500', '120131.932500', '120132.392500', '120132.852500', '120133.312500', '120133.772500', '120134.232500', '120134.692500', '120135.152500', '120135.612500', '120136.072500', '120136.532500', '120136.992500', '120137.452500', '120137.912500', '120138.372500', '120138.832500', '120139.292500', '120139.752500', '120140.212500', '120140.672500', '120141.132500', '120141.592500', '120142.052500', '120142.512500', '120142.972500', '120143.432500', '120143.892500', '120144.352500', '120144.812500', '120145.272500', '120145.732500', '120146.192500', '120146.652500', '120147.112500', '120147.572500', '120148.032500', '120148.492500', '120148.952500', '120149.412500', '120149.872500', '120150.332500', '120150.792500', '120151.252500', '120151.712500', '120152.172500', '120152.632500', '120153.092500', '120153.552500', '120154.012500', '120154.472500', '120154.932500', '120155.392500', '120155.852500', '120156.312500', '120156.772500', '120157.232500', '120157.692500', '120158.152500', '120158.612500', '120159.072500', '120159.532500', '120159.992500', '120200.452500', '120200.912500', '120201.372500', '120201.832500', '120202.292500', '120202.752500', '120203.212500', '120203.672500', '120204.132500', '120204.592500', '120205.052500', '120205.512500', '120205.972500', '120206.432500', '120206.892500', '120207.352500', '120207.812500', '120208.272500', '120208.732500', '120209.192500', '120209.652500', '120210.112500', '120210.572500', '120211.032500', '120211.492500', '120211.952500', '120212.412500', '120212.872500', '120213.332500', '120213.792500', '120214.252500', '120214.712500', '120215.172500', '120215.632500', '120216.092500', '120216.552500', '120217.012500', '120217.472500', '120217.932500', '120218.392500', '120218.852500', '120219.312500', '120219.772500', '120220.232500', '120220.692500', '120221.152500', '120221.612500', '120222.072500', '120222.532500', '120222.992500', '120223.452500', '120223.912500', '120224.372500', '120224.832500', '120225.292500', '120225.752500', '120226.212500', '120226.672500', '120227.132500', '120227.592500', '120228.052500', '120228.512500', '120228.972500', '120229.432500', '120229.892500', '120230.352500', '120230.812500', '120231.272500', '120231.732500', '120232.192500', '120232.652500', '120233.112500', '120233.572500', '120234.032500', '120234.492500', '120234.952500', '120235.412500', '120235.872500', '120236.332500', '120236.792500', '120237.252500', '120237.712500', '120238.172500', '120238.632500', '120239.092500', '120239.552500', '120240.012500', '120240.472500', '120240.932500', '120241.392500', '120241.852500', '120242.312500', '120242.772500', '120243.232500', '120243.692500', '120244.152500', '120244.612500', '120245.072500', '120245.532500', '120245.992500', '120246.452500', '120246.912500', '120247.372500', '120247.832500', '120248.292500', '120248.752500', '120249.212500', '120249.672500', '120250.132500', '120250.592500', '120251.052500', '120251.512500', '120251.972500', '120252.432500', '120252.892500', '120253.352500', '120253.812500', '120254.272500', '120254.732500', '120255.192500', '120255.652500', '120256.112500', '120256.572500', '120257.032500', '120257.492500', '120257.952500', '120258.412500', '120258.872500', '120259.332500', '120259.792500', '120300.252500', '120300.712500', '120301.172500', '120301.632500', '120302.092500', '120302.552500', '120303.012500', '120303.472500', '120303.932500', '120304.392500', '120304.852500', '120305.312500', '120305.772500', '120306.232500', '120306.692500', '120307.152500', '120307.612500', '120308.072500', '120308.532500', '120308.992500', '120309.452500', '120309.912500', '120310.372500', '120310.832500', '120311.292500', '120311.752500', '120312.212500', '120312.672500', '120313.132500', '120313.592500', '120314.052500', '120314.512500', '120314.972500', '120315.432500', '120315.892500', '120316.352500', '120316.812500', '120317.272500', '120317.732500', '120318.192500', '120318.652500', '120319.112500', '120319.572500', '120320.032500', '120320.492500', '120320.952500', '120321.412500', '120321.872500', '120322.332500', '120322.792500', '120323.252500', '120323.712500', '120324.172500', '120324.632500', '120325.092500', '120325.552500', '120326.012500', '120326.472500', '120326.932500', '120327.392500', '120327.852500', '120328.312500', '120328.772500', '120329.232500', '120329.692500', '120330.152500', '120330.612500', '120331.072500', '120331.532500', '120331.992500', '120332.452500', '120332.912500', '120333.372500', '120333.832500', '120334.292500', '120334.752500', '120335.212500', '120335.672500', '120336.132500', '120336.592500', '120337.052500', '120337.512500', '120337.972500', '120338.432500', '120338.892500', '120339.352500', '120339.812500', '120340.272500', '120340.732500', '120341.192500', '120341.652500', '120342.112500', '120342.572500', '120343.032500', '120343.492500', '120343.952500', '120344.412500', '120344.872500', '120345.332500', '120345.792500', '120346.252500', '120346.712500', '120347.172500', '120347.632500', '120348.092500', '120348.552500', '120349.012500', '120349.472500', '120349.932500', '120350.392500', '120350.852500', '120351.312500', '120351.772500', '120352.232500', '120352.692500', '120353.152500', '120353.612500', '120354.072500', '120354.532500', '120354.992500', '120355.452500', '120355.912500', '120356.372500', '120356.832500', '120357.292500', '120357.752500', '120358.212500', '120358.672500', '120359.132500', '120359.592500', '120400.052500', '120400.512500', '120400.972500', '120401.432500', '120401.892500', '120402.352500', '120402.812500', '120403.272500', '120403.732500', '120404.192500', '120404.652500', '120405.112500', '120405.572500', '120406.032500', '120406.492500', '120406.952500', '120407.412500', '120407.872500', '120408.332500', '120408.792500', '120409.252500', '120409.712500', '120410.172500', '120410.632500', '120411.092500', '120411.552500', '120412.012500', '120412.472500', '120412.932500', '120413.392500', '120413.852500', '120414.312500', '120414.772500', '120415.232500', '120415.692500', '120416.152500', '120416.612500', '120417.072500', '120417.532500', '120417.992500', '120418.452500', '120418.912500', '120419.372500', '120419.832500', '120420.292500', '120420.752500', '120421.212500', '120421.672500', '120422.132500', '120422.592500', '120423.052500', '120423.512500', '120423.972500', '120424.432500', '120424.892500', '120425.352500', '120425.812500', '120426.272500', '120426.732500', '120427.192500', '120427.652500', '120428.112500', '120428.572500', '120429.032500', '120429.492500', '120429.952500', '120430.412500', '120430.872500', '120431.332500', '120431.792500', '120432.252500', '120432.712500', '120433.172500', '120433.632500', '120434.092500', '120434.552500', '120435.012500', '120435.472500', '120435.932500', '120436.392500', '120436.852500', '120437.312500', '120437.772500', '120438.232500', '120438.692500', '120439.152500', '120439.612500', '120440.072500', '120440.532500', '120440.992500', '120441.452500', '120441.912500', '120442.372500', '120442.832500', '120443.292500', '120443.752500', '120444.212500', '120444.672500', '120445.132500', '120445.592500', '120446.052500', '120446.512500', '120446.972500', '120447.432500', '120447.892500', '120448.352500', '120448.812500', '120449.272500', '120449.732500', '120450.192500', '120450.652500', '120451.112500', '120451.572500', '120452.032500', '120452.492500', '120452.952500', '120453.412500', '120453.872500', '120454.332500', '120454.792500', '120455.252500', '120455.712500', '120456.172500', '120456.632500', '120457.092500', '120457.552500', '120458.012500', '120458.472500', '120458.932500', '120459.392500', '120459.852500', '120500.312500', '120500.772500', '120501.232500', '120501.692500', '120502.152500', '120502.612500', '120503.072500', '120503.532500', '120503.992500', '120504.452500', '120504.912500', '120505.372500', '120505.832500', '120506.292500', '120506.752500', '120507.212500', '120507.672500', '120508.132500', '120508.592500', '120509.052500', '120509.512500', '120509.972500', '120510.432500', '120510.892500', '120511.352500', '120511.812500', '120512.272500', '120512.732500', '120513.192500', '120513.652500', '120514.112500', '120514.572500', '120515.032500', '120515.492500', '120515.952500', '120516.412500', '120516.872500', '120517.332500', '120517.792500', '120518.252500', '120518.712500', '120519.172500', '120519.632500', '120520.092500', '120520.552500', '120521.012500', '120521.472500', '120521.932500', '120522.392500', '120522.852500', '120523.312500', '120523.772500', '120524.232500', '120524.692500', '120525.152500', '120525.612500', '120526.072500', '120526.532500', '120526.992500', '120527.452500', '120527.912500', '120528.372500', '120528.832500', '120529.292500', '120529.752500', '120530.212500', '120530.672500', '120531.132500', '120531.592500', '120532.052500', '120532.512500', '120532.972500', '120533.432500', '120533.892500', '120534.352500', '120534.812500', '120535.272500', '120535.732500', '120536.192500', '120536.652500', '120537.112500', '120537.572500', '120538.032500', '120538.492500', '120538.952500', '120539.412500', '120539.872500', '120540.332500', '120540.792500', '120541.252500', '120541.712500', '120542.172500', '120542.632500', '120543.092500', '120543.552500', '120544.012500', '120544.472500', '120544.932500', '120545.392500', '120545.852500', '120546.312500', '120546.772500', '120547.232500', '120547.692500', '120548.152500', '120548.612500', '120549.072500', '120549.532500', '120549.992500', '120550.452500', '120550.912500', '120551.372500', '120551.832500', '120552.292500', '120552.752500', '120553.212500', '120553.672500', '120554.132500', '120554.592500', '120555.052500', '120555.512500', '120555.972500', '120556.432500', '120556.892500', '120557.352500', '120557.812500', '120558.272500', '120558.732500', '120559.192500', '120559.652500', '120600.112500', '120600.572500', '120601.032500', '120601.492500', '120601.952500', '120602.412500', '120602.872500', '120603.332500', '120603.792500', '120604.252500', '120604.712500', '120605.172500', '120605.632500', '120606.092500', '120606.552500', '120607.012500', '120607.472500', '120607.932500', '120608.392500', '120608.852500', '120609.312500', '120609.772500', '120610.232500', '120610.692500', '120611.152500', '120611.612500', '120612.072500', '120612.532500', '120612.992500', '120613.452500', '120613.912500', '120614.372500', '120614.832500', '120615.292500', '120615.752500', '120616.212500', '120616.672500', '120617.132500', '120617.592500', '120618.052500', '120618.512500', '120618.972500', '120619.432500', '120619.892500', '120620.352500', '120620.812500', '120621.272500', '120621.732500', '120622.192500', '120622.652500', '120623.112500', '120623.572500', '120624.032500', '120624.492500', '120624.952500', '120625.412500', '120625.872500', '120626.332500', '120626.792500', '120627.252500', '120627.712500', '120628.172500', '120628.632500', '120629.092500', '120629.552500', '120630.012500', '120630.472500', '120630.932500', '120631.392500', '120631.852500', '120632.312500', '120632.772500', '120633.232500', '120633.692500', '120634.152500', '120634.612500', '120635.072500', '120635.532500', '120635.992500', '120636.452500', '120636.912500', '120637.372500', '120637.832500', '120638.292500', '120638.752500', '120639.212500', '120639.672500', '120640.132500', '120640.592500', '120641.052500', '120641.512500', '120641.972500', '120642.432500', '120642.892500', '120643.352500', '120643.812500', '120644.272500', '120644.732500', '120645.192500', '120645.652500', '120646.112500', '120646.572500', '120647.032500', '120647.492500', '120647.952500', '120648.412500', '120648.872500', '120649.332500', '120649.792500', '120650.252500', '120650.712500', '120651.172500', '120651.632500', '120652.092500', '120652.552500', '120653.012500', '120653.472500', '120653.932500', '120654.392500', '120654.852500', '120655.312500', '120655.772500', '120656.232500', '120656.692500', '120657.152500', '120657.612500', '120658.072500', '120658.532500', '120658.992500', '120659.452500', '120659.912500', '120700.372500', '120700.832500', '120701.292500', '120701.752500', '120702.212500', '120702.672500', '120703.132500', '120703.592500', '120704.052500', '120704.512500', '120704.972500', '120705.432500', '120705.892500', '120706.352500', '120706.812500', '120707.272500', '120707.732500', '120708.192500', '120708.652500', '120709.112500', '120709.572500', '120710.032500', '120710.492500', '120710.952500', '120711.412500', '120711.872500', '120712.332500', '120712.792500', '120713.252500', '120713.712500', '120714.172500', '120714.632500', '120715.092500', '120715.552500', '120716.012500', '120716.472500', '120716.932500', '120717.392500', '120717.852500', '120718.312500', '120718.772500', '120719.232500', '120719.692500', '120720.152500', '120720.612500', '120721.072500', '120721.532500', '120721.992500', '120722.452500', '120722.912500', '120723.372500', '120723.832500', '120724.292500', '120724.752500', '120725.212500', '120725.672500', '120726.132500', '120726.592500', '120727.052500', '120727.512500', '120727.972500', '120728.432500', '120728.892500', '120729.352500', '120729.812500', '120730.272500', '120730.732500', '120731.192500', '120731.652500', '120732.112500', '120732.572500', '120733.032500', '120733.492500', '120733.952500', '120734.412500', '120734.872500', '120735.332500', '120735.792500', '120736.252500', '120736.712500', '120737.172500', '120737.632500', '120738.092500', '120738.552500', '120739.012500', '120739.472500', '120739.932500', '120740.392500', '120740.852500', '120741.312500', '120741.772500', '120742.232500'], 'ContentTime': ['120128.291000', '120128.294000', '120128.297000', '120128.300000', '120128.303000', '120128.305000', '120128.308000', '120128.311000', '120128.313000', '120128.316000', '120128.319000', '120128.321000', '120128.331000', '120128.333000', '120128.336000', '120128.338000', '120128.341000', '120128.344000', '120128.346000', '120128.349000', '120128.351000', '120128.354000', '120128.356000', '120128.359000', '120128.361000', '120128.364000', '120128.367000', '120128.369000', '120128.372000', '120128.374000', '120128.377000', '120128.379000', '120128.382000', '120128.385000', '120128.387000', '120128.390000', '120128.392000', '120128.395000', '120128.407000', '120128.410000', '120128.412000', '120128.415000', '120128.417000', '120128.420000', '120128.422000', '120128.425000', '120128.428000', '120128.430000', '120128.433000', '120128.435000', '120128.438000', '120128.440000', '120128.443000', '120128.453000', '120128.456000', '120128.458000', '120128.461000', '120148.256000', '120148.259000', '120148.262000', '120148.264000', '120148.267000', '120148.269000', '120148.272000', '120148.274000', '120148.277000', '120148.280000', '120148.282000', '120148.285000', '120148.287000', '120148.290000', '120148.292000', '120148.295000', '120148.310000', '120148.312000', '120148.315000', '120148.317000', '120148.320000', '120148.322000', '120148.325000', '120148.327000', '120148.330000', '120148.333000', '120148.335000', '120148.338000', '120148.340000', '120148.343000', '120148.345000', '120148.348000', '120148.351000', '120148.353000', '120148.356000', '120148.358000', '120148.361000', '120148.363000', '120148.366000', '120148.369000', '120148.371000', '120148.374000', '120148.376000', '120208.257000', '120208.259000', '120208.262000', '120208.265000', '120208.267000', '120208.271000', '120208.274000', '120208.277000', '120208.279000', '120208.291000', '120208.294000', '120208.296000', '120208.299000', '120208.302000', '120208.304000', '120208.307000', '120208.309000', '120208.312000', '120208.315000', '120208.317000', '120208.320000', '120208.322000', '120208.326000', '120208.329000', '120208.331000', '120208.334000', '120208.336000', '120208.339000', '120208.342000', '120208.344000', '120208.347000', '120208.350000', '120208.352000', '120208.355000', '120208.358000', '120208.360000', '120208.363000', '120208.365000', '120208.368000', '120208.370000', '120208.373000', '120208.375000', '120208.378000', '120228.257000', '120228.259000', '120228.262000', '120228.265000', '120228.267000', '120228.270000', '120228.272000', '120228.275000', '120228.277000', '120228.280000', '120228.283000', '120228.295000', '120228.298000', '120228.300000', '120228.303000', '120228.306000', '120228.315000', '120228.317000', '120228.320000', '120228.322000', '120228.325000', '120228.327000', '120228.330000', '120228.333000', '120228.335000', '120228.338000', '120228.341000', '120228.343000', '120228.346000', '120228.348000', '120228.351000', '120228.353000', '120228.356000', '120228.358000', '120228.361000', '120228.364000', '120228.366000', '120228.369000', '120228.372000', '120228.374000', '120228.377000', '120228.379000', '120228.382000', '120228.384000', '120248.256000', '120248.259000', '120248.262000', '120248.264000', '120248.267000', '120248.269000', '120248.272000', '120248.275000', '120248.277000', '120248.280000', '120248.293000', '120248.296000', '120248.298000', '120248.301000', '120248.303000', '120248.306000', '120248.308000', '120248.311000', '120248.314000', '120248.316000', '120248.319000', '120248.321000', '120248.324000', '120248.334000', '120248.337000', '120248.340000', '120248.342000', '120248.345000', '120248.347000', '120248.350000', '120248.353000', '120248.355000', '120248.358000', '120248.360000', '120248.363000', '120248.365000', '120248.368000', '120248.371000', '120248.373000', '120248.376000', '120248.379000', '120248.381000', '120248.384000', '120248.387000', '120308.265000', '120308.269000', '120308.272000', '120308.274000', '120308.277000', '120308.280000', '120308.282000', '120308.285000', '120308.287000', '120308.290000', '120308.293000', '120308.295000', '120308.298000', '120308.301000', '120308.304000', '120308.311000', '120308.314000', '120308.317000', '120308.319000', '120308.322000', '120308.324000', '120308.327000', '120308.330000', '120308.333000', '120308.335000', '120308.338000', '120308.341000', '120308.343000', '120308.346000', '120308.349000', '120308.351000', '120308.354000', '120308.357000', '120308.359000', '120308.362000', '120308.365000', '120308.367000', '120308.370000', '120308.373000', '120308.375000', '120308.378000', '120308.380000', '120308.383000', '120328.256000', '120328.258000', '120328.261000', '120328.270000', '120328.273000', '120328.276000', '120328.278000', '120328.281000', '120328.284000', '120328.286000', '120328.289000', '120328.292000', '120328.294000', '120328.297000', '120328.300000', '120328.302000', '120328.305000', '120328.307000', '120328.311000', '120328.313000', '120328.316000', '120328.319000', '120328.321000', '120328.324000', '120328.326000', '120328.329000', '120328.332000', '120328.335000', '120328.337000', '120328.340000', '120328.342000', '120328.345000', '120328.348000', '120328.350000', '120328.353000', '120328.356000', '120328.358000', '120328.361000', '120328.364000', '120328.366000', '120328.369000', '120328.372000', '120328.375000', '120348.256000', '120348.259000', '120348.262000', '120348.264000', '120348.267000', '120348.270000', '120348.272000', '120348.275000', '120348.282000', '120348.285000', '120348.288000', '120348.290000', '120348.293000', '120348.296000', '120348.298000', '120348.301000', '120348.303000', '120348.307000', '120348.309000', '120348.312000', '120348.314000', '120348.317000', '120348.320000', '120348.322000', '120348.325000', '120348.328000', '120348.330000', '120348.333000', '120348.336000', '120348.338000', '120348.341000', '120348.344000', '120348.346000', '120348.349000', '120348.351000', '120348.354000', '120348.357000', '120348.359000', '120348.362000', '120348.365000', '120348.367000', '120348.370000', '120348.372000', '120348.375000', '120408.257000', '120408.260000', '120408.262000', '120408.265000', '120408.268000', '120408.270000', '120408.275000', '120408.277000', '120408.280000', '120408.283000', '120408.285000', '120408.288000', '120408.290000', '120408.293000', '120408.296000', '120408.298000', '120408.301000', '120408.304000', '120408.306000', '120408.309000', '120408.311000', '120408.314000', '120408.317000', '120408.319000', '120408.322000', '120408.325000', '120408.327000', '120408.330000', '120408.332000', '120408.335000', '120408.338000', '120408.340000', '120408.343000', '120408.346000', '120408.348000', '120408.366000', '120408.368000', '120408.371000', '120408.374000', '120408.376000', '120408.379000', '120408.382000', '120408.384000', '120428.256000', '120428.259000', '120428.262000', '120428.264000', '120428.268000', '120428.270000', '120428.273000', '120428.275000', '120428.278000', '120428.281000', '120428.283000', '120428.286000', '120428.289000', '120428.291000', '120428.294000', '120428.297000', '120428.299000', '120428.302000', '120428.305000', '120428.307000', '120428.310000', '120428.312000', '120428.315000', '120428.318000', '120428.320000', '120428.323000', '120428.325000', '120428.328000', '120428.331000', '120428.333000', '120428.336000', '120428.338000', '120428.341000', '120428.344000', '120428.346000', '120428.349000', '120428.352000', '120428.373000', '120428.375000', '120428.378000', '120428.381000', '120428.383000', '120428.386000', '120428.388000', '120448.256000', '120448.259000', '120448.262000', '120448.265000', '120448.267000', '120448.270000', '120448.273000', '120448.275000', '120448.278000', '120448.280000', '120448.283000', '120448.286000', '120448.288000', '120448.291000', '120448.293000', '120448.296000', '120448.299000', '120448.301000', '120448.304000', '120448.307000', '120448.309000', '120448.312000', '120448.315000', '120448.318000', '120448.321000', '120448.323000', '120448.326000', '120448.328000', '120448.331000', '120448.334000', '120448.336000', '120448.339000', '120448.342000', '120448.345000', '120448.347000', '120448.350000', '120448.354000', '120448.357000', '120448.360000', '120448.362000', '120448.365000', '120448.367000', '120448.370000', '120508.257000', '120508.259000', '120508.262000', '120508.265000', '120508.268000', '120508.270000', '120508.273000', '120508.276000', '120508.278000', '120508.281000', '120508.283000', '120508.286000', '120508.289000', '120508.292000', '120508.294000', '120508.297000', '120508.299000', '120508.302000', '120508.305000', '120508.307000', '120508.310000', '120508.313000', '120508.315000', '120508.318000', '120508.320000', '120508.323000', '120508.326000', '120508.328000', '120508.331000', '120508.334000', '120508.336000', '120508.339000', '120508.341000', '120508.344000', '120508.347000', '120508.349000', '120508.352000', '120508.355000', '120508.357000', '120508.360000', '120508.362000', '120508.365000', '120508.368000', '120508.370000', '120528.255000', '120528.263000', '120528.266000', '120528.268000', '120528.271000', '120528.274000', '120528.276000', '120528.279000', '120528.281000', '120528.284000', '120528.287000', '120528.289000', '120528.292000', '120528.294000', '120528.297000', '120528.300000', '120528.302000', '120528.305000', '120528.308000', '120528.310000', '120528.313000', '120528.316000', '120528.319000', '120528.321000', '120528.324000', '120528.326000', '120528.329000', '120528.332000', '120528.334000', '120528.337000', '120528.339000', '120528.342000', '120528.345000', '120528.347000', '120528.350000', '120528.353000', '120528.355000', '120528.358000', '120528.361000', '120528.363000', '120528.366000', '120528.368000', '120528.371000', '120548.255000', '120548.258000', '120548.262000', '120548.264000', '120548.267000', '120548.269000', '120548.272000', '120548.275000', '120548.277000', '120548.280000', '120548.282000', '120548.285000', '120548.287000', '120548.290000', '120548.293000', '120548.295000', '120548.298000', '120548.311000', '120548.314000', '120548.316000', '120548.319000', '120548.322000', '120548.325000', '120548.327000', '120548.337000', '120548.340000', '120548.343000', '120548.345000', '120548.348000', '120548.350000', '120548.353000', '120548.356000', '120548.358000', '120548.361000', '120548.363000', '120548.366000', '120548.369000', '120548.371000', '120548.374000', '120548.377000', '120548.379000', '120548.382000', '120548.385000', '120548.387000', '120608.256000', '120608.259000', '120608.262000', '120608.265000', '120608.268000', '120608.270000', '120608.273000', '120608.276000', '120608.278000', '120608.281000', '120608.283000', '120608.286000', '120608.289000', '120608.291000', '120608.294000', '120608.297000', '120608.299000', '120608.302000', '120608.304000', '120608.307000', '120608.310000', '120608.312000', '120608.315000', '120608.318000', '120608.320000', '120608.323000', '120608.326000', '120608.328000', '120608.331000', '120608.334000', '120608.337000', '120608.339000', '120608.342000', '120608.345000', '120608.347000', '120608.350000', '120608.353000', '120608.356000', '120608.359000', '120608.363000', '120608.366000', '120608.368000', '120608.371000', '120628.257000', '120628.260000', '120628.262000', '120628.265000', '120628.277000', '120628.280000', '120628.282000', '120628.285000', '120628.287000', '120628.290000', '120628.293000', '120628.295000', '120628.298000', '120628.301000', '120628.303000', '120628.306000', '120628.309000', '120628.311000', '120628.314000', '120628.316000', '120628.319000', '120628.322000', '120628.324000', '120628.327000', '120628.330000', '120628.332000', '120628.335000', '120628.338000', '120628.340000', '120628.343000', '120628.346000', '120628.348000', '120628.351000', '120628.354000', '120628.356000', '120628.359000', '120628.361000', '120628.364000', '120628.367000', '120628.369000', '120628.372000', '120628.375000', '120628.377000', '120628.380000', '120648.257000', '120648.260000', '120648.262000', '120648.265000', '120648.268000', '120648.270000', '120648.273000', '120648.276000', '120648.278000', '120648.281000', '120648.284000', '120648.286000', '120648.289000', '120648.292000', '120648.294000', '120648.297000', '120648.300000', '120648.302000', '120648.305000', '120648.312000', '120648.315000', '120648.317000', '120648.320000', '120648.323000', '120648.325000', '120648.328000', '120648.331000', '120648.333000', '120648.336000', '120648.338000', '120648.341000', '120648.344000', '120648.347000', '120648.349000', '120648.352000', '120648.355000', '120648.357000', '120648.362000', '120648.364000', '120648.367000', '120648.370000', '120648.372000', '120648.375000', '120708.256000', '120708.259000', '120708.262000', '120708.265000', '120708.267000', '120708.270000', '120708.273000', '120708.275000', '120708.278000', '120708.280000', '120708.283000', '120708.286000', '120708.288000', '120708.291000', '120708.294000', '120708.296000', '120708.299000', '120708.301000', '120708.304000', '120708.307000', '120708.309000', '120708.312000', '120708.314000', '120708.317000', '120708.320000', '120708.322000', '120708.325000', '120708.334000', '120708.350000', '120708.352000', '120708.355000', '120708.357000', '120708.360000', '120708.363000', '120708.365000', '120708.368000', '120708.370000', '120708.373000', '120708.376000', '120708.378000', '120708.381000', '120708.383000', '120708.386000', '120708.389000', '120728.257000', '120728.260000', '120728.272000', '120728.274000', '120728.277000', '120728.279000', '120728.282000', '120728.285000', '120728.287000', '120728.290000', '120728.292000', '120728.295000', '120728.298000', '120728.300000', '120728.303000', '120728.305000', '120728.308000', '120728.311000', '120728.313000', '120728.316000', '120728.318000', '120728.321000', '120728.324000', '120728.326000', '120728.329000', '120728.331000', '120728.334000', '120728.337000', '120728.339000', '120728.342000', '120728.345000', '120728.347000', '120728.350000', '120728.353000', '120728.355000', '120728.358000', '120728.360000', '120728.363000', '120728.365000', '120728.368000', '120728.371000', '120728.373000', '120728.376000', '120743.162000', '120743.165000', '120743.168000', '120743.170000', '120743.173000', '120743.175000', '120743.178000', '120743.181000', '120743.183000', '120743.186000', '120743.189000', '120743.191000', '120743.194000', '120743.196000', '120743.199000', '120743.202000', '120743.204000', '120743.207000', '120743.209000', '120743.212000', '120743.214000', '120743.217000', '120743.226000', '120743.229000', '120743.232000', '120743.234000', '120743.237000', '120743.240000', '120743.242000', '120743.245000', '120743.247000', '120743.250000', '120743.252000'], 'InstanceCreationTime': ['120128.291000', '120128.294000', '120128.297000', '120128.300000', '120128.303000', '120128.305000', '120128.308000', '120128.311000', '120128.313000', '120128.316000', '120128.319000', '120128.321000', '120128.331000', '120128.333000', '120128.336000', '120128.338000', '120128.341000', '120128.344000', '120128.346000', '120128.349000', '120128.351000', '120128.354000', '120128.356000', '120128.359000', '120128.361000', '120128.364000', '120128.367000', '120128.369000', '120128.372000', '120128.374000', '120128.377000', '120128.379000', '120128.382000', '120128.385000', '120128.387000', '120128.390000', '120128.392000', '120128.395000', '120128.407000', '120128.410000', '120128.412000', '120128.415000', '120128.417000', '120128.420000', '120128.422000', '120128.425000', '120128.428000', '120128.430000', '120128.433000', '120128.435000', '120128.438000', '120128.440000', '120128.443000', '120128.453000', '120128.456000', '120128.458000', '120128.461000', '120148.256000', '120148.259000', '120148.262000', '120148.264000', '120148.267000', '120148.269000', '120148.272000', '120148.274000', '120148.277000', '120148.280000', '120148.282000', '120148.285000', '120148.287000', '120148.290000', '120148.292000', '120148.295000', '120148.310000', '120148.312000', '120148.315000', '120148.317000', '120148.320000', '120148.322000', '120148.325000', '120148.327000', '120148.330000', '120148.333000', '120148.335000', '120148.338000', '120148.340000', '120148.343000', '120148.345000', '120148.348000', '120148.351000', '120148.353000', '120148.356000', '120148.358000', '120148.361000', '120148.363000', '120148.366000', '120148.369000', '120148.371000', '120148.374000', '120148.376000', '120208.257000', '120208.259000', '120208.262000', '120208.265000', '120208.267000', '120208.271000', '120208.274000', '120208.277000', '120208.279000', '120208.291000', '120208.294000', '120208.296000', '120208.299000', '120208.302000', '120208.304000', '120208.307000', '120208.309000', '120208.312000', '120208.315000', '120208.317000', '120208.320000', '120208.322000', '120208.326000', '120208.329000', '120208.331000', '120208.334000', '120208.336000', '120208.339000', '120208.342000', '120208.344000', '120208.347000', '120208.350000', '120208.352000', '120208.355000', '120208.358000', '120208.360000', '120208.363000', '120208.365000', '120208.368000', '120208.370000', '120208.373000', '120208.375000', '120208.378000', '120228.257000', '120228.259000', '120228.262000', '120228.265000', '120228.267000', '120228.270000', '120228.272000', '120228.275000', '120228.277000', '120228.280000', '120228.283000', '120228.295000', '120228.298000', '120228.300000', '120228.303000', '120228.306000', '120228.315000', '120228.317000', '120228.320000', '120228.322000', '120228.325000', '120228.327000', '120228.330000', '120228.333000', '120228.335000', '120228.338000', '120228.341000', '120228.343000', '120228.346000', '120228.348000', '120228.351000', '120228.353000', '120228.356000', '120228.358000', '120228.361000', '120228.364000', '120228.366000', '120228.369000', '120228.372000', '120228.374000', '120228.377000', '120228.379000', '120228.382000', '120228.384000', '120248.256000', '120248.259000', '120248.262000', '120248.264000', '120248.267000', '120248.269000', '120248.272000', '120248.275000', '120248.277000', '120248.280000', '120248.293000', '120248.296000', '120248.298000', '120248.301000', '120248.303000', '120248.306000', '120248.308000', '120248.311000', '120248.314000', '120248.316000', '120248.319000', '120248.321000', '120248.324000', '120248.334000', '120248.337000', '120248.340000', '120248.342000', '120248.345000', '120248.347000', '120248.350000', '120248.353000', '120248.355000', '120248.358000', '120248.360000', '120248.363000', '120248.365000', '120248.368000', '120248.371000', '120248.373000', '120248.376000', '120248.379000', '120248.381000', '120248.384000', '120248.387000', '120308.265000', '120308.269000', '120308.272000', '120308.274000', '120308.277000', '120308.280000', '120308.282000', '120308.285000', '120308.287000', '120308.290000', '120308.293000', '120308.295000', '120308.298000', '120308.301000', '120308.304000', '120308.311000', '120308.314000', '120308.317000', '120308.319000', '120308.322000', '120308.324000', '120308.327000', '120308.330000', '120308.333000', '120308.335000', '120308.338000', '120308.341000', '120308.343000', '120308.346000', '120308.349000', '120308.351000', '120308.354000', '120308.357000', '120308.359000', '120308.362000', '120308.365000', '120308.367000', '120308.370000', '120308.373000', '120308.375000', '120308.378000', '120308.380000', '120308.383000', '120328.256000', '120328.258000', '120328.261000', '120328.270000', '120328.273000', '120328.276000', '120328.278000', '120328.281000', '120328.284000', '120328.286000', '120328.289000', '120328.292000', '120328.294000', '120328.297000', '120328.300000', '120328.302000', '120328.305000', '120328.307000', '120328.311000', '120328.313000', '120328.316000', '120328.319000', '120328.321000', '120328.324000', '120328.326000', '120328.329000', '120328.332000', '120328.335000', '120328.337000', '120328.340000', '120328.342000', '120328.345000', '120328.348000', '120328.350000', '120328.353000', '120328.356000', '120328.358000', '120328.361000', '120328.364000', '120328.366000', '120328.369000', '120328.372000', '120328.375000', '120348.256000', '120348.259000', '120348.262000', '120348.264000', '120348.267000', '120348.270000', '120348.272000', '120348.275000', '120348.282000', '120348.285000', '120348.288000', '120348.290000', '120348.293000', '120348.296000', '120348.298000', '120348.301000', '120348.303000', '120348.307000', '120348.309000', '120348.312000', '120348.314000', '120348.317000', '120348.320000', '120348.322000', '120348.325000', '120348.328000', '120348.330000', '120348.333000', '120348.336000', '120348.338000', '120348.341000', '120348.344000', '120348.346000', '120348.349000', '120348.351000', '120348.354000', '120348.357000', '120348.359000', '120348.362000', '120348.365000', '120348.367000', '120348.370000', '120348.372000', '120348.375000', '120408.257000', '120408.260000', '120408.262000', '120408.265000', '120408.268000', '120408.270000', '120408.275000', '120408.277000', '120408.280000', '120408.283000', '120408.285000', '120408.288000', '120408.290000', '120408.293000', '120408.296000', '120408.298000', '120408.301000', '120408.304000', '120408.306000', '120408.309000', '120408.311000', '120408.314000', '120408.317000', '120408.319000', '120408.322000', '120408.325000', '120408.327000', '120408.330000', '120408.332000', '120408.335000', '120408.338000', '120408.340000', '120408.343000', '120408.346000', '120408.348000', '120408.366000', '120408.368000', '120408.371000', '120408.374000', '120408.376000', '120408.379000', '120408.382000', '120408.384000', '120428.256000', '120428.259000', '120428.262000', '120428.264000', '120428.268000', '120428.270000', '120428.273000', '120428.275000', '120428.278000', '120428.281000', '120428.283000', '120428.286000', '120428.289000', '120428.291000', '120428.294000', '120428.297000', '120428.299000', '120428.302000', '120428.305000', '120428.307000', '120428.310000', '120428.312000', '120428.315000', '120428.318000', '120428.320000', '120428.323000', '120428.325000', '120428.328000', '120428.331000', '120428.333000', '120428.336000', '120428.338000', '120428.341000', '120428.344000', '120428.346000', '120428.349000', '120428.352000', '120428.373000', '120428.375000', '120428.378000', '120428.381000', '120428.383000', '120428.386000', '120428.388000', '120448.256000', '120448.259000', '120448.262000', '120448.265000', '120448.267000', '120448.270000', '120448.273000', '120448.275000', '120448.278000', '120448.280000', '120448.283000', '120448.286000', '120448.288000', '120448.291000', '120448.293000', '120448.296000', '120448.299000', '120448.301000', '120448.304000', '120448.307000', '120448.309000', '120448.312000', '120448.315000', '120448.318000', '120448.321000', '120448.323000', '120448.326000', '120448.328000', '120448.331000', '120448.334000', '120448.336000', '120448.339000', '120448.342000', '120448.345000', '120448.347000', '120448.350000', '120448.354000', '120448.357000', '120448.360000', '120448.362000', '120448.365000', '120448.367000', '120448.370000', '120508.257000', '120508.259000', '120508.262000', '120508.265000', '120508.268000', '120508.270000', '120508.273000', '120508.276000', '120508.278000', '120508.281000', '120508.283000', '120508.286000', '120508.289000', '120508.292000', '120508.294000', '120508.297000', '120508.299000', '120508.302000', '120508.305000', '120508.307000', '120508.310000', '120508.313000', '120508.315000', '120508.318000', '120508.320000', '120508.323000', '120508.326000', '120508.328000', '120508.331000', '120508.334000', '120508.336000', '120508.339000', '120508.341000', '120508.344000', '120508.347000', '120508.349000', '120508.352000', '120508.355000', '120508.357000', '120508.360000', '120508.362000', '120508.365000', '120508.368000', '120508.370000', '120528.255000', '120528.263000', '120528.266000', '120528.268000', '120528.271000', '120528.274000', '120528.276000', '120528.279000', '120528.281000', '120528.284000', '120528.287000', '120528.289000', '120528.292000', '120528.294000', '120528.297000', '120528.300000', '120528.302000', '120528.305000', '120528.308000', '120528.310000', '120528.313000', '120528.316000', '120528.319000', '120528.321000', '120528.324000', '120528.326000', '120528.329000', '120528.332000', '120528.334000', '120528.337000', '120528.339000', '120528.342000', '120528.345000', '120528.347000', '120528.350000', '120528.353000', '120528.355000', '120528.358000', '120528.361000', '120528.363000', '120528.366000', '120528.368000', '120528.371000', '120548.255000', '120548.258000', '120548.262000', '120548.264000', '120548.267000', '120548.269000', '120548.272000', '120548.275000', '120548.277000', '120548.280000', '120548.282000', '120548.285000', '120548.287000', '120548.290000', '120548.293000', '120548.295000', '120548.298000', '120548.311000', '120548.314000', '120548.316000', '120548.319000', '120548.322000', '120548.325000', '120548.327000', '120548.337000', '120548.340000', '120548.343000', '120548.345000', '120548.348000', '120548.350000', '120548.353000', '120548.356000', '120548.358000', '120548.361000', '120548.363000', '120548.366000', '120548.369000', '120548.371000', '120548.374000', '120548.377000', '120548.379000', '120548.382000', '120548.385000', '120548.387000', '120608.256000', '120608.259000', '120608.262000', '120608.265000', '120608.268000', '120608.270000', '120608.273000', '120608.276000', '120608.278000', '120608.281000', '120608.283000', '120608.286000', '120608.289000', '120608.291000', '120608.294000', '120608.297000', '120608.299000', '120608.302000', '120608.304000', '120608.307000', '120608.310000', '120608.312000', '120608.315000', '120608.318000', '120608.320000', '120608.323000', '120608.326000', '120608.328000', '120608.331000', '120608.334000', '120608.337000', '120608.339000', '120608.342000', '120608.345000', '120608.347000', '120608.350000', '120608.353000', '120608.356000', '120608.359000', '120608.363000', '120608.366000', '120608.368000', '120608.371000', '120628.257000', '120628.260000', '120628.262000', '120628.265000', '120628.277000', '120628.280000', '120628.282000', '120628.285000', '120628.287000', '120628.290000', '120628.293000', '120628.295000', '120628.298000', '120628.301000', '120628.303000', '120628.306000', '120628.309000', '120628.311000', '120628.314000', '120628.316000', '120628.319000', '120628.322000', '120628.324000', '120628.327000', '120628.330000', '120628.332000', '120628.335000', '120628.338000', '120628.340000', '120628.343000', '120628.346000', '120628.348000', '120628.351000', '120628.354000', '120628.356000', '120628.359000', '120628.361000', '120628.364000', '120628.367000', '120628.369000', '120628.372000', '120628.375000', '120628.377000', '120628.380000', '120648.257000', '120648.260000', '120648.262000', '120648.265000', '120648.268000', '120648.270000', '120648.273000', '120648.276000', '120648.278000', '120648.281000', '120648.284000', '120648.286000', '120648.289000', '120648.292000', '120648.294000', '120648.297000', '120648.300000', '120648.302000', '120648.305000', '120648.312000', '120648.315000', '120648.317000', '120648.320000', '120648.323000', '120648.325000', '120648.328000', '120648.331000', '120648.333000', '120648.336000', '120648.338000', '120648.341000', '120648.344000', '120648.347000', '120648.349000', '120648.352000', '120648.355000', '120648.357000', '120648.362000', '120648.364000', '120648.367000', '120648.370000', '120648.372000', '120648.375000', '120708.256000', '120708.259000', '120708.262000', '120708.265000', '120708.267000', '120708.270000', '120708.273000', '120708.275000', '120708.278000', '120708.280000', '120708.283000', '120708.286000', '120708.288000', '120708.291000', '120708.294000', '120708.296000', '120708.299000', '120708.301000', '120708.304000', '120708.307000', '120708.309000', '120708.312000', '120708.314000', '120708.317000', '120708.320000', '120708.322000', '120708.325000', '120708.334000', '120708.350000', '120708.352000', '120708.355000', '120708.357000', '120708.360000', '120708.363000', '120708.365000', '120708.368000', '120708.370000', '120708.373000', '120708.376000', '120708.378000', '120708.381000', '120708.383000', '120708.386000', '120708.389000', '120728.257000', '120728.260000', '120728.272000', '120728.274000', '120728.277000', '120728.279000', '120728.282000', '120728.285000', '120728.287000', '120728.290000', '120728.292000', '120728.295000', '120728.298000', '120728.300000', '120728.303000', '120728.305000', '120728.308000', '120728.311000', '120728.313000', '120728.316000', '120728.318000', '120728.321000', '120728.324000', '120728.326000', '120728.329000', '120728.331000', '120728.334000', '120728.337000', '120728.339000', '120728.342000', '120728.345000', '120728.347000', '120728.350000', '120728.353000', '120728.355000', '120728.358000', '120728.360000', '120728.363000', '120728.365000', '120728.368000', '120728.371000', '120728.373000', '120728.376000', '120743.162000', '120743.165000', '120743.168000', '120743.170000', '120743.173000', '120743.175000', '120743.178000', '120743.181000', '120743.183000', '120743.186000', '120743.189000', '120743.191000', '120743.194000', '120743.196000', '120743.199000', '120743.202000', '120743.204000', '120743.207000', '120743.209000', '120743.212000', '120743.214000', '120743.217000', '120743.226000', '120743.229000', '120743.232000', '120743.234000', '120743.237000', '120743.240000', '120743.242000', '120743.245000', '120743.247000', '120743.250000', '120743.252000'], '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': [14319, 11031, 13055, 8084, 13635, 8996, 13014, 8105, 9690, 9555, 13568, 10559, 11102, 9304, 17128, 7592, 12514, 7861, 13207, 8706, 10182, 10396, 16392, 8279, 12283, 7306, 12115, 7392, 12351, 7695, 11630, 8053, 12290, 12158, 7624, 13155, 7442, 7610, 10264, 13105, 7168, 10914, 7482, 13465, 12644, 8143, 10969, 7465, 12400, 7490, 12995, 9829, 7372, 13834, 7859, 12629, 8552, 7061, 8236, 13690, 7270, 12782, 7780, 10196, 11672, 9857, 11058, 9926, 9333, 10937, 9228, 12508, 9906, 8239, 13114, 14983, 13737, 12232, 14287, 10880, 12865, 8098, 11808, 7767, 13027, 8274, 8823, 7197, 12477, 10893, 9270, 7141, 11589, 7637, 10086, 7828, 12983, 7118, 10469, 7633, 12734, 7985, 11435, 8645, 12760, 10155, 7176, 8454, 12063, 7777, 7101, 9989, 13847, 9478, 7138, 9479, 13438, 9750, 9833, 14058, 9037, 12074, 7847, 12412, 7068, 10276, 7298, 13247, 8537, 9552, 11510, 10639, 7183, 12641, 7445, 11461, 7219, 12467, 9698, 10496, 10480, 12609, 14285, 9232, 7506, 12407, 8707, 9357, 11502, 11272, 13041, 9449, 10798, 7691, 12750, 9452, 13997, 9784, 13193, 9405, 9445, 10131, 15145, 12822, 13308, 8377, 10989, 7036, 10684, 7488, 12726, 9060, 9092, 7064, 10703, 8363, 8020, 6867, 10135, 6973, 8827, 6948, 12303, 7627, 11889, 8526, 6973, 8369, 12458, 7629, 12250, 7732, 12354, 9197, 8266, 10289, 12521, 8728, 7034, 11845, 14037, 8658, 12758, 8177, 10100, 9947, 7134, 10693, 13680, 8182, 13474, 8243, 11908, 15087, 12455, 12505, 8091, 8234, 7939, 13334, 9462, 8222, 9189, 13233, 10331, 9178, 8573, 13118, 10836, 10861, 8103, 12585, 11496, 8491, 13113, 7649, 11181, 7385, 8102, 8716, 7041, 7017, 9431, 11861, 7909, 7160, 8851, 13572, 7501, 10715, 11557, 7085, 12268, 7870, 8739, 12855, 7459, 11008, 7732, 7567, 8566, 7305, 7501, 7435, 10610, 13339, 8823, 11375, 7443, 11060, 9840, 7869, 12014, 9746, 7939, 12338, 6988, 6908, 10356, 13689, 9865, 7200, 12849, 11498, 15237, 11617, 12332, 8472, 6697, 13825, 15700, 12884, 12951, 13039, 9435, 12518, 8375, 7207, 12626, 13556, 11052, 8243, 9881, 13411, 11350, 10907, 10684, 7563, 7641, 7174, 7399, 10338, 7376, 12615, 7381, 12320, 7611, 9193, 7345, 13005, 8272, 9310, 7235, 10794, 7040, 11747, 6964, 11972, 12821, 8543, 12675, 8482, 10774, 7256, 10367, 10472, 7853, 12907, 9819, 8612, 8096, 13414, 7208, 12425, 7159, 11785, 7953, 12196, 10005, 14520, 12796, 7806, 8997, 12100, 6794, 9217, 12266, 10253, 13077, 9439, 7235, 12146, 12128, 7695, 6877, 12708, 8391, 11032, 8769, 13530, 9420, 11089, 9739, 13612, 10939, 10075, 9461, 13897, 10913, 7933, 9535, 12444, 8758, 7334, 9470, 7292, 8731, 7054, 11213, 7293, 10807, 7508, 12968, 7444, 9655, 7357, 12096, 10250, 6850, 10392, 7012, 7381, 7929, 7232, 7916, 8165, 7620, 7854, 8257, 7525, 10828, 8178, 12477, 9652, 14426, 12397, 13457, 10844, 13801, 8033, 12872, 7298, 12334, 8619, 11833, 9550, 12035, 7476, 9581, 13275, 8019, 9774, 13882, 10453, 11886, 7694, 7409, 6680, 10311, 7108, 8684, 11782, 7084, 8258, 7421, 6897, 12255, 11006, 12709, 12566, 12691, 7520, 7035, 13547, 7999, 12522, 9881, 12972, 12379, 10041, 13957, 8280, 11084, 8557, 8220, 12077, 7511, 7034, 8277, 6665, 12431, 7278, 12553, 7042, 11909, 7438, 10240, 7837, 11949, 8002, 7084, 8208, 10178, 8288, 7102, 11731, 8549, 10991, 7316, 12483, 6836, 11595, 6995, 9716, 6912, 9380, 7942, 13003, 7962, 11710, 7872, 8405, 8985, 8250, 6975, 12551, 12628, 10837, 8506, 9033, 9986, 6905, 12597, 7521, 12575, 8515, 9983, 9049, 13132, 7261, 12291, 7017, 10842, 8262, 10729, 9881, 10324, 11821, 7561, 7897, 10708, 7041, 12713, 7842, 10301, 12156, 9544, 11936, 8104, 13175, 9790, 8710, 9571, 13867, 10968, 9668, 8645, 7735, 12482, 7034, 11871, 8163, 6839, 9108, 7170, 9916, 7467, 9619, 7231, 10692, 9326, 8357, 10211, 7097, 7542, 9372, 13001, 8354, 8363, 6984, 12659, 7342, 10407, 7030, 11539, 7789, 8766, 7373, 10326, 12599, 7963, 10910, 10699, 7043, 11878, 7419, 9231, 7441, 7163, 8611, 7147, 7666, 7513, 7278, 10298, 7649, 12482, 7516, 11671, 7460, 12095, 12125, 11259, 14630, 11352, 12317, 10143, 13826, 11442, 12650, 9599, 14344, 13273, 11422, 7678, 11115, 14543, 11155, 12649, 7668, 8334, 7107, 7690, 7212, 9207, 6646, 12700, 8020, 7874, 7640, 7189, 10086, 11290, 7169, 11567, 7531, 11036, 7412, 12016, 7391, 12890, 8370, 9418, 9736, 12448, 7362, 10700, 7178, 13179, 7666, 12791, 7206, 12292, 8214, 10833, 8142, 12797, 7674, 7475, 8676, 7248, 12883, 8050, 11513, 6946, 12443, 6949, 12249, 14436, 11354, 12762, 12852, 8381, 13766, 8241, 11580, 7860, 10899, 13124, 9139, 7233, 10170, 6974, 10402, 6789, 11880, 10996, 9266, 7239, 9569, 13370, 8894, 12272, 6943, 10088, 6987, 12040, 7938, 9250, 6923, 10853, 7420, 8634, 7169, 10332, 13185, 7628, 11599, 7340, 8053, 7174, 7296, 6846, 7489, 7309, 11048, 7528, 11887, 7630, 9946, 9156, 12604, 13038, 7584, 12708, 10369, 10946, 7773, 8333, 7048, 6767, 8956, 8949, 6759, 8736, 13119, 11983, 13454, 8656, 12656, 8413, 12610, 10278, 11939, 12519, 10156, 7527, 12506, 9064, 14707, 12790, 14487, 10489, 8129, 8566, 14612, 9308, 7503, 8644, 13403, 8664, 8704, 7650, 13218, 7764, 10759, 6876, 11912, 9050, 9136, 8728, 7386, 8489, 11854, 7006, 10776, 8655, 6859, 11912, 6993, 10728, 8333, 8359, 11228, 7975, 7120, 9208, 9798, 8999, 7053, 10499, 7062, 9943, 9930, 12690, 8947, 8690, 8462, 7429, 13044, 9799, 11823, 9971, 9712, 10690, 8942, 11332, 8966, 6918, 12616, 8508, 12713, 8795, 13474, 8636, 10231, 7316, 12161, 7533, 10146, 7068, 10483, 6858, 8215, 7123, 9627, 7157, 9472, 7068, 9948, 7574, 10060, 10246, 6898, 11283, 9251, 9349, 11273, 11378, 10952, 6889, 12598, 7104, 11102, 7101, 10576, 8780, 8362, 11931, 7722, 10370, 7372, 7139, 8462, 8622, 9206, 11978, 14286, 12460, 13477, 7941, 12281, 7917, 13034, 9912, 12438, 9483, 12246, 9144, 12092, 8600, 12694], 'WindowCenter': [4391.0, 4356.0, 4352.0, 4298.0, 4348.0, 4281.0, 4347.0, 4295.0, 4305.0, 4317.0, 4337.0, 4327.0, 4325.0, 4304.0, 4342.0, 4283.0, 4321.0, 4281.0, 4321.0, 4291.0, 4302.0, 4314.0, 4342.0, 4281.0, 4321.0, 4281.0, 4309.0, 4268.0, 4309.0, 4268.0, 4310.0, 4280.0, 4323.0, 4309.0, 4279.0, 4318.0, 4268.0, 4279.0, 4311.0, 4321.0, 4269.0, 4309.0, 4281.0, 4332.0, 4319.0, 4278.0, 4298.0, 4269.0, 4318.0, 4280.0, 4332.0, 4288.0, 4269.0, 4319.0, 4280.0, 4321.0, 4304.0, 4284.0, 4305.0, 4332.0, 4282.0, 4333.0, 4294.0, 4314.0, 4339.0, 4317.0, 4327.0, 4313.0, 4304.0, 4312.0, 4302.0, 4320.0, 4301.0, 4291.0, 4334.0, 4332.0, 4318.0, 4297.0, 4303.0, 4270.0, 4289.0, 4249.0, 4291.0, 4252.0, 4302.0, 4249.0, 4258.0, 4240.0, 4304.0, 4280.0, 4270.0, 4251.0, 4292.0, 4250.0, 4270.0, 4262.0, 4303.0, 4254.0, 4283.0, 4266.0, 4305.0, 4264.0, 4294.0, 4277.0, 4305.0, 4298.0, 4256.0, 4277.0, 4305.0, 4264.0, 4255.0, 4298.0, 4318.0, 4286.0, 4255.0, 4299.0, 4318.0, 4274.0, 4284.0, 4302.0, 4261.0, 4292.0, 4264.0, 4304.0, 4255.0, 4295.0, 4267.0, 4319.0, 4276.0, 4286.0, 4295.0, 4285.0, 4256.0, 4318.0, 4281.0, 4310.0, 4269.0, 4321.0, 4288.0, 4299.0, 4299.0, 4320.0, 4331.0, 4298.0, 4282.0, 4318.0, 4288.0, 4285.0, 4294.0, 4295.0, 4304.0, 4274.0, 4283.0, 4264.0, 4305.0, 4263.0, 4266.0, 4286.0, 4292.0, 4259.0, 4258.0, 4270.0, 4290.0, 4265.0, 4274.0, 4235.0, 4254.0, 4223.0, 4252.0, 4234.0, 4275.0, 4231.0, 4230.0, 4221.0, 4253.0, 4231.0, 4230.0, 4222.0, 4264.0, 4225.0, 4256.0, 4238.0, 4289.0, 4250.0, 4292.0, 4275.0, 4255.0, 4277.0, 4305.0, 4265.0, 4295.0, 4267.0, 4306.0, 4288.0, 4278.0, 4302.0, 4308.0, 4278.0, 4282.0, 4323.0, 4320.0, 4278.0, 4307.0, 4276.0, 4297.0, 4300.0, 4269.0, 4300.0, 4317.0, 4277.0, 4318.0, 4263.0, 4294.0, 4302.0, 4291.0, 4290.0, 4261.0, 4261.0, 4262.0, 4300.0, 4269.0, 4248.0, 4270.0, 4289.0, 4267.0, 4257.0, 4248.0, 4288.0, 4267.0, 4264.0, 4235.0, 4276.0, 4263.0, 4243.0, 4272.0, 4222.0, 4262.0, 4221.0, 4233.0, 4243.0, 4234.0, 4237.0, 4271.0, 4289.0, 4261.0, 4253.0, 4285.0, 4303.0, 4253.0, 4294.0, 4279.0, 4251.0, 4291.0, 4260.0, 4273.0, 4302.0, 4252.0, 4292.0, 4276.0, 4278.0, 4289.0, 4278.0, 4291.0, 4294.0, 4326.0, 4344.0, 4302.0, 4323.0, 4282.0, 4324.0, 4301.0, 4294.0, 4322.0, 4303.0, 4292.0, 4333.0, 4283.0, 4296.0, 4326.0, 4344.0, 4314.0, 4281.0, 4334.0, 4324.0, 4332.0, 4311.0, 4318.0, 4278.0, 4268.0, 4331.0, 4317.0, 4294.0, 4293.0, 4288.0, 4258.0, 4276.0, 4235.0, 4235.0, 4277.0, 4275.0, 4252.0, 4230.0, 4255.0, 4272.0, 4249.0, 4240.0, 4239.0, 4218.0, 4230.0, 4220.0, 4221.0, 4249.0, 4219.0, 4259.0, 4219.0, 4259.0, 4219.0, 4240.0, 4232.0, 4273.0, 4229.0, 4239.0, 4219.0, 4262.0, 4235.0, 4276.0, 4237.0, 4289.0, 4275.0, 4245.0, 4275.0, 4245.0, 4265.0, 4237.0, 4280.0, 4265.0, 4247.0, 4286.0, 4267.0, 4257.0, 4248.0, 4299.0, 4249.0, 4288.0, 4236.0, 4289.0, 4247.0, 4277.0, 4282.0, 4300.0, 4289.0, 4248.0, 4271.0, 4288.0, 4237.0, 4256.0, 4288.0, 4268.0, 4300.0, 4271.0, 4250.0, 4303.0, 4288.0, 4234.0, 4224.0, 4285.0, 4245.0, 4264.0, 4255.0, 4286.0, 4253.0, 4261.0, 4242.0, 4259.0, 4238.0, 4225.0, 4227.0, 4254.0, 4222.0, 4202.0, 4223.0, 4241.0, 4210.0, 4190.0, 4221.0, 4189.0, 4209.0, 4192.0, 4232.0, 4204.0, 4245.0, 4217.0, 4267.0, 4217.0, 4238.0, 4220.0, 4260.0, 4250.0, 4222.0, 4264.0, 4233.0, 4250.0, 4260.0, 4247.0, 4262.0, 4260.0, 4262.0, 4275.0, 4264.0, 4249.0, 4294.0, 4277.0, 4302.0, 4283.0, 4301.0, 4279.0, 4289.0, 4268.0, 4286.0, 4235.0, 4274.0, 4223.0, 4261.0, 4230.0, 4262.0, 4252.0, 4262.0, 4219.0, 4241.0, 4270.0, 4214.0, 4236.0, 4255.0, 4236.0, 4247.0, 4218.0, 4220.0, 4234.0, 4251.0, 4223.0, 4246.0, 4291.0, 4239.0, 4258.0, 4250.0, 4238.0, 4278.0, 4269.0, 4287.0, 4291.0, 4287.0, 4234.0, 4224.0, 4273.0, 4230.0, 4260.0, 4251.0, 4272.0, 4247.0, 4225.0, 4243.0, 4201.0, 4232.0, 4198.0, 4198.0, 4227.0, 4189.0, 4178.0, 4210.0, 4191.0, 4245.0, 4203.0, 4253.0, 4205.0, 4242.0, 4203.0, 4232.0, 4214.0, 4243.0, 4214.0, 4206.0, 4227.0, 4235.0, 4226.0, 4207.0, 4257.0, 4238.0, 4247.0, 4219.0, 4270.0, 4208.0, 4258.0, 4218.0, 4251.0, 4219.0, 4239.0, 4242.0, 4286.0, 4232.0, 4273.0, 4230.0, 4242.0, 4240.0, 4230.0, 4221.0, 4275.0, 4261.0, 4263.0, 4231.0, 4241.0, 4238.0, 4220.0, 4258.0, 4229.0, 4271.0, 4240.0, 4249.0, 4241.0, 4283.0, 4219.0, 4258.0, 4218.0, 4260.0, 4241.0, 4263.0, 4252.0, 4255.0, 4261.0, 4223.0, 4222.0, 4240.0, 4222.0, 4273.0, 4220.0, 4252.0, 4261.0, 4253.0, 4261.0, 4230.0, 4269.0, 4238.0, 4225.0, 4226.0, 4253.0, 4235.0, 4211.0, 4213.0, 4191.0, 4215.0, 4192.0, 4229.0, 4199.0, 4179.0, 4198.0, 4177.0, 4208.0, 4177.0, 4208.0, 4190.0, 4231.0, 4209.0, 4199.0, 4219.0, 4190.0, 4203.0, 4226.0, 4253.0, 4213.0, 4213.0, 4205.0, 4255.0, 4205.0, 4246.0, 4219.0, 4260.0, 4219.0, 4229.0, 4221.0, 4265.0, 4272.0, 4231.0, 4275.0, 4250.0, 4221.0, 4271.0, 4233.0, 4254.0, 4235.0, 4234.0, 4259.0, 4251.0, 4262.0, 4250.0, 4252.0, 4295.0, 4267.0, 4305.0, 4254.0, 4305.0, 4267.0, 4307.0, 4304.0, 4297.0, 4303.0, 4282.0, 4291.0, 4270.0, 4285.0, 4264.0, 4263.0, 4243.0, 4273.0, 4260.0, 4247.0, 4206.0, 4236.0, 4253.0, 4232.0, 4241.0, 4189.0, 4201.0, 4190.0, 4200.0, 4202.0, 4225.0, 4209.0, 4257.0, 4230.0, 4230.0, 4218.0, 4219.0, 4250.0, 4247.0, 4207.0, 4246.0, 4219.0, 4260.0, 4232.0, 4274.0, 4236.0, 4288.0, 4246.0, 4256.0, 4268.0, 4289.0, 4248.0, 4266.0, 4236.0, 4286.0, 4247.0, 4287.0, 4237.0, 4288.0, 4247.0, 4266.0, 4247.0, 4276.0, 4235.0, 4237.0, 4247.0, 4239.0, 4293.0, 4237.0, 4278.0, 4239.0, 4290.0, 4237.0, 4289.0, 4287.0, 4265.0, 4275.0, 4271.0, 4231.0, 4269.0, 4217.0, 4245.0, 4204.0, 4247.0, 4243.0, 4211.0, 4191.0, 4222.0, 4192.0, 4232.0, 4181.0, 4243.0, 4220.0, 4209.0, 4189.0, 4221.0, 4239.0, 4198.0, 4227.0, 4188.0, 4219.0, 4191.0, 4242.0, 4200.0, 4221.0, 4203.0, 4244.0, 4202.0, 4213.0, 4205.0, 4249.0, 4255.0, 4216.0, 4256.0, 4219.0, 4229.0, 4222.0, 4235.0, 4238.0, 4249.0, 4264.0, 4291.0, 4262.0, 4293.0, 4263.0, 4282.0, 4272.0, 4303.0, 4291.0, 4251.0, 4288.0, 4255.0, 4264.0, 4233.0, 4230.0, 4208.0, 4212.0, 4245.0, 4247.0, 4238.0, 4272.0, 4302.0, 4293.0, 4288.0, 4247.0, 4276.0, 4245.0, 4275.0, 4252.0, 4261.0, 4272.0, 4251.0, 4219.0, 4257.0, 4225.0, 4228.0, 4271.0, 4264.0, 4221.0, 4200.0, 4210.0, 4238.0, 4209.0, 4188.0, 4212.0, 4240.0, 4199.0, 4198.0, 4200.0, 4240.0, 4189.0, 4219.0, 4192.0, 4243.0, 4213.0, 4213.0, 4227.0, 4219.0, 4242.0, 4259.0, 4219.0, 4250.0, 4227.0, 4208.0, 4259.0, 4209.0, 4262.0, 4230.0, 4230.0, 4249.0, 4219.0, 4208.0, 4240.0, 4237.0, 4243.0, 4225.0, 4267.0, 4223.0, 4253.0, 4255.0, 4262.0, 4230.0, 4227.0, 4229.0, 4222.0, 4273.0, 4241.0, 4248.0, 4238.0, 4238.0, 4234.0, 4226.0, 4235.0, 4214.0, 4204.0, 4241.0, 4201.0, 4229.0, 4197.0, 4228.0, 4186.0, 4206.0, 4175.0, 4227.0, 4175.0, 4204.0, 4175.0, 4204.0, 4163.0, 4185.0, 4177.0, 4206.0, 4177.0, 4209.0, 4192.0, 4235.0, 4175.0, 4259.0, 4239.0, 4222.0, 4251.0, 4241.0, 4244.0, 4265.0, 4266.0, 4253.0, 4224.0, 4275.0, 4224.0, 4262.0, 4223.0, 4252.0, 4243.0, 4233.0, 4264.0, 4234.0, 4252.0, 4252.0, 4223.0, 4245.0, 4245.0, 4254.0, 4265.0, 4287.0, 4275.0, 4271.0, 4219.0, 4257.0, 4217.0, 4255.0, 4225.0, 4245.0, 4224.0, 4232.0, 4210.0, 4229.0, 4199.0, 4240.0], 'WindowWidth': [9681.0, 9620.0, 9607.0, 9527.0, 9589.0, 9486.0, 9591.0, 9519.0, 9529.0, 9550.0, 9577.0, 9563.0, 9553.0, 9524.0, 9572.0, 9495.0, 9545.0, 9489.0, 9543.0, 9504.0, 9520.0, 9539.0, 9573.0, 9490.0, 9546.0, 9491.0, 9525.0, 9470.0, 9523.0, 9469.0, 9526.0, 9488.0, 9551.0, 9523.0, 9486.0, 9536.0, 9469.0, 9486.0, 9532.0, 9545.0, 9471.0, 9524.0, 9492.0, 9563.0, 9536.0, 9482.0, 9509.0, 9471.0, 9536.0, 9490.0, 9562.0, 9495.0, 9473.0, 9540.0, 9489.0, 9547.0, 9528.0, 9503.0, 9532.0, 9563.0, 9495.0, 9563.0, 9514.0, 9539.0, 9584.0, 9550.0, 9563.0, 9537.0, 9528.0, 9534.0, 9523.0, 9543.0, 9518.0, 9503.0, 9570.0, 9568.0, 9535.0, 9505.0, 9509.0, 9457.0, 9481.0, 9427.0, 9488.0, 9439.0, 9507.0, 9430.0, 9440.0, 9419.0, 9512.0, 9471.0, 9459.0, 9435.0, 9492.0, 9432.0, 9458.0, 9453.0, 9509.0, 9445.0, 9482.0, 9464.0, 9515.0, 9459.0, 9498.0, 9480.0, 9515.0, 9510.0, 9448.0, 9480.0, 9517.0, 9460.0, 9448.0, 9510.0, 9536.0, 9490.0, 9449.0, 9512.0, 9537.0, 9468.0, 9481.0, 9503.0, 9447.0, 9490.0, 9456.0, 9511.0, 9447.0, 9500.0, 9470.0, 9540.0, 9476.0, 9490.0, 9499.0, 9484.0, 9450.0, 9534.0, 9490.0, 9529.0, 9473.0, 9544.0, 9496.0, 9511.0, 9510.0, 9544.0, 9559.0, 9512.0, 9498.0, 9542.0, 9500.0, 9486.0, 9498.0, 9497.0, 9509.0, 9468.0, 9479.0, 9458.0, 9513.0, 9445.0, 9436.0, 9487.0, 9488.0, 9437.0, 9433.0, 9453.0, 9482.0, 9440.0, 9451.0, 9398.0, 9424.0, 9381.0, 9420.0, 9399.0, 9456.0, 9389.0, 9386.0, 9378.0, 9423.0, 9390.0, 9389.0, 9382.0, 9441.0, 9388.0, 9432.0, 9412.0, 9482.0, 9430.0, 9489.0, 9471.0, 9445.0, 9480.0, 9514.0, 9459.0, 9498.0, 9465.0, 9516.0, 9494.0, 9482.0, 9520.0, 9522.0, 9483.0, 9495.0, 9549.0, 9540.0, 9479.0, 9517.0, 9475.0, 9504.0, 9512.0, 9472.0, 9514.0, 9533.0, 9481.0, 9538.0, 9452.0, 9496.0, 9505.0, 9487.0, 9485.0, 9447.0, 9448.0, 9451.0, 9499.0, 9455.0, 9426.0, 9458.0, 9483.0, 9450.0, 9433.0, 9424.0, 9479.0, 9448.0, 9440.0, 9404.0, 9460.0, 9434.0, 9409.0, 9448.0, 9381.0, 9435.0, 9379.0, 9400.0, 9412.0, 9403.0, 9414.0, 9463.0, 9485.0, 9449.0, 9443.0, 9488.0, 9510.0, 9442.0, 9497.0, 9471.0, 9435.0, 9489.0, 9447.0, 9468.0, 9505.0, 9440.0, 9494.0, 9480.0, 9486.0, 9503.0, 9487.0, 9509.0, 9518.0, 9564.0, 9584.0, 9523.0, 9553.0, 9497.0, 9554.0, 9519.0, 9515.0, 9551.0, 9525.0, 9511.0, 9566.0, 9499.0, 9522.0, 9563.0, 9583.0, 9543.0, 9494.0, 9568.0, 9557.0, 9561.0, 9529.0, 9536.0, 9483.0, 9471.0, 9559.0, 9539.0, 9496.0, 9495.0, 9478.0, 9438.0, 9457.0, 9401.0, 9403.0, 9461.0, 9455.0, 9420.0, 9387.0, 9431.0, 9448.0, 9413.0, 9399.0, 9396.0, 9369.0, 9391.0, 9376.0, 9382.0, 9415.0, 9376.0, 9427.0, 9375.0, 9427.0, 9377.0, 9404.0, 9400.0, 9454.0, 9388.0, 9402.0, 9374.0, 9437.0, 9405.0, 9461.0, 9415.0, 9486.0, 9459.0, 9418.0, 9457.0, 9416.0, 9446.0, 9413.0, 9472.0, 9446.0, 9425.0, 9475.0, 9451.0, 9440.0, 9430.0, 9498.0, 9430.0, 9479.0, 9409.0, 9484.0, 9426.0, 9466.0, 9481.0, 9503.0, 9482.0, 9425.0, 9465.0, 9482.0, 9413.0, 9436.0, 9482.0, 9455.0, 9500.0, 9465.0, 9435.0, 9512.0, 9484.0, 9404.0, 9390.0, 9473.0, 9420.0, 9443.0, 9435.0, 9477.0, 9426.0, 9433.0, 9407.0, 9428.0, 9395.0, 9374.0, 9378.0, 9412.0, 9365.0, 9340.0, 9370.0, 9392.0, 9348.0, 9323.0, 9364.0, 9319.0, 9346.0, 9329.0, 9382.0, 9349.0, 9404.0, 9373.0, 9437.0, 9371.0, 9398.0, 9380.0, 9431.0, 9418.0, 9385.0, 9446.0, 9403.0, 9437.0, 9449.0, 9428.0, 9455.0, 9448.0, 9455.0, 9478.0, 9455.0, 9431.0, 9499.0, 9480.0, 9506.0, 9482.0, 9505.0, 9469.0, 9483.0, 9451.0, 9473.0, 9403.0, 9455.0, 9383.0, 9432.0, 9389.0, 9437.0, 9421.0, 9435.0, 9371.0, 9406.0, 9442.0, 9359.0, 9391.0, 9415.0, 9389.0, 9408.0, 9371.0, 9379.0, 9405.0, 9420.0, 9389.0, 9421.0, 9489.0, 9419.0, 9441.0, 9434.0, 9413.0, 9466.0, 9456.0, 9477.0, 9491.0, 9477.0, 9401.0, 9387.0, 9452.0, 9389.0, 9428.0, 9418.0, 9449.0, 9405.0, 9374.0, 9396.0, 9334.0, 9376.0, 9326.0, 9327.0, 9364.0, 9314.0, 9301.0, 9348.0, 9324.0, 9402.0, 9345.0, 9412.0, 9349.0, 9394.0, 9346.0, 9383.0, 9363.0, 9397.0, 9363.0, 9354.0, 9385.0, 9393.0, 9383.0, 9356.0, 9425.0, 9401.0, 9412.0, 9376.0, 9444.0, 9361.0, 9425.0, 9376.0, 9422.0, 9375.0, 9402.0, 9413.0, 9478.0, 9398.0, 9454.0, 9393.0, 9410.0, 9404.0, 9391.0, 9381.0, 9459.0, 9435.0, 9439.0, 9392.0, 9406.0, 9400.0, 9378.0, 9425.0, 9389.0, 9448.0, 9407.0, 9415.0, 9410.0, 9468.0, 9374.0, 9426.0, 9373.0, 9433.0, 9411.0, 9441.0, 9426.0, 9429.0, 9431.0, 9383.0, 9380.0, 9398.0, 9381.0, 9450.0, 9375.0, 9420.0, 9433.0, 9426.0, 9433.0, 9392.0, 9441.0, 9397.0, 9374.0, 9377.0, 9411.0, 9390.0, 9350.0, 9355.0, 9317.0, 9342.0, 9326.0, 9367.0, 9330.0, 9302.0, 9325.0, 9298.0, 9340.0, 9297.0, 9339.0, 9321.0, 9377.0, 9342.0, 9331.0, 9357.0, 9322.0, 9344.0, 9378.0, 9410.0, 9355.0, 9356.0, 9350.0, 9415.0, 9350.0, 9406.0, 9378.0, 9432.0, 9373.0, 9387.0, 9382.0, 9446.0, 9452.0, 9395.0, 9460.0, 9418.0, 9382.0, 9449.0, 9401.0, 9429.0, 9404.0, 9406.0, 9444.0, 9439.0, 9455.0, 9434.0, 9439.0, 9503.0, 9466.0, 9517.0, 9446.0, 9516.0, 9466.0, 9521.0, 9511.0, 9508.0, 9512.0, 9478.0, 9489.0, 9459.0, 9474.0, 9439.0, 9437.0, 9410.0, 9457.0, 9429.0, 9408.0, 9350.0, 9391.0, 9410.0, 9378.0, 9388.0, 9317.0, 9335.0, 9320.0, 9334.0, 9342.0, 9377.0, 9362.0, 9419.0, 9393.0, 9393.0, 9375.0, 9376.0, 9418.0, 9409.0, 9355.0, 9406.0, 9376.0, 9432.0, 9401.0, 9456.0, 9411.0, 9481.0, 9419.0, 9434.0, 9454.0, 9483.0, 9425.0, 9448.0, 9409.0, 9475.0, 9427.0, 9479.0, 9414.0, 9481.0, 9422.0, 9447.0, 9423.0, 9460.0, 9404.0, 9411.0, 9423.0, 9417.0, 9491.0, 9407.0, 9464.0, 9415.0, 9484.0, 9411.0, 9485.0, 9479.0, 9443.0, 9460.0, 9447.0, 9394.0, 9442.0, 9367.0, 9401.0, 9346.0, 9409.0, 9396.0, 9350.0, 9323.0, 9366.0, 9326.0, 9378.0, 9311.0, 9397.0, 9361.0, 9343.0, 9318.0, 9363.0, 9385.0, 9328.0, 9365.0, 9316.0, 9357.0, 9327.0, 9396.0, 9337.0, 9364.0, 9346.0, 9402.0, 9343.0, 9357.0, 9353.0, 9416.0, 9419.0, 9366.0, 9420.0, 9376.0, 9392.0, 9387.0, 9408.0, 9417.0, 9436.0, 9460.0, 9494.0, 9456.0, 9496.0, 9456.0, 9481.0, 9468.0, 9513.0, 9490.0, 9435.0, 9481.0, 9431.0, 9442.0, 9399.0, 9388.0, 9356.0, 9369.0, 9417.0, 9422.0, 9415.0, 9466.0, 9506.0, 9496.0, 9481.0, 9424.0, 9460.0, 9418.0, 9462.0, 9422.0, 9435.0, 9449.0, 9421.0, 9373.0, 9420.0, 9371.0, 9365.0, 9448.0, 9427.0, 9363.0, 9334.0, 9346.0, 9382.0, 9343.0, 9314.0, 9353.0, 9388.0, 9332.0, 9328.0, 9335.0, 9387.0, 9318.0, 9357.0, 9329.0, 9397.0, 9357.0, 9356.0, 9380.0, 9375.0, 9412.0, 9428.0, 9377.0, 9417.0, 9380.0, 9359.0, 9426.0, 9361.0, 9435.0, 9389.0, 9390.0, 9413.0, 9373.0, 9359.0, 9402.0, 9394.0, 9412.0, 9391.0, 9449.0, 9385.0, 9424.0, 9428.0, 9435.0, 9389.0, 9381.0, 9387.0, 9383.0, 9452.0, 9404.0, 9411.0, 9396.0, 9396.0, 9385.0, 9375.0, 9387.0, 9357.0, 9347.0, 9390.0, 9334.0, 9370.0, 9322.0, 9369.0, 9306.0, 9334.0, 9292.0, 9363.0, 9290.0, 9327.0, 9291.0, 9329.0, 9273.0, 9304.0, 9300.0, 9335.0, 9298.0, 9344.0, 9328.0, 9388.0, 9282.0, 9437.0, 9397.0, 9378.0, 9413.0, 9401.0, 9409.0, 9440.0, 9443.0, 9422.0, 9386.0, 9455.0, 9389.0, 9432.0, 9383.0, 9421.0, 9409.0, 9397.0, 9439.0, 9401.0, 9421.0, 9440.0, 9385.0, 9417.0, 9417.0, 9428.0, 9445.0, 9480.0, 9458.0, 9445.0, 9372.0, 9420.0, 9367.0, 9414.0, 9374.0, 9401.0, 9369.0, 9378.0, 9344.0, 9367.0, 9330.0, 9388.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.002282655172413793</td></tr>
<tr><td colspan=3>aqi</td><td>0.05023130080459771</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.22425958609898</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1884952159493685</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9920506818181815</td></tr>
<tr><td colspan=3>efc</td><td>0.4989</td></tr>
<tr><td colspan=3>fber</td><td>5770.5049</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2135013314616057</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>235</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.011494252873565</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4188505442045853</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.322512035536089</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.608021119638113</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.326018477439554</td></tr>
<tr><td colspan=3>gcor</td><td>0.0463531</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010836821980774403</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.054598934948444366</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.6678904291452366</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>21.8971</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3428</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.8321</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294612.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>933.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.1243</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7321</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>440.5126</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3488.6933</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81932.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1632.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4384.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>776.3631</td></tr>
<tr><td colspan=3>tsnr</td><td>30.655658491887152</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>