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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-03_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-03_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-0101/ses-04/func/sub-0101_ses-04_task-social_acq-mb8_run-03_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>f45ea645aca72678aae46bbf67fc0f19</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:25:59.225000</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.999588, 0.0207368, 0.0198519, -0.0170989, 0.98555, -0.168517]</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-03_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.124025</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7746, -7226, 27, -175, -137, -42, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>312.966</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a099b497-fa08-452e-b124-2384898c6aa2||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.68182110786438, -0.04587496817111969, 0.06226077303290367, 109.84159851074219], [-0.055635400116443634, 2.6441595554351807, -0.45389285683631897, -84.07157135009766], [0.05326114967465401, 0.45211976766586304, 2.660846710205078, -94.26454162597656], [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': ['122559.225000', '122559.685000', '122600.145000', '122600.605000', '122601.065000', '122601.525000', '122601.985000', '122602.445000', '122602.905000', '122603.365000', '122603.825000', '122604.285000', '122604.745000', '122605.205000', '122605.665000', '122606.125000', '122606.585000', '122607.045000', '122607.505000', '122607.965000', '122608.425000', '122608.885000', '122609.345000', '122609.805000', '122610.265000', '122610.725000', '122611.185000', '122611.645000', '122612.105000', '122612.565000', '122613.025000', '122613.485000', '122613.945000', '122614.405000', '122614.865000', '122615.325000', '122615.785000', '122616.245000', '122616.705000', '122617.165000', '122617.625000', '122618.085000', '122618.545000', '122619.005000', '122619.465000', '122619.925000', '122620.385000', '122620.845000', '122621.305000', '122621.765000', '122622.225000', '122622.685000', '122623.145000', '122623.605000', '122624.065000', '122624.525000', '122624.985000', '122625.445000', '122625.905000', '122626.365000', '122626.825000', '122627.285000', '122627.745000', '122628.205000', '122628.665000', '122629.125000', '122629.585000', '122630.045000', '122630.505000', '122630.965000', '122631.425000', '122631.885000', '122632.345000', '122632.805000', '122633.265000', '122633.725000', '122634.185000', '122634.645000', '122635.105000', '122635.565000', '122636.025000', '122636.485000', '122636.945000', '122637.405000', '122637.865000', '122638.325000', '122638.785000', '122639.245000', '122639.705000', '122640.165000', '122640.625000', '122641.085000', '122641.545000', '122642.005000', '122642.465000', '122642.925000', '122643.385000', '122643.845000', '122644.305000', '122644.765000', '122645.225000', '122645.685000', '122646.145000', '122646.605000', '122647.065000', '122647.525000', '122647.985000', '122648.445000', '122648.905000', '122649.365000', '122649.825000', '122650.285000', '122650.745000', '122651.205000', '122651.665000', '122652.125000', '122652.585000', '122653.045000', '122653.505000', '122653.965000', '122654.425000', '122654.885000', '122655.345000', '122655.805000', '122656.265000', '122656.725000', '122657.185000', '122657.645000', '122658.105000', '122658.565000', '122659.025000', '122659.485000', '122659.945000', '122700.405000', '122700.865000', '122701.325000', '122701.785000', '122702.245000', '122702.705000', '122703.165000', '122703.625000', '122704.085000', '122704.545000', '122705.005000', '122705.465000', '122705.925000', '122706.385000', '122706.845000', '122707.305000', '122707.765000', '122708.225000', '122708.685000', '122709.145000', '122709.605000', '122710.065000', '122710.525000', '122710.985000', '122711.445000', '122711.905000', '122712.365000', '122712.825000', '122713.285000', '122713.745000', '122714.205000', '122714.665000', '122715.125000', '122715.585000', '122716.045000', '122716.505000', '122716.965000', '122717.425000', '122717.885000', '122718.345000', '122718.805000', '122719.265000', '122719.725000', '122720.185000', '122720.645000', '122721.105000', '122721.565000', '122722.025000', '122722.485000', '122722.945000', '122723.405000', '122723.865000', '122724.325000', '122724.785000', '122725.245000', '122725.705000', '122726.165000', '122726.625000', '122727.085000', '122727.545000', '122728.005000', '122728.465000', '122728.925000', '122729.385000', '122729.845000', '122730.305000', '122730.765000', '122731.225000', '122731.685000', '122732.145000', '122732.605000', '122733.065000', '122733.525000', '122733.985000', '122734.445000', '122734.905000', '122735.365000', '122735.825000', '122736.285000', '122736.745000', '122737.205000', '122737.665000', '122738.125000', '122738.585000', '122739.045000', '122739.505000', '122739.965000', '122740.425000', '122740.885000', '122741.345000', '122741.805000', '122742.265000', '122742.725000', '122743.185000', '122743.645000', '122744.105000', '122744.565000', '122745.025000', '122745.485000', '122745.945000', '122746.405000', '122746.865000', '122747.325000', '122747.785000', '122748.245000', '122748.705000', '122749.165000', '122749.625000', '122750.085000', '122750.545000', '122751.005000', '122751.465000', '122751.925000', '122752.385000', '122752.845000', '122753.305000', '122753.765000', '122754.225000', '122754.685000', '122755.145000', '122755.605000', '122756.065000', '122756.525000', '122756.985000', '122757.445000', '122757.905000', '122758.365000', '122758.825000', '122759.285000', '122759.745000', '122800.205000', '122800.665000', '122801.125000', '122801.585000', '122802.045000', '122802.505000', '122802.965000', '122803.425000', '122803.885000', '122804.345000', '122804.805000', '122805.265000', '122805.725000', '122806.185000', '122806.645000', '122807.105000', '122807.565000', '122808.025000', '122808.485000', '122808.945000', '122809.405000', '122809.865000', '122810.325000', '122810.785000', '122811.245000', '122811.705000', '122812.165000', '122812.625000', '122813.085000', '122813.545000', '122814.005000', '122814.465000', '122814.925000', '122815.385000', '122815.845000', '122816.305000', '122816.765000', '122817.225000', '122817.685000', '122818.145000', '122818.605000', '122819.065000', '122819.525000', '122819.985000', '122820.445000', '122820.905000', '122821.365000', '122821.825000', '122822.285000', '122822.745000', '122823.205000', '122823.665000', '122824.125000', '122824.585000', '122825.045000', '122825.505000', '122825.965000', '122826.425000', '122826.885000', '122827.345000', '122827.805000', '122828.265000', '122828.725000', '122829.185000', '122829.645000', '122830.105000', '122830.565000', '122831.025000', '122831.485000', '122831.945000', '122832.405000', '122832.865000', '122833.325000', '122833.785000', '122834.245000', '122834.705000', '122835.165000', '122835.625000', '122836.085000', '122836.545000', '122837.005000', '122837.465000', '122837.925000', '122838.385000', '122838.845000', '122839.305000', '122839.765000', '122840.225000', '122840.685000', '122841.145000', '122841.605000', '122842.065000', '122842.525000', '122842.985000', '122843.445000', '122843.905000', '122844.365000', '122844.825000', '122845.285000', '122845.745000', '122846.205000', '122846.665000', '122847.125000', '122847.585000', '122848.045000', '122848.505000', '122848.965000', '122849.425000', '122849.885000', '122850.345000', '122850.805000', '122851.265000', '122851.725000', '122852.185000', '122852.645000', '122853.105000', '122853.565000', '122854.025000', '122854.485000', '122854.945000', '122855.405000', '122855.865000', '122856.325000', '122856.785000', '122857.245000', '122857.705000', '122858.165000', '122858.625000', '122859.085000', '122859.545000', '122900.005000', '122900.465000', '122900.925000', '122901.385000', '122901.845000', '122902.305000', '122902.765000', '122903.225000', '122903.685000', '122904.145000', '122904.605000', '122905.065000', '122905.525000', '122905.985000', '122906.445000', '122906.905000', '122907.365000', '122907.825000', '122908.285000', '122908.745000', '122909.205000', '122909.665000', '122910.125000', '122910.585000', '122911.045000', '122911.505000', '122911.965000', '122912.425000', '122912.885000', '122913.345000', '122913.805000', '122914.265000', '122914.725000', '122915.185000', '122915.645000', '122916.105000', '122916.565000', '122917.025000', '122917.485000', '122917.945000', '122918.405000', '122918.865000', '122919.325000', '122919.785000', '122920.245000', '122920.705000', '122921.165000', '122921.625000', '122922.085000', '122922.545000', '122923.005000', '122923.465000', '122923.925000', '122924.385000', '122924.845000', '122925.305000', '122925.765000', '122926.225000', '122926.685000', '122927.145000', '122927.605000', '122928.065000', '122928.525000', '122928.985000', '122929.445000', '122929.905000', '122930.365000', '122930.825000', '122931.285000', '122931.745000', '122932.205000', '122932.665000', '122933.125000', '122933.585000', '122934.045000', '122934.505000', '122934.965000', '122935.425000', '122935.885000', '122936.345000', '122936.805000', '122937.265000', '122937.725000', '122938.185000', '122938.645000', '122939.105000', '122939.565000', '122940.025000', '122940.485000', '122940.945000', '122941.405000', '122941.865000', '122942.325000', '122942.785000', '122943.245000', '122943.705000', '122944.165000', '122944.625000', '122945.085000', '122945.545000', '122946.005000', '122946.465000', '122946.925000', '122947.385000', '122947.845000', '122948.305000', '122948.765000', '122949.225000', '122949.685000', '122950.145000', '122950.605000', '122951.065000', '122951.525000', '122951.985000', '122952.445000', '122952.905000', '122953.365000', '122953.825000', '122954.285000', '122954.745000', '122955.205000', '122955.665000', '122956.125000', '122956.585000', '122957.045000', '122957.505000', '122957.965000', '122958.425000', '122958.885000', '122959.345000', '122959.805000', '123000.265000', '123000.725000', '123001.185000', '123001.645000', '123002.105000', '123002.565000', '123003.025000', '123003.485000', '123003.945000', '123004.405000', '123004.865000', '123005.325000', '123005.785000', '123006.245000', '123006.705000', '123007.165000', '123007.625000', '123008.085000', '123008.545000', '123009.005000', '123009.465000', '123009.925000', '123010.385000', '123010.845000', '123011.305000', '123011.765000', '123012.225000', '123012.685000', '123013.145000', '123013.605000', '123014.065000', '123014.525000', '123014.985000', '123015.445000', '123015.905000', '123016.365000', '123016.825000', '123017.285000', '123017.745000', '123018.205000', '123018.665000', '123019.125000', '123019.585000', '123020.045000', '123020.505000', '123020.965000', '123021.425000', '123021.885000', '123022.345000', '123022.805000', '123023.265000', '123023.725000', '123024.185000', '123024.645000', '123025.105000', '123025.565000', '123026.025000', '123026.485000', '123026.945000', '123027.405000', '123027.865000', '123028.325000', '123028.785000', '123029.245000', '123029.705000', '123030.165000', '123030.625000', '123031.085000', '123031.545000', '123032.005000', '123032.465000', '123032.925000', '123033.385000', '123033.845000', '123034.305000', '123034.765000', '123035.225000', '123035.685000', '123036.145000', '123036.605000', '123037.065000', '123037.525000', '123037.985000', '123038.445000', '123038.905000', '123039.365000', '123039.825000', '123040.285000', '123040.745000', '123041.205000', '123041.665000', '123042.125000', '123042.585000', '123043.045000', '123043.505000', '123043.965000', '123044.425000', '123044.885000', '123045.345000', '123045.805000', '123046.265000', '123046.725000', '123047.185000', '123047.645000', '123048.105000', '123048.565000', '123049.025000', '123049.485000', '123049.945000', '123050.405000', '123050.865000', '123051.325000', '123051.785000', '123052.245000', '123052.705000', '123053.165000', '123053.625000', '123054.085000', '123054.545000', '123055.005000', '123055.465000', '123055.925000', '123056.385000', '123056.845000', '123057.305000', '123057.765000', '123058.225000', '123058.685000', '123059.145000', '123059.605000', '123100.065000', '123100.525000', '123100.985000', '123101.445000', '123101.905000', '123102.365000', '123102.825000', '123103.285000', '123103.745000', '123104.205000', '123104.665000', '123105.125000', '123105.585000', '123106.045000', '123106.505000', '123106.965000', '123107.425000', '123107.885000', '123108.345000', '123108.805000', '123109.265000', '123109.725000', '123110.185000', '123110.645000', '123111.105000', '123111.565000', '123112.025000', '123112.485000', '123112.945000', '123113.405000', '123113.865000', '123114.325000', '123114.785000', '123115.245000', '123115.705000', '123116.165000', '123116.625000', '123117.085000', '123117.545000', '123118.005000', '123118.465000', '123118.925000', '123119.385000', '123119.845000', '123120.305000', '123120.765000', '123121.225000', '123121.685000', '123122.145000', '123122.605000', '123123.065000', '123123.525000', '123123.985000', '123124.445000', '123124.905000', '123125.365000', '123125.825000', '123126.285000', '123126.745000', '123127.205000', '123127.665000', '123128.125000', '123128.585000', '123129.045000', '123129.505000', '123129.965000', '123130.425000', '123130.885000', '123131.345000', '123131.805000', '123132.265000', '123132.725000', '123133.185000', '123133.645000', '123134.105000', '123134.565000', '123135.025000', '123135.485000', '123135.945000', '123136.405000', '123136.865000', '123137.325000', '123137.785000', '123138.245000', '123138.705000', '123139.165000', '123139.625000', '123140.085000', '123140.545000', '123141.005000', '123141.465000', '123141.925000', '123142.385000', '123142.845000', '123143.305000', '123143.765000', '123144.225000', '123144.685000', '123145.145000', '123145.605000', '123146.065000', '123146.525000', '123146.985000', '123147.445000', '123147.905000', '123148.365000', '123148.825000', '123149.285000', '123149.745000', '123150.205000', '123150.665000', '123151.125000', '123151.585000', '123152.045000', '123152.505000', '123152.965000', '123153.425000', '123153.885000', '123154.345000', '123154.805000', '123155.265000', '123155.725000', '123156.185000', '123156.645000', '123157.105000', '123157.565000', '123158.025000', '123158.485000', '123158.945000', '123159.405000', '123159.865000', '123200.325000', '123200.785000', '123201.245000', '123201.705000', '123202.165000', '123202.625000', '123203.085000', '123203.545000', '123204.005000', '123204.465000', '123204.925000', '123205.385000', '123205.845000', '123206.305000', '123206.765000', '123207.225000', '123207.685000', '123208.145000', '123208.605000', '123209.065000', '123209.525000', '123209.985000', '123210.445000', '123210.905000', '123211.365000', '123211.825000', '123212.285000', '123212.745000', '123213.205000', '123213.665000', '123214.125000', '123214.585000', '123215.045000', '123215.505000', '123215.965000', '123216.425000', '123216.885000', '123217.345000', '123217.805000', '123218.265000', '123218.725000', '123219.185000', '123219.645000', '123220.105000', '123220.565000', '123221.025000', '123221.485000', '123221.945000', '123222.405000', '123222.865000', '123223.325000', '123223.785000', '123224.245000', '123224.705000', '123225.165000', '123225.625000', '123226.085000', '123226.545000', '123227.005000', '123227.465000', '123227.925000', '123228.385000', '123228.845000', '123229.305000', '123229.765000', '123230.225000', '123230.685000', '123231.145000', '123231.605000', '123232.065000', '123232.525000', '123232.985000', '123233.445000', '123233.905000', '123234.365000', '123234.825000', '123235.285000', '123235.745000', '123236.205000', '123236.665000', '123237.125000', '123237.585000', '123238.045000', '123238.505000', '123238.965000', '123239.425000', '123239.885000'], 'ContentTime': ['122627.102000', '122627.105000', '122627.108000', '122627.111000', '122627.113000', '122627.116000', '122627.119000', '122627.121000', '122627.124000', '122627.130000', '122627.133000', '122627.135000', '122627.138000', '122627.140000', '122627.143000', '122627.146000', '122627.148000', '122627.151000', '122627.153000', '122627.156000', '122627.159000', '122627.161000', '122627.164000', '122627.166000', '122627.169000', '122627.171000', '122627.174000', '122627.177000', '122627.179000', '122627.182000', '122627.185000', '122627.187000', '122627.190000', '122627.192000', '122627.195000', '122627.198000', '122627.200000', '122627.203000', '122627.205000', '122627.208000', '122627.211000', '122627.213000', '122627.216000', '122627.218000', '122627.221000', '122627.224000', '122627.226000', '122627.229000', '122627.231000', '122627.234000', '122627.237000', '122627.239000', '122627.242000', '122627.244000', '122627.247000', '122627.250000', '122627.252000', '122627.255000', '122627.257000', '122647.075000', '122647.078000', '122647.081000', '122647.084000', '122647.086000', '122647.089000', '122647.091000', '122647.094000', '122647.096000', '122647.099000', '122647.102000', '122647.104000', '122647.107000', '122647.109000', '122647.112000', '122647.115000', '122647.117000', '122647.120000', '122647.122000', '122647.125000', '122647.128000', '122647.130000', '122647.133000', '122647.135000', '122647.138000', '122647.141000', '122647.143000', '122647.146000', '122647.148000', '122647.151000', '122647.153000', '122647.156000', '122647.159000', '122647.161000', '122647.164000', '122647.166000', '122647.169000', '122647.171000', '122647.174000', '122647.177000', '122647.179000', '122647.182000', '122647.184000', '122707.075000', '122707.078000', '122707.081000', '122707.083000', '122707.093000', '122707.096000', '122707.098000', '122707.101000', '122707.104000', '122707.106000', '122707.109000', '122707.111000', '122707.122000', '122707.124000', '122707.127000', '122707.129000', '122707.132000', '122707.135000', '122707.137000', '122707.140000', '122707.142000', '122707.145000', '122707.147000', '122707.150000', '122707.153000', '122707.155000', '122707.158000', '122707.160000', '122707.163000', '122707.166000', '122707.168000', '122707.171000', '122707.177000', '122707.179000', '122707.182000', '122707.184000', '122707.187000', '122707.190000', '122707.192000', '122707.195000', '122707.197000', '122707.200000', '122707.203000', '122707.205000', '122727.075000', '122727.078000', '122727.081000', '122727.084000', '122727.086000', '122727.089000', '122727.091000', '122727.094000', '122727.097000', '122727.109000', '122727.111000', '122727.114000', '122727.116000', '122727.119000', '122727.122000', '122727.124000', '122727.127000', '122727.129000', '122727.132000', '122727.135000', '122727.137000', '122727.140000', '122727.142000', '122727.145000', '122727.148000', '122727.150000', '122727.153000', '122727.156000', '122727.158000', '122727.161000', '122727.163000', '122727.166000', '122727.169000', '122727.171000', '122727.174000', '122727.176000', '122727.179000', '122727.182000', '122727.184000', '122727.187000', '122727.189000', '122727.192000', '122727.194000', '122747.075000', '122747.078000', '122747.081000', '122747.084000', '122747.086000', '122747.089000', '122747.091000', '122747.094000', '122747.097000', '122747.099000', '122747.102000', '122747.105000', '122747.107000', '122747.110000', '122747.112000', '122747.115000', '122747.118000', '122747.120000', '122747.123000', '122747.125000', '122747.128000', '122747.131000', '122747.133000', '122747.147000', '122747.150000', '122747.152000', '122747.155000', '122747.157000', '122747.160000', '122747.162000', '122747.165000', '122747.168000', '122747.170000', '122747.173000', '122747.175000', '122747.178000', '122747.181000', '122747.183000', '122747.186000', '122747.188000', '122747.191000', '122747.194000', '122747.196000', '122747.199000', '122807.077000', '122807.079000', '122807.082000', '122807.085000', '122807.087000', '122807.090000', '122807.092000', '122807.095000', '122807.098000', '122807.100000', '122807.103000', '122807.106000', '122807.108000', '122807.111000', '122807.113000', '122807.116000', '122807.119000', '122807.121000', '122807.124000', '122807.127000', '122807.129000', '122807.132000', '122807.134000', '122807.137000', '122807.140000', '122807.142000', '122807.145000', '122807.147000', '122807.150000', '122807.153000', '122807.155000', '122807.158000', '122807.160000', '122807.163000', '122807.165000', '122807.168000', '122807.171000', '122807.173000', '122807.176000', '122807.178000', '122807.181000', '122807.184000', '122807.186000', '122827.077000', '122827.079000', '122827.082000', '122827.084000', '122827.087000', '122827.090000', '122827.093000', '122827.095000', '122827.099000', '122827.101000', '122827.104000', '122827.107000', '122827.109000', '122827.112000', '122827.115000', '122827.117000', '122827.120000', '122827.123000', '122827.125000', '122827.128000', '122827.130000', '122827.142000', '122827.144000', '122827.147000', '122827.150000', '122827.153000', '122827.155000', '122827.158000', '122827.161000', '122827.163000', '122827.166000', '122827.168000', '122827.171000', '122827.174000', '122827.176000', '122827.179000', '122827.182000', '122827.184000', '122827.187000', '122827.189000', '122827.192000', '122827.195000', '122827.197000', '122827.200000', '122847.076000', '122847.079000', '122847.082000', '122847.085000', '122847.087000', '122847.090000', '122847.093000', '122847.095000', '122847.098000', '122847.100000', '122847.103000', '122847.105000', '122847.108000', '122847.111000', '122847.113000', '122847.116000', '122847.118000', '122847.121000', '122847.124000', '122847.126000', '122847.129000', '122847.132000', '122847.134000', '122847.137000', '122847.139000', '122847.142000', '122847.145000', '122847.147000', '122847.150000', '122847.153000', '122847.155000', '122847.158000', '122847.160000', '122847.163000', '122847.166000', '122847.168000', '122847.171000', '122847.173000', '122847.176000', '122847.178000', '122847.181000', '122847.184000', '122847.186000', '122907.075000', '122907.078000', '122907.081000', '122907.084000', '122907.086000', '122907.126000', '122907.129000', '122907.131000', '122907.134000', '122907.137000', '122907.139000', '122907.142000', '122907.144000', '122907.147000', '122907.150000', '122907.152000', '122907.155000', '122907.158000', '122907.160000', '122907.163000', '122907.166000', '122907.168000', '122907.171000', '122907.173000', '122907.176000', '122907.178000', '122907.181000', '122907.184000', '122907.186000', '122907.189000', '122907.191000', '122907.194000', '122907.197000', '122907.199000', '122907.202000', '122907.205000', '122907.207000', '122907.210000', '122907.212000', '122907.215000', '122907.217000', '122907.220000', '122907.223000', '122927.076000', '122927.078000', '122927.081000', '122927.084000', '122927.087000', '122927.089000', '122927.092000', '122927.094000', '122927.097000', '122927.099000', '122927.103000', '122927.105000', '122927.108000', '122927.110000', '122927.113000', '122927.116000', '122927.118000', '122927.121000', '122927.123000', '122927.136000', '122927.139000', '122927.141000', '122927.144000', '122927.147000', '122927.149000', '122927.152000', '122927.155000', '122927.157000', '122927.160000', '122927.162000', '122927.165000', '122927.168000', '122927.170000', '122927.173000', '122927.176000', '122927.178000', '122927.181000', '122927.183000', '122927.186000', '122927.189000', '122927.191000', '122927.194000', '122927.197000', '122927.199000', '122947.075000', '122947.079000', '122947.081000', '122947.084000', '122947.087000', '122947.089000', '122947.092000', '122947.095000', '122947.097000', '122947.100000', '122947.102000', '122947.105000', '122947.108000', '122947.110000', '122947.113000', '122947.116000', '122947.118000', '122947.121000', '122947.123000', '122947.126000', '122947.129000', '122947.131000', '122947.134000', '122947.137000', '122947.140000', '122947.143000', '122947.145000', '122947.148000', '122947.151000', '122947.153000', '122947.156000', '122947.159000', '122947.161000', '122947.164000', '122947.166000', '122947.169000', '122947.172000', '122947.174000', '122947.177000', '122947.180000', '122947.182000', '122947.185000', '122947.187000', '123007.075000', '123007.078000', '123007.081000', '123007.084000', '123007.086000', '123007.089000', '123007.092000', '123007.094000', '123007.097000', '123007.099000', '123007.102000', '123007.105000', '123007.107000', '123007.110000', '123007.113000', '123007.115000', '123007.118000', '123007.121000', '123007.123000', '123007.126000', '123007.129000', '123007.131000', '123007.134000', '123007.136000', '123007.139000', '123007.142000', '123007.144000', '123007.147000', '123007.149000', '123007.152000', '123007.155000', '123007.157000', '123007.160000', '123007.163000', '123007.165000', '123007.168000', '123007.170000', '123007.173000', '123007.176000', '123007.178000', '123007.181000', '123007.184000', '123007.186000', '123007.189000', '123027.076000', '123027.079000', '123027.082000', '123027.084000', '123027.087000', '123027.090000', '123027.092000', '123027.095000', '123027.098000', '123027.100000', '123027.103000', '123027.111000', '123027.114000', '123027.117000', '123027.119000', '123027.123000', '123027.125000', '123027.128000', '123027.130000', '123027.133000', '123027.136000', '123027.138000', '123027.141000', '123027.144000', '123027.146000', '123027.149000', '123027.151000', '123027.154000', '123027.157000', '123027.159000', '123027.173000', '123027.175000', '123027.178000', '123027.180000', '123027.183000', '123027.186000', '123027.188000', '123027.191000', '123027.194000', '123027.196000', '123027.199000', '123027.201000', '123027.204000', '123047.077000', '123047.079000', '123047.083000', '123047.086000', '123047.088000', '123047.091000', '123047.094000', '123047.096000', '123047.099000', '123047.101000', '123047.104000', '123047.107000', '123047.109000', '123047.112000', '123047.114000', '123047.117000', '123047.120000', '123047.122000', '123047.125000', '123047.128000', '123047.130000', '123047.133000', '123047.135000', '123047.138000', '123047.141000', '123047.143000', '123047.146000', '123047.149000', '123047.151000', '123047.154000', '123047.157000', '123047.159000', '123047.162000', '123047.164000', '123047.167000', '123047.170000', '123047.172000', '123047.175000', '123047.177000', '123047.180000', '123047.183000', '123047.185000', '123047.188000', '123047.190000', '123107.076000', '123107.079000', '123107.082000', '123107.084000', '123107.087000', '123107.090000', '123107.092000', '123107.095000', '123107.098000', '123107.100000', '123107.103000', '123107.105000', '123107.108000', '123107.111000', '123107.113000', '123107.116000', '123107.119000', '123107.121000', '123107.124000', '123107.126000', '123107.129000', '123107.131000', '123107.134000', '123107.137000', '123107.140000', '123107.142000', '123107.146000', '123107.149000', '123107.151000', '123107.154000', '123107.157000', '123107.159000', '123107.162000', '123107.164000', '123107.167000', '123107.170000', '123107.172000', '123107.175000', '123107.179000', '123107.182000', '123107.184000', '123107.187000', '123107.190000', '123127.075000', '123127.079000', '123127.081000', '123127.084000', '123127.086000', '123127.089000', '123127.092000', '123127.094000', '123127.097000', '123127.100000', '123127.103000', '123127.105000', '123127.114000', '123127.117000', '123127.119000', '123127.122000', '123127.124000', '123127.127000', '123127.130000', '123127.133000', '123127.135000', '123127.138000', '123127.140000', '123127.143000', '123127.146000', '123127.149000', '123127.151000', '123127.154000', '123127.157000', '123127.159000', '123127.162000', '123127.164000', '123127.167000', '123127.170000', '123127.172000', '123127.175000', '123127.178000', '123127.180000', '123127.183000', '123127.185000', '123127.188000', '123127.191000', '123127.193000', '123127.196000', '123147.076000', '123147.079000', '123147.081000', '123147.084000', '123147.087000', '123147.089000', '123147.092000', '123147.095000', '123147.097000', '123147.100000', '123147.103000', '123147.106000', '123147.108000', '123147.111000', '123147.114000', '123147.117000', '123147.119000', '123147.122000', '123147.124000', '123147.127000', '123147.130000', '123147.133000', '123147.135000', '123147.138000', '123147.140000', '123147.143000', '123147.146000', '123147.148000', '123147.151000', '123147.154000', '123147.156000', '123147.159000', '123147.161000', '123147.164000', '123147.167000', '123147.171000', '123147.174000', '123147.176000', '123147.179000', '123147.181000', '123147.197000', '123147.200000', '123147.203000', '123207.075000', '123207.078000', '123207.081000', '123207.083000', '123207.087000', '123207.090000', '123207.092000', '123207.095000', '123207.097000', '123207.100000', '123207.103000', '123207.105000', '123207.108000', '123207.110000', '123207.113000', '123207.116000', '123207.118000', '123207.121000', '123207.123000', '123207.126000', '123207.129000', '123207.131000', '123207.134000', '123207.136000', '123207.139000', '123207.142000', '123207.144000', '123207.147000', '123207.149000', '123207.152000', '123207.154000', '123207.157000', '123207.160000', '123207.162000', '123207.165000', '123207.167000', '123207.170000', '123207.173000', '123207.176000', '123207.178000', '123207.181000', '123207.184000', '123207.186000', '123207.189000', '123227.076000', '123227.079000', '123227.081000', '123227.084000', '123227.087000', '123227.089000', '123227.092000', '123227.094000', '123227.097000', '123227.100000', '123227.102000', '123227.105000', '123227.107000', '123227.110000', '123227.113000', '123227.115000', '123227.118000', '123227.120000', '123227.123000', '123227.126000', '123227.128000', '123227.131000', '123227.134000', '123227.136000', '123227.139000', '123227.141000', '123227.144000', '123227.147000', '123227.149000', '123227.152000', '123227.154000', '123227.157000', '123227.160000', '123227.162000', '123227.165000', '123227.167000', '123227.170000', '123227.173000', '123227.175000', '123227.178000', '123227.181000', '123227.184000', '123227.187000', '123240.970000', '123240.974000', '123240.976000', '123240.979000', '123240.982000', '123240.984000', '123240.987000', '123240.990000', '123240.992000', '123240.995000', '123240.997000', '123241.001000', '123241.004000', '123241.006000', '123241.009000', '123241.019000', '123241.022000', '123241.024000', '123241.027000', '123241.030000', '123241.032000', '123241.035000', '123241.037000', '123241.040000', '123241.043000', '123241.046000', '123241.048000', '123241.051000', '123241.054000', '123241.056000', '123241.059000'], 'InstanceCreationTime': ['122627.102000', '122627.105000', '122627.108000', '122627.111000', '122627.113000', '122627.116000', '122627.119000', '122627.121000', '122627.124000', '122627.130000', '122627.133000', '122627.135000', '122627.138000', '122627.140000', '122627.143000', '122627.146000', '122627.148000', '122627.151000', '122627.153000', '122627.156000', '122627.159000', '122627.161000', '122627.164000', '122627.166000', '122627.169000', '122627.171000', '122627.174000', '122627.177000', '122627.179000', '122627.182000', '122627.185000', '122627.187000', '122627.190000', '122627.192000', '122627.195000', '122627.198000', '122627.200000', '122627.203000', '122627.205000', '122627.208000', '122627.211000', '122627.213000', '122627.216000', '122627.218000', '122627.221000', '122627.224000', '122627.226000', '122627.229000', '122627.231000', '122627.234000', '122627.237000', '122627.239000', '122627.242000', '122627.244000', '122627.247000', '122627.250000', '122627.252000', '122627.255000', '122627.257000', '122647.075000', '122647.078000', '122647.081000', '122647.084000', '122647.086000', '122647.089000', '122647.091000', '122647.094000', '122647.096000', '122647.099000', '122647.102000', '122647.104000', '122647.107000', '122647.109000', '122647.112000', '122647.115000', '122647.117000', '122647.120000', '122647.122000', '122647.125000', '122647.128000', '122647.130000', '122647.133000', '122647.135000', '122647.138000', '122647.141000', '122647.143000', '122647.146000', '122647.148000', '122647.151000', '122647.153000', '122647.156000', '122647.159000', '122647.161000', '122647.164000', '122647.166000', '122647.169000', '122647.171000', '122647.174000', '122647.177000', '122647.179000', '122647.182000', '122647.184000', '122707.075000', '122707.078000', '122707.081000', '122707.083000', '122707.093000', '122707.096000', '122707.098000', '122707.101000', '122707.104000', '122707.106000', '122707.109000', '122707.111000', '122707.122000', '122707.124000', '122707.127000', '122707.129000', '122707.132000', '122707.135000', '122707.137000', '122707.140000', '122707.142000', '122707.145000', '122707.147000', '122707.150000', '122707.153000', '122707.155000', '122707.158000', '122707.160000', '122707.163000', '122707.166000', '122707.168000', '122707.171000', '122707.177000', '122707.179000', '122707.182000', '122707.184000', '122707.187000', '122707.190000', '122707.192000', '122707.195000', '122707.197000', '122707.200000', '122707.203000', '122707.205000', '122727.075000', '122727.078000', '122727.081000', '122727.084000', '122727.086000', '122727.089000', '122727.091000', '122727.094000', '122727.097000', '122727.109000', '122727.111000', '122727.114000', '122727.116000', '122727.119000', '122727.122000', '122727.124000', '122727.127000', '122727.129000', '122727.132000', '122727.135000', '122727.137000', '122727.140000', '122727.142000', '122727.145000', '122727.148000', '122727.150000', '122727.153000', '122727.156000', '122727.158000', '122727.161000', '122727.163000', '122727.166000', '122727.169000', '122727.171000', '122727.174000', '122727.176000', '122727.179000', '122727.182000', '122727.184000', '122727.187000', '122727.189000', '122727.192000', '122727.194000', '122747.075000', '122747.078000', '122747.081000', '122747.084000', '122747.086000', '122747.089000', '122747.091000', '122747.094000', '122747.097000', '122747.099000', '122747.102000', '122747.105000', '122747.107000', '122747.110000', '122747.112000', '122747.115000', '122747.118000', '122747.120000', '122747.123000', '122747.125000', '122747.128000', '122747.131000', '122747.133000', '122747.147000', '122747.150000', '122747.152000', '122747.155000', '122747.157000', '122747.160000', '122747.162000', '122747.165000', '122747.168000', '122747.170000', '122747.173000', '122747.175000', '122747.178000', '122747.181000', '122747.183000', '122747.186000', '122747.188000', '122747.191000', '122747.194000', '122747.196000', '122747.199000', '122807.077000', '122807.079000', '122807.082000', '122807.085000', '122807.087000', '122807.090000', '122807.092000', '122807.095000', '122807.098000', '122807.100000', '122807.103000', '122807.106000', '122807.108000', '122807.111000', '122807.113000', '122807.116000', '122807.119000', '122807.121000', '122807.124000', '122807.127000', '122807.129000', '122807.132000', '122807.134000', '122807.137000', '122807.140000', '122807.142000', '122807.145000', '122807.147000', '122807.150000', '122807.153000', '122807.155000', '122807.158000', '122807.160000', '122807.163000', '122807.165000', '122807.168000', '122807.171000', '122807.173000', '122807.176000', '122807.178000', '122807.181000', '122807.184000', '122807.186000', '122827.077000', '122827.079000', '122827.082000', '122827.084000', '122827.087000', '122827.090000', '122827.093000', '122827.095000', '122827.099000', '122827.101000', '122827.104000', '122827.107000', '122827.109000', '122827.112000', '122827.115000', '122827.117000', '122827.120000', '122827.123000', '122827.125000', '122827.128000', '122827.130000', '122827.142000', '122827.144000', '122827.147000', '122827.150000', '122827.153000', '122827.155000', '122827.158000', '122827.161000', '122827.163000', '122827.166000', '122827.168000', '122827.171000', '122827.174000', '122827.176000', '122827.179000', '122827.182000', '122827.184000', '122827.187000', '122827.189000', '122827.192000', '122827.195000', '122827.197000', '122827.200000', '122847.076000', '122847.079000', '122847.082000', '122847.085000', '122847.087000', '122847.090000', '122847.093000', '122847.095000', '122847.098000', '122847.100000', '122847.103000', '122847.105000', '122847.108000', '122847.111000', '122847.113000', '122847.116000', '122847.118000', '122847.121000', '122847.124000', '122847.126000', '122847.129000', '122847.132000', '122847.134000', '122847.137000', '122847.139000', '122847.142000', '122847.145000', '122847.147000', '122847.150000', '122847.153000', '122847.155000', '122847.158000', '122847.160000', '122847.163000', '122847.166000', '122847.168000', '122847.171000', '122847.173000', '122847.176000', '122847.178000', '122847.181000', '122847.184000', '122847.186000', '122907.075000', '122907.078000', '122907.081000', '122907.084000', '122907.086000', '122907.126000', '122907.129000', '122907.131000', '122907.134000', '122907.137000', '122907.139000', '122907.142000', '122907.144000', '122907.147000', '122907.150000', '122907.152000', '122907.155000', '122907.158000', '122907.160000', '122907.163000', '122907.166000', '122907.168000', '122907.171000', '122907.173000', '122907.176000', '122907.178000', '122907.181000', '122907.184000', '122907.186000', '122907.189000', '122907.191000', '122907.194000', '122907.197000', '122907.199000', '122907.202000', '122907.205000', '122907.207000', '122907.210000', '122907.212000', '122907.215000', '122907.217000', '122907.220000', '122907.223000', '122927.076000', '122927.078000', '122927.081000', '122927.084000', '122927.087000', '122927.089000', '122927.092000', '122927.094000', '122927.097000', '122927.099000', '122927.103000', '122927.105000', '122927.108000', '122927.110000', '122927.113000', '122927.116000', '122927.118000', '122927.121000', '122927.123000', '122927.136000', '122927.139000', '122927.141000', '122927.144000', '122927.147000', '122927.149000', '122927.152000', '122927.155000', '122927.157000', '122927.160000', '122927.162000', '122927.165000', '122927.168000', '122927.170000', '122927.173000', '122927.176000', '122927.178000', '122927.181000', '122927.183000', '122927.186000', '122927.189000', '122927.191000', '122927.194000', '122927.197000', '122927.199000', '122947.075000', '122947.079000', '122947.081000', '122947.084000', '122947.087000', '122947.089000', '122947.092000', '122947.095000', '122947.097000', '122947.100000', '122947.102000', '122947.105000', '122947.108000', '122947.110000', '122947.113000', '122947.116000', '122947.118000', '122947.121000', '122947.123000', '122947.126000', '122947.129000', '122947.131000', '122947.134000', '122947.137000', '122947.140000', '122947.143000', '122947.145000', '122947.148000', '122947.151000', '122947.153000', '122947.156000', '122947.159000', '122947.161000', '122947.164000', '122947.166000', '122947.169000', '122947.172000', '122947.174000', '122947.177000', '122947.180000', '122947.182000', '122947.185000', '122947.187000', '123007.075000', '123007.078000', '123007.081000', '123007.084000', '123007.086000', '123007.089000', '123007.092000', '123007.094000', '123007.097000', '123007.099000', '123007.102000', '123007.105000', '123007.107000', '123007.110000', '123007.113000', '123007.115000', '123007.118000', '123007.121000', '123007.123000', '123007.126000', '123007.129000', '123007.131000', '123007.134000', '123007.136000', '123007.139000', '123007.142000', '123007.144000', '123007.147000', '123007.149000', '123007.152000', '123007.155000', '123007.157000', '123007.160000', '123007.163000', '123007.165000', '123007.168000', '123007.170000', '123007.173000', '123007.176000', '123007.178000', '123007.181000', '123007.184000', '123007.186000', '123007.189000', '123027.076000', '123027.079000', '123027.082000', '123027.084000', '123027.087000', '123027.090000', '123027.092000', '123027.095000', '123027.098000', '123027.100000', '123027.103000', '123027.111000', '123027.114000', '123027.117000', '123027.119000', '123027.123000', '123027.125000', '123027.128000', '123027.130000', '123027.133000', '123027.136000', '123027.138000', '123027.141000', '123027.144000', '123027.146000', '123027.149000', '123027.151000', '123027.154000', '123027.157000', '123027.159000', '123027.173000', '123027.175000', '123027.178000', '123027.180000', '123027.183000', '123027.186000', '123027.188000', '123027.191000', '123027.194000', '123027.196000', '123027.199000', '123027.201000', '123027.204000', '123047.077000', '123047.079000', '123047.083000', '123047.086000', '123047.088000', '123047.091000', '123047.094000', '123047.096000', '123047.099000', '123047.101000', '123047.104000', '123047.107000', '123047.109000', '123047.112000', '123047.114000', '123047.117000', '123047.120000', '123047.122000', '123047.125000', '123047.128000', '123047.130000', '123047.133000', '123047.135000', '123047.138000', '123047.141000', '123047.143000', '123047.146000', '123047.149000', '123047.151000', '123047.154000', '123047.157000', '123047.159000', '123047.162000', '123047.164000', '123047.167000', '123047.170000', '123047.172000', '123047.175000', '123047.177000', '123047.180000', '123047.183000', '123047.185000', '123047.188000', '123047.190000', '123107.076000', '123107.079000', '123107.082000', '123107.084000', '123107.087000', '123107.090000', '123107.092000', '123107.095000', '123107.098000', '123107.100000', '123107.103000', '123107.105000', '123107.108000', '123107.111000', '123107.113000', '123107.116000', '123107.119000', '123107.121000', '123107.124000', '123107.126000', '123107.129000', '123107.131000', '123107.134000', '123107.137000', '123107.140000', '123107.142000', '123107.146000', '123107.149000', '123107.151000', '123107.154000', '123107.157000', '123107.159000', '123107.162000', '123107.164000', '123107.167000', '123107.170000', '123107.172000', '123107.175000', '123107.179000', '123107.182000', '123107.184000', '123107.187000', '123107.190000', '123127.075000', '123127.079000', '123127.081000', '123127.084000', '123127.086000', '123127.089000', '123127.092000', '123127.094000', '123127.097000', '123127.100000', '123127.103000', '123127.105000', '123127.114000', '123127.117000', '123127.119000', '123127.122000', '123127.124000', '123127.127000', '123127.130000', '123127.133000', '123127.135000', '123127.138000', '123127.140000', '123127.143000', '123127.146000', '123127.149000', '123127.151000', '123127.154000', '123127.157000', '123127.159000', '123127.162000', '123127.164000', '123127.167000', '123127.170000', '123127.172000', '123127.175000', '123127.178000', '123127.180000', '123127.183000', '123127.185000', '123127.188000', '123127.191000', '123127.193000', '123127.196000', '123147.076000', '123147.079000', '123147.081000', '123147.084000', '123147.087000', '123147.089000', '123147.092000', '123147.095000', '123147.097000', '123147.100000', '123147.103000', '123147.106000', '123147.108000', '123147.111000', '123147.114000', '123147.117000', '123147.119000', '123147.122000', '123147.124000', '123147.127000', '123147.130000', '123147.133000', '123147.135000', '123147.138000', '123147.140000', '123147.143000', '123147.146000', '123147.148000', '123147.151000', '123147.154000', '123147.156000', '123147.159000', '123147.161000', '123147.164000', '123147.167000', '123147.171000', '123147.174000', '123147.176000', '123147.179000', '123147.181000', '123147.197000', '123147.200000', '123147.203000', '123207.075000', '123207.078000', '123207.081000', '123207.083000', '123207.087000', '123207.090000', '123207.092000', '123207.095000', '123207.097000', '123207.100000', '123207.103000', '123207.105000', '123207.108000', '123207.110000', '123207.113000', '123207.116000', '123207.118000', '123207.121000', '123207.123000', '123207.126000', '123207.129000', '123207.131000', '123207.134000', '123207.136000', '123207.139000', '123207.142000', '123207.144000', '123207.147000', '123207.149000', '123207.152000', '123207.154000', '123207.157000', '123207.160000', '123207.162000', '123207.165000', '123207.167000', '123207.170000', '123207.173000', '123207.176000', '123207.178000', '123207.181000', '123207.184000', '123207.186000', '123207.189000', '123227.076000', '123227.079000', '123227.081000', '123227.084000', '123227.087000', '123227.089000', '123227.092000', '123227.094000', '123227.097000', '123227.100000', '123227.102000', '123227.105000', '123227.107000', '123227.110000', '123227.113000', '123227.115000', '123227.118000', '123227.120000', '123227.123000', '123227.126000', '123227.128000', '123227.131000', '123227.134000', '123227.136000', '123227.139000', '123227.141000', '123227.144000', '123227.147000', '123227.149000', '123227.152000', '123227.154000', '123227.157000', '123227.160000', '123227.162000', '123227.165000', '123227.167000', '123227.170000', '123227.173000', '123227.175000', '123227.178000', '123227.181000', '123227.184000', '123227.187000', '123240.970000', '123240.974000', '123240.976000', '123240.979000', '123240.982000', '123240.984000', '123240.987000', '123240.990000', '123240.992000', '123240.995000', '123240.997000', '123241.001000', '123241.004000', '123241.006000', '123241.009000', '123241.019000', '123241.022000', '123241.024000', '123241.027000', '123241.030000', '123241.032000', '123241.035000', '123241.037000', '123241.040000', '123241.043000', '123241.046000', '123241.048000', '123241.051000', '123241.054000', '123241.056000', '123241.059000'], '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': [10564, 10009, 10046, 18934, 14148, 16762, 14697, 13165, 13126, 9178, 10134, 8921, 10021, 8701, 10283, 8730, 9429, 8845, 8030, 9326, 7793, 9236, 9243, 9942, 9340, 13005, 10813, 11140, 15634, 12337, 19772, 15846, 14619, 15570, 10879, 9486, 9815, 8806, 11369, 9522, 11849, 9985, 8922, 11772, 9939, 17041, 9810, 9242, 13631, 10213, 17575, 10178, 8713, 11499, 10062, 12485, 9433, 8572, 10125, 9274, 8678, 9848, 8844, 11223, 8686, 7628, 9583, 9540, 10661, 9439, 9858, 9181, 8008, 10112, 8818, 10472, 8787, 7601, 9504, 8819, 9852, 9018, 9972, 10004, 8156, 10351, 9998, 14925, 9318, 11103, 11349, 10282, 12284, 9716, 16340, 13327, 10492, 10067, 9470, 10853, 9718, 8394, 9996, 9840, 13860, 9087, 8452, 9773, 10059, 10488, 9259, 9200, 10968, 8905, 8121, 9674, 8208, 10477, 8907, 12169, 9139, 7866, 9959, 9231, 9911, 8941, 11572, 9075, 10058, 10676, 9645, 9792, 9373, 9966, 10148, 9525, 13729, 9404, 11471, 9691, 9226, 12644, 9761, 16777, 10490, 10064, 10704, 9004, 8441, 10151, 10247, 17175, 12020, 9594, 9813, 9867, 9921, 9008, 8089, 9621, 10318, 9710, 8989, 7569, 9721, 9131, 14581, 9349, 9433, 9393, 8967, 7877, 10248, 8961, 8172, 9579, 9265, 9838, 9139, 9637, 9700, 9711, 9885, 9213, 9389, 10217, 11779, 17957, 13563, 11653, 9393, 9587, 10625, 9940, 8626, 9518, 9393, 12108, 11751, 11954, 17062, 11616, 12307, 16964, 11404, 13192, 12902, 11796, 18392, 10747, 9353, 12729, 9761, 15976, 9665, 9967, 10634, 9120, 8560, 9399, 8954, 10058, 8798, 8195, 9624, 8915, 10226, 8560, 7434, 9632, 8955, 9312, 9424, 9149, 9842, 8889, 9135, 9387, 10251, 15133, 10933, 13356, 13509, 12787, 17953, 11876, 12006, 11968, 10077, 15541, 11180, 13034, 17449, 8730, 7570, 9966, 8146, 10299, 8399, 11929, 8692, 7603, 9732, 7682, 9869, 8298, 7990, 8925, 7687, 8797, 8387, 9914, 9134, 9336, 13330, 10606, 12927, 14625, 13162, 18899, 14739, 14762, 16600, 13646, 17916, 13765, 18347, 17778, 11895, 13520, 9675, 9335, 10648, 10197, 12406, 9430, 8429, 10648, 9600, 8709, 9108, 8376, 10222, 9280, 7931, 9795, 8628, 9853, 8706, 7797, 9627, 8882, 9108, 9453, 7481, 11574, 8457, 12938, 9630, 7907, 10194, 10553, 8437, 11044, 8465, 9988, 8036, 9277, 7777, 9883, 8373, 9268, 9214, 9794, 8881, 9597, 9536, 8592, 9955, 9120, 10674, 11273, 13032, 17036, 14263, 17072, 18077, 16784, 19358, 21144, 17029, 13788, 11587, 13435, 10710, 12033, 10496, 8318, 13582, 10446, 13352, 11477, 17387, 16677, 14667, 20151, 16034, 18110, 19688, 14191, 19157, 18063, 16277, 20843, 16173, 12289, 13621, 12073, 12350, 11357, 9243, 13929, 12227, 8165, 12754, 11909, 13670, 12045, 9511, 13780, 10637, 7652, 12789, 11881, 11136, 10285, 8664, 12034, 8894, 7314, 9803, 8721, 12202, 8683, 7370, 10221, 8997, 11711, 8364, 7910, 8923, 8604, 11248, 8779, 7770, 9469, 9010, 11353, 8561, 7782, 9029, 9178, 10077, 8818, 13337, 10183, 7756, 10028, 8307, 9664, 9608, 7466, 9719, 9320, 10042, 8824, 7483, 9455, 9229, 11725, 9279, 9060, 14611, 10401, 15209, 14741, 12645, 18827, 14822, 13523, 18260, 14354, 18369, 19288, 12409, 14835, 10204, 15522, 11965, 9728, 10432, 9616, 19452, 8941, 7890, 10027, 9019, 11019, 9393, 9357, 9637, 8758, 10610, 8313, 7310, 9236, 9523, 10538, 8813, 7636, 9223, 9262, 9626, 9229, 8315, 10900, 9349, 10894, 9463, 14056, 9435, 9363, 10437, 9446, 17584, 14469, 13875, 18793, 8981, 8179, 9415, 9227, 10176, 8392, 7475, 9359, 9275, 11236, 9271, 8598, 10416, 8430, 10048, 9549, 9464, 14342, 9871, 9575, 15138, 8985, 9089, 14282, 10651, 13020, 12229, 9363, 14682, 11109, 8443, 10051, 9030, 16998, 12041, 12213, 9487, 9182, 10126, 9106, 12909, 8828, 8346, 9840, 8398, 8900, 8946, 7922, 9041, 8967, 10360, 8874, 8226, 9503, 8872, 8718, 9249, 8789, 9995, 9427, 14694, 11913, 10383, 12043, 9348, 14136, 9689, 10563, 17563, 15041, 19754, 16352, 9471, 10725, 9211, 9696, 9363, 9730, 17333, 9101, 10170, 9049, 9117, 9333, 8359, 7340, 9737, 9346, 11991, 9027, 8857, 9702, 8978, 8618, 10009, 8761, 12332, 9806, 12843, 13769, 13623, 19484, 12674, 9558, 13134, 9989, 18888, 12538, 9403, 12387, 9098, 8966, 9931, 10235, 17180, 9769, 10229, 9802, 9342, 10964, 8665, 7162, 9354, 8263, 10217, 8513, 7920, 9063, 9023, 9394, 9186, 7511, 9339, 8777, 9838, 9498, 9559, 13045, 9034, 12069, 12442, 13795, 19411, 15785, 13157, 14270, 13814, 20207, 14895, 11421, 10816, 9367, 12825, 8771, 8140, 9867, 9186, 17324, 9825, 8681, 10032, 8850, 8003, 9529, 9431, 9951, 9215, 8292, 9722, 9017, 9258, 9276, 7959, 9584, 8621, 8482, 9087, 7829, 9350, 8638, 8915, 9019, 7624, 9520, 9324, 11014, 8771, 10683, 9111, 8927, 17381, 13182, 15458, 9352, 8649, 10096, 9479, 11060, 9636, 8597, 9691, 8967, 10237, 9054, 7964, 9747, 9022, 13083, 8564, 8128, 9321, 8863, 10626, 9309, 8523, 9490, 8566, 7506, 9246, 9279, 16680, 9532, 10052, 8701, 9485, 13341, 9087, 15170, 10440, 10368, 14916, 11347, 19950, 15523, 9711, 12280, 9286, 13457, 11404, 13719, 19122, 10782, 8816, 10254, 9578, 11320, 9194, 8334, 10681, 8705, 8381, 9217, 8235, 14863, 10863, 18532, 13015, 9952, 14099, 9597, 9624, 8639, 8972, 9841, 8399, 10928, 8939, 11976, 8841, 10481, 10678, 8903, 13393, 9933, 12295, 11823, 11581, 18202, 11396, 11869, 13403, 10882, 16380, 10642, 8881, 12479, 9881, 9646, 9960, 8726, 11552, 8877, 8132, 9910, 9297, 14826, 9910, 8516, 10340, 9127, 10148, 9272, 9679, 8885, 7647, 9993, 8717, 9744, 8736, 11650, 9144, 7516, 9872, 9619, 9375, 8464, 7840, 10251, 8882, 12753, 9408, 8492, 12406, 9696, 17164, 13374, 13073, 17857, 12983, 17260, 13134, 12301, 16011, 10477, 14830, 10565, 9283, 11093, 9647, 15662, 10296, 8821, 10182, 9773, 10044, 8898, 9605, 9178, 9289, 11863, 8523, 7360, 8991, 8832, 9837, 8621, 8766, 8821, 8486, 9409, 8615, 10240, 9064, 8736, 10056, 8946, 14581, 9406, 10109, 13526, 11203, 17522, 11982, 16950], 'WindowCenter': [4949.0, 4918.0, 4903.0, 4989.0, 4931.0, 4937.0, 4931.0, 4919.0, 4902.0, 4842.0, 4833.0, 4812.0, 4821.0, 4816.0, 4834.0, 4832.0, 4837.0, 4844.0, 4820.0, 4854.0, 4811.0, 4841.0, 4828.0, 4837.0, 4829.0, 4876.0, 4860.0, 4860.0, 4913.0, 4882.0, 4942.0, 4911.0, 4886.0, 4887.0, 4846.0, 4824.0, 4814.0, 4805.0, 4857.0, 4842.0, 4871.0, 4851.0, 4829.0, 4857.0, 4836.0, 4894.0, 4824.0, 4814.0, 4874.0, 4835.0, 4895.0, 4834.0, 4805.0, 4844.0, 4825.0, 4854.0, 4824.0, 4812.0, 4835.0, 4828.0, 4816.0, 4852.0, 4851.0, 4870.0, 4843.0, 4812.0, 4838.0, 4835.0, 4868.0, 4854.0, 4874.0, 4854.0, 4830.0, 4857.0, 4839.0, 4872.0, 4846.0, 4821.0, 4853.0, 4840.0, 4849.0, 4844.0, 4860.0, 4861.0, 4832.0, 4877.0, 4862.0, 4922.0, 4858.0, 4884.0, 4886.0, 4862.0, 4867.0, 4851.0, 4923.0, 4916.0, 4860.0, 4848.0, 4852.0, 4855.0, 4842.0, 4815.0, 4850.0, 4859.0, 4911.0, 4847.0, 4827.0, 4850.0, 4846.0, 4870.0, 4853.0, 4839.0, 4886.0, 4844.0, 4821.0, 4852.0, 4817.0, 4869.0, 4854.0, 4893.0, 4868.0, 4833.0, 4851.0, 4836.0, 4835.0, 4830.0, 4854.0, 4841.0, 4848.0, 4875.0, 4848.0, 4847.0, 4840.0, 4848.0, 4850.0, 4847.0, 4885.0, 4830.0, 4855.0, 4828.0, 4826.0, 4886.0, 4846.0, 4911.0, 4848.0, 4836.0, 4831.0, 4814.0, 4804.0, 4849.0, 4849.0, 4914.0, 4882.0, 4836.0, 4835.0, 4824.0, 4819.0, 4813.0, 4793.0, 4823.0, 4833.0, 4821.0, 4827.0, 4808.0, 4852.0, 4841.0, 4911.0, 4841.0, 4823.0, 4820.0, 4816.0, 4804.0, 4856.0, 4844.0, 4834.0, 4851.0, 4836.0, 4860.0, 4841.0, 4852.0, 4837.0, 4833.0, 4834.0, 4839.0, 4854.0, 4876.0, 4880.0, 4920.0, 4890.0, 4869.0, 4826.0, 4825.0, 4829.0, 4824.0, 4803.0, 4824.0, 4840.0, 4868.0, 4868.0, 4867.0, 4892.0, 4855.0, 4853.0, 4883.0, 4845.0, 4855.0, 4864.0, 4856.0, 4901.0, 4835.0, 4827.0, 4893.0, 4840.0, 4899.0, 4815.0, 4824.0, 4837.0, 4828.0, 4834.0, 4842.0, 4829.0, 4838.0, 4817.0, 4823.0, 4855.0, 4857.0, 4860.0, 4833.0, 4808.0, 4840.0, 4829.0, 4844.0, 4844.0, 4852.0, 4852.0, 4846.0, 4855.0, 4843.0, 4848.0, 4897.0, 4864.0, 4875.0, 4879.0, 4869.0, 4905.0, 4859.0, 4869.0, 4858.0, 4850.0, 4911.0, 4873.0, 4893.0, 4934.0, 4832.0, 4796.0, 4838.0, 4831.0, 4849.0, 4835.0, 4870.0, 4821.0, 4794.0, 4839.0, 4823.0, 4850.0, 4832.0, 4809.0, 4829.0, 4809.0, 4841.0, 4831.0, 4851.0, 4855.0, 4840.0, 4888.0, 4863.0, 4877.0, 4900.0, 4883.0, 4915.0, 4887.0, 4878.0, 4884.0, 4864.0, 4896.0, 4879.0, 4915.0, 4905.0, 4845.0, 4851.0, 4811.0, 4801.0, 4821.0, 4823.0, 4843.0, 4814.0, 4793.0, 4834.0, 4824.0, 4804.0, 4815.0, 4804.0, 4834.0, 4826.0, 4806.0, 4839.0, 4818.0, 4836.0, 4820.0, 4810.0, 4840.0, 4841.0, 4839.0, 4867.0, 4836.0, 4884.0, 4845.0, 4905.0, 4869.0, 4822.0, 4849.0, 4829.0, 4800.0, 4847.0, 4814.0, 4841.0, 4807.0, 4828.0, 4808.0, 4850.0, 4817.0, 4826.0, 4824.0, 4832.0, 4831.0, 4851.0, 4850.0, 4829.0, 4847.0, 4854.0, 4889.0, 4901.0, 4903.0, 4933.0, 4915.0, 4936.0, 4961.0, 4938.0, 4936.0, 4930.0, 4899.0, 4857.0, 4841.0, 4859.0, 4843.0, 4860.0, 4854.0, 4793.0, 4880.0, 4852.0, 4876.0, 4835.0, 4868.0, 4869.0, 4851.0, 4878.0, 4849.0, 4868.0, 4878.0, 4840.0, 4878.0, 4857.0, 4845.0, 4874.0, 4847.0, 4813.0, 4827.0, 4819.0, 4817.0, 4808.0, 4780.0, 4852.0, 4856.0, 4797.0, 4851.0, 4832.0, 4852.0, 4831.0, 4803.0, 4851.0, 4824.0, 4776.0, 4856.0, 4861.0, 4848.0, 4839.0, 4820.0, 4860.0, 4821.0, 4794.0, 4842.0, 4822.0, 4865.0, 4824.0, 4801.0, 4854.0, 4832.0, 4869.0, 4825.0, 4821.0, 4848.0, 4835.0, 4861.0, 4837.0, 4812.0, 4857.0, 4845.0, 4874.0, 4843.0, 4823.0, 4857.0, 4857.0, 4863.0, 4862.0, 4920.0, 4878.0, 4824.0, 4855.0, 4851.0, 4852.0, 4870.0, 4825.0, 4870.0, 4855.0, 4865.0, 4856.0, 4826.0, 4865.0, 4856.0, 4884.0, 4859.0, 4845.0, 4902.0, 4868.0, 4911.0, 4904.0, 4884.0, 4930.0, 4905.0, 4893.0, 4930.0, 4906.0, 4931.0, 4932.0, 4872.0, 4899.0, 4853.0, 4911.0, 4872.0, 4830.0, 4851.0, 4842.0, 4928.0, 4832.0, 4811.0, 4838.0, 4815.0, 4850.0, 4846.0, 4841.0, 4855.0, 4832.0, 4858.0, 4834.0, 4798.0, 4844.0, 4852.0, 4877.0, 4846.0, 4822.0, 4844.0, 4842.0, 4840.0, 4857.0, 4845.0, 4889.0, 4853.0, 4874.0, 4864.0, 4902.0, 4843.0, 4839.0, 4848.0, 4849.0, 4931.0, 4917.0, 4904.0, 4942.0, 4833.0, 4818.0, 4826.0, 4844.0, 4848.0, 4819.0, 4810.0, 4830.0, 4827.0, 4857.0, 4843.0, 4818.0, 4848.0, 4822.0, 4840.0, 4830.0, 4830.0, 4884.0, 4840.0, 4831.0, 4885.0, 4830.0, 4831.0, 4900.0, 4866.0, 4882.0, 4869.0, 4846.0, 4910.0, 4874.0, 4820.0, 4839.0, 4827.0, 4917.0, 4885.0, 4868.0, 4839.0, 4845.0, 4849.0, 4843.0, 4864.0, 4818.0, 4830.0, 4864.0, 4838.0, 4828.0, 4831.0, 4818.0, 4843.0, 4853.0, 4863.0, 4847.0, 4831.0, 4852.0, 4832.0, 4819.0, 4841.0, 4818.0, 4852.0, 4855.0, 4910.0, 4883.0, 4852.0, 4867.0, 4827.0, 4875.0, 4828.0, 4849.0, 4919.0, 4900.0, 4931.0, 4910.0, 4827.0, 4832.0, 4815.0, 4834.0, 4829.0, 4827.0, 4907.0, 4830.0, 4838.0, 4817.0, 4828.0, 4850.0, 4834.0, 4826.0, 4840.0, 4842.0, 4867.0, 4847.0, 4833.0, 4839.0, 4819.0, 4813.0, 4837.0, 4816.0, 4863.0, 4828.0, 4866.0, 4876.0, 4881.0, 4913.0, 4866.0, 4817.0, 4877.0, 4837.0, 4905.0, 4853.0, 4816.0, 4869.0, 4830.0, 4815.0, 4825.0, 4838.0, 4921.0, 4853.0, 4839.0, 4837.0, 4826.0, 4831.0, 4807.0, 4787.0, 4829.0, 4821.0, 4866.0, 4857.0, 4825.0, 4830.0, 4828.0, 4811.0, 4844.0, 4813.0, 4856.0, 4831.0, 4848.0, 4845.0, 4844.0, 4888.0, 4835.0, 4870.0, 4882.0, 4892.0, 4927.0, 4898.0, 4865.0, 4888.0, 4877.0, 4913.0, 4886.0, 4845.0, 4835.0, 4816.0, 4854.0, 4821.0, 4810.0, 4838.0, 4843.0, 4910.0, 4839.0, 4830.0, 4852.0, 4830.0, 4809.0, 4827.0, 4827.0, 4835.0, 4839.0, 4823.0, 4839.0, 4831.0, 4837.0, 4843.0, 4824.0, 4838.0, 4828.0, 4815.0, 4844.0, 4825.0, 4852.0, 4836.0, 4827.0, 4834.0, 4807.0, 4839.0, 4831.0, 4845.0, 4820.0, 4848.0, 4832.0, 4829.0, 4922.0, 4892.0, 4895.0, 4828.0, 4827.0, 4846.0, 4837.0, 4843.0, 4828.0, 4834.0, 4838.0, 4841.0, 4846.0, 4829.0, 4819.0, 4849.0, 4841.0, 4890.0, 4832.0, 4808.0, 4826.0, 4827.0, 4858.0, 4856.0, 4829.0, 4848.0, 4829.0, 4794.0, 4856.0, 4850.0, 4933.0, 4857.0, 4861.0, 4831.0, 4839.0, 4865.0, 4817.0, 4884.0, 4840.0, 4835.0, 4900.0, 4859.0, 4927.0, 4896.0, 4826.0, 4853.0, 4814.0, 4865.0, 4856.0, 4879.0, 4915.0, 4835.0, 4804.0, 4821.0, 4813.0, 4846.0, 4829.0, 4805.0, 4830.0, 4804.0, 4818.0, 4830.0, 4819.0, 4889.0, 4863.0, 4930.0, 4878.0, 4839.0, 4871.0, 4826.0, 4807.0, 4819.0, 4816.0, 4838.0, 4803.0, 4848.0, 4816.0, 4841.0, 4806.0, 4823.0, 4834.0, 4804.0, 4854.0, 4812.0, 4843.0, 4832.0, 4834.0, 4882.0, 4833.0, 4829.0, 4841.0, 4821.0, 4869.0, 4822.0, 4794.0, 4839.0, 4813.0, 4801.0, 4812.0, 4792.0, 4832.0, 4806.0, 4812.0, 4827.0, 4830.0, 4889.0, 4868.0, 4833.0, 4854.0, 4838.0, 4834.0, 4830.0, 4836.0, 4832.0, 4809.0, 4855.0, 4834.0, 4836.0, 4822.0, 4870.0, 4830.0, 4800.0, 4839.0, 4844.0, 4843.0, 4835.0, 4822.0, 4853.0, 4835.0, 4879.0, 4844.0, 4835.0, 4884.0, 4845.0, 4908.0, 4880.0, 4865.0, 4907.0, 4868.0, 4897.0, 4868.0, 4857.0, 4885.0, 4838.0, 4874.0, 4838.0, 4816.0, 4846.0, 4842.0, 4900.0, 4853.0, 4818.0, 4837.0, 4838.0, 4834.0, 4827.0, 4837.0, 4831.0, 4837.0, 4872.0, 4845.0, 4803.0, 4831.0, 4828.0, 4849.0, 4835.0, 4845.0, 4848.0, 4844.0, 4855.0, 4842.0, 4880.0, 4848.0, 4829.0, 4852.0, 4833.0, 4897.0, 4832.0, 4849.0, 4881.0, 4860.0, 4916.0, 4874.0, 4923.0], 'WindowWidth': [10796.0, 10729.0, 10696.0, 10806.0, 10707.0, 10709.0, 10704.0, 10683.0, 10653.0, 10563.0, 10541.0, 10508.0, 10519.0, 10517.0, 10541.0, 10543.0, 10548.0, 10565.0, 10534.0, 10580.0, 10520.0, 10556.0, 10535.0, 10547.0, 10539.0, 10602.0, 10580.0, 10578.0, 10657.0, 10614.0, 10704.0, 10658.0, 10614.0, 10610.0, 10555.0, 10523.0, 10505.0, 10498.0, 10572.0, 10556.0, 10600.0, 10574.0, 10541.0, 10573.0, 10542.0, 10617.0, 10522.0, 10508.0, 10589.0, 10538.0, 10619.0, 10537.0, 10498.0, 10550.0, 10526.0, 10563.0, 10525.0, 10507.0, 10539.0, 10534.0, 10521.0, 10576.0, 10581.0, 10603.0, 10567.0, 10525.0, 10551.0, 10546.0, 10598.0, 10580.0, 10615.0, 10582.0, 10547.0, 10579.0, 10558.0, 10612.0, 10576.0, 10538.0, 10579.0, 10559.0, 10571.0, 10567.0, 10586.0, 10590.0, 10556.0, 10622.0, 10597.0, 10678.0, 10594.0, 10631.0, 10630.0, 10588.0, 10592.0, 10577.0, 10674.0, 10673.0, 10586.0, 10569.0, 10574.0, 10573.0, 10557.0, 10519.0, 10569.0, 10587.0, 10662.0, 10576.0, 10541.0, 10570.0, 10562.0, 10606.0, 10582.0, 10559.0, 10632.0, 10569.0, 10535.0, 10573.0, 10524.0, 10600.0, 10590.0, 10638.0, 10611.0, 10554.0, 10573.0, 10547.0, 10545.0, 10539.0, 10571.0, 10560.0, 10570.0, 10613.0, 10569.0, 10566.0, 10555.0, 10568.0, 10571.0, 10567.0, 10613.0, 10538.0, 10568.0, 10532.0, 10532.0, 10619.0, 10563.0, 10653.0, 10564.0, 10545.0, 10534.0, 10511.0, 10496.0, 10565.0, 10569.0, 10655.0, 10618.0, 10546.0, 10542.0, 10522.0, 10514.0, 10507.0, 10481.0, 10521.0, 10535.0, 10519.0, 10536.0, 10512.0, 10576.0, 10558.0, 10657.0, 10558.0, 10525.0, 10517.0, 10516.0, 10503.0, 10578.0, 10571.0, 10555.0, 10576.0, 10548.0, 10592.0, 10561.0, 10577.0, 10548.0, 10538.0, 10542.0, 10555.0, 10585.0, 10616.0, 10612.0, 10669.0, 10624.0, 10593.0, 10529.0, 10525.0, 10527.0, 10520.0, 10494.0, 10526.0, 10555.0, 10591.0, 10591.0, 10585.0, 10617.0, 10566.0, 10558.0, 10598.0, 10547.0, 10560.0, 10578.0, 10567.0, 10625.0, 10535.0, 10531.0, 10632.0, 10554.0, 10629.0, 10508.0, 10518.0, 10538.0, 10532.0, 10547.0, 10557.0, 10535.0, 10548.0, 10519.0, 10536.0, 10583.0, 10590.0, 10585.0, 10551.0, 10510.0, 10553.0, 10540.0, 10563.0, 10566.0, 10575.0, 10578.0, 10572.0, 10583.0, 10564.0, 10565.0, 10630.0, 10586.0, 10596.0, 10604.0, 10588.0, 10637.0, 10576.0, 10589.0, 10573.0, 10567.0, 10655.0, 10606.0, 10634.0, 10691.0, 10545.0, 10488.0, 10549.0, 10551.0, 10568.0, 10558.0, 10597.0, 10528.0, 10484.0, 10551.0, 10535.0, 10568.0, 10546.0, 10511.0, 10537.0, 10511.0, 10561.0, 10546.0, 10575.0, 10583.0, 10559.0, 10621.0, 10588.0, 10604.0, 10636.0, 10612.0, 10654.0, 10611.0, 10597.0, 10602.0, 10573.0, 10621.0, 10601.0, 10655.0, 10636.0, 10550.0, 10553.0, 10496.0, 10483.0, 10511.0, 10516.0, 10542.0, 10504.0, 10480.0, 10535.0, 10523.0, 10496.0, 10509.0, 10495.0, 10534.0, 10529.0, 10502.0, 10548.0, 10521.0, 10545.0, 10528.0, 10514.0, 10555.0, 10557.0, 10559.0, 10608.0, 10570.0, 10627.0, 10572.0, 10655.0, 10612.0, 10535.0, 10564.0, 10524.0, 10488.0, 10556.0, 10515.0, 10556.0, 10505.0, 10534.0, 10512.0, 10571.0, 10520.0, 10528.0, 10524.0, 10536.0, 10544.0, 10575.0, 10569.0, 10540.0, 10565.0, 10581.0, 10646.0, 10663.0, 10654.0, 10700.0, 10669.0, 10700.0, 10748.0, 10705.0, 10699.0, 10689.0, 10631.0, 10561.0, 10544.0, 10567.0, 10555.0, 10577.0, 10572.0, 10480.0, 10605.0, 10573.0, 10595.0, 10533.0, 10568.0, 10567.0, 10542.0, 10582.0, 10541.0, 10563.0, 10578.0, 10530.0, 10580.0, 10549.0, 10531.0, 10571.0, 10533.0, 10485.0, 10506.0, 10497.0, 10496.0, 10483.0, 10449.0, 10547.0, 10569.0, 10489.0, 10553.0, 10525.0, 10552.0, 10523.0, 10485.0, 10547.0, 10515.0, 10453.0, 10561.0, 10578.0, 10557.0, 10549.0, 10525.0, 10577.0, 10526.0, 10492.0, 10558.0, 10530.0, 10582.0, 10534.0, 10501.0, 10572.0, 10543.0, 10591.0, 10538.0, 10531.0, 10575.0, 10555.0, 10587.0, 10557.0, 10522.0, 10586.0, 10572.0, 10610.0, 10567.0, 10539.0, 10593.0, 10591.0, 10597.0, 10603.0, 10680.0, 10625.0, 10543.0, 10581.0, 10585.0, 10578.0, 10612.0, 10548.0, 10608.0, 10586.0, 10598.0, 10589.0, 10549.0, 10600.0, 10587.0, 10622.0, 10590.0, 10568.0, 10643.0, 10598.0, 10652.0, 10645.0, 10616.0, 10679.0, 10646.0, 10626.0, 10680.0, 10654.0, 10682.0, 10682.0, 10597.0, 10637.0, 10574.0, 10652.0, 10594.0, 10537.0, 10569.0, 10560.0, 10675.0, 10545.0, 10513.0, 10546.0, 10514.0, 10562.0, 10566.0, 10562.0, 10583.0, 10550.0, 10581.0, 10551.0, 10498.0, 10568.0, 10580.0, 10618.0, 10574.0, 10537.0, 10566.0, 10560.0, 10558.0, 10592.0, 10574.0, 10638.0, 10580.0, 10614.0, 10600.0, 10646.0, 10561.0, 10554.0, 10565.0, 10571.0, 10685.0, 10672.0, 10651.0, 10699.0, 10549.0, 10521.0, 10529.0, 10562.0, 10565.0, 10529.0, 10519.0, 10541.0, 10536.0, 10574.0, 10560.0, 10525.0, 10565.0, 10533.0, 10550.0, 10536.0, 10536.0, 10606.0, 10550.0, 10539.0, 10610.0, 10539.0, 10542.0, 10642.0, 10597.0, 10612.0, 10589.0, 10570.0, 10654.0, 10610.0, 10526.0, 10548.0, 10538.0, 10662.0, 10625.0, 10589.0, 10549.0, 10571.0, 10570.0, 10566.0, 10581.0, 10520.0, 10548.0, 10597.0, 10564.0, 10539.0, 10543.0, 10523.0, 10566.0, 10582.0, 10598.0, 10573.0, 10549.0, 10574.0, 10545.0, 10525.0, 10556.0, 10525.0, 10576.0, 10585.0, 10656.0, 10619.0, 10569.0, 10587.0, 10532.0, 10592.0, 10532.0, 10565.0, 10665.0, 10635.0, 10685.0, 10647.0, 10534.0, 10533.0, 10511.0, 10542.0, 10536.0, 10534.0, 10642.0, 10537.0, 10547.0, 10518.0, 10537.0, 10575.0, 10554.0, 10549.0, 10557.0, 10557.0, 10593.0, 10574.0, 10546.0, 10548.0, 10521.0, 10510.0, 10544.0, 10520.0, 10578.0, 10530.0, 10579.0, 10596.0, 10605.0, 10645.0, 10581.0, 10514.0, 10602.0, 10546.0, 10636.0, 10558.0, 10514.0, 10591.0, 10541.0, 10512.0, 10524.0, 10547.0, 10665.0, 10575.0, 10552.0, 10544.0, 10528.0, 10529.0, 10502.0, 10478.0, 10538.0, 10531.0, 10599.0, 10593.0, 10544.0, 10544.0, 10534.0, 10505.0, 10565.0, 10527.0, 10585.0, 10548.0, 10567.0, 10565.0, 10563.0, 10621.0, 10555.0, 10596.0, 10617.0, 10627.0, 10677.0, 10627.0, 10577.0, 10618.0, 10599.0, 10649.0, 10606.0, 10550.0, 10535.0, 10511.0, 10561.0, 10525.0, 10513.0, 10546.0, 10565.0, 10649.0, 10549.0, 10546.0, 10578.0, 10541.0, 10512.0, 10530.0, 10531.0, 10547.0, 10551.0, 10537.0, 10552.0, 10543.0, 10550.0, 10564.0, 10538.0, 10551.0, 10538.0, 10517.0, 10566.0, 10546.0, 10580.0, 10558.0, 10539.0, 10550.0, 10509.0, 10552.0, 10541.0, 10557.0, 10526.0, 10562.0, 10549.0, 10543.0, 10673.0, 10630.0, 10627.0, 10534.0, 10538.0, 10564.0, 10552.0, 10551.0, 10533.0, 10553.0, 10554.0, 10564.0, 10560.0, 10540.0, 10532.0, 10573.0, 10562.0, 10631.0, 10545.0, 10508.0, 10533.0, 10538.0, 10584.0, 10589.0, 10545.0, 10569.0, 10541.0, 10492.0, 10587.0, 10578.0, 10698.0, 10588.0, 10592.0, 10545.0, 10549.0, 10581.0, 10516.0, 10603.0, 10548.0, 10540.0, 10635.0, 10579.0, 10674.0, 10624.0, 10528.0, 10559.0, 10506.0, 10581.0, 10569.0, 10605.0, 10652.0, 10537.0, 10494.0, 10513.0, 10505.0, 10558.0, 10537.0, 10498.0, 10527.0, 10495.0, 10525.0, 10543.0, 10525.0, 10620.0, 10594.0, 10681.0, 10602.0, 10551.0, 10587.0, 10526.0, 10491.0, 10524.0, 10514.0, 10547.0, 10494.0, 10555.0, 10513.0, 10543.0, 10498.0, 10517.0, 10532.0, 10492.0, 10557.0, 10500.0, 10541.0, 10528.0, 10528.0, 10593.0, 10525.0, 10518.0, 10534.0, 10508.0, 10572.0, 10510.0, 10473.0, 10532.0, 10502.0, 10483.0, 10499.0, 10472.0, 10527.0, 10497.0, 10517.0, 10532.0, 10538.0, 10619.0, 10605.0, 10547.0, 10578.0, 10553.0, 10537.0, 10540.0, 10546.0, 10546.0, 10513.0, 10583.0, 10551.0, 10547.0, 10529.0, 10596.0, 10540.0, 10498.0, 10548.0, 10563.0, 10563.0, 10556.0, 10537.0, 10574.0, 10550.0, 10607.0, 10561.0, 10552.0, 10619.0, 10564.0, 10644.0, 10604.0, 10580.0, 10640.0, 10583.0, 10623.0, 10581.0, 10566.0, 10605.0, 10543.0, 10589.0, 10543.0, 10510.0, 10553.0, 10557.0, 10636.0, 10573.0, 10521.0, 10544.0, 10544.0, 10542.0, 10535.0, 10550.0, 10542.0, 10548.0, 10601.0, 10575.0, 10509.0, 10540.0, 10535.0, 10567.0, 10555.0, 10576.0, 10576.0, 10571.0, 10588.0, 10566.0, 10630.0, 10576.0, 10543.0, 10573.0, 10548.0, 10630.0, 10545.0, 10569.0, 10611.0, 10580.0, 10656.0, 10606.0, 10673.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.0036494131185270426</td></tr>
<tr><td colspan=3>aqi</td><td>0.029053137744533948</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.25218013913592</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2191012760483864</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0678043103110593</td></tr>
<tr><td colspan=3>efc</td><td>0.5411</td></tr>
<tr><td colspan=3>fber</td><td>2519.5688</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13105046075865187</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>186</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.403912543153048</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4702677989136546</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3692781253301893</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6947845721149655</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3467406992958084</td></tr>
<tr><td colspan=3>gcor</td><td>0.0222909</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007409187965095043</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0667848214507103</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.392398158131567</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>19.8015</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>88.4579</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>301.3826</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>82.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285871.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1364.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>512.2001</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1397</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.8982</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4007.4517</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90673.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.345</td></tr>
<tr><td colspan=3>tsnr</td><td>33.448638965259306</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>