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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-04/func/sub-0094_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>efc9f7b7056914cf5ca9dc3cb6cfca92</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>18:51:40.002500</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.998631, -0.0081217, 0.0516788, 0.0118526, 0.997312, -0.0723015]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106691</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4252, -7862, -7212, 636, -41, -268, 293, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>231.029</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6e8b24bf-acfb-49cf-b3f0-df37d5e94c1f||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.679253339767456, 0.031799543648958206, 0.1375722587108612, 106.48217010498047], [0.021789928898215294, 2.6757161617279053, -0.19660061597824097, -99.373779296875], [0.13865041732788086, 0.1939796805381775, 2.6893162727355957, -77.31224822998047], [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': ['185140.002500', '185140.462500', '185140.922500', '185141.382500', '185141.842500', '185142.302500', '185142.762500', '185143.222500', '185143.682500', '185144.142500', '185144.602500', '185145.062500', '185145.522500', '185145.982500', '185146.442500', '185146.902500', '185147.362500', '185147.822500', '185148.282500', '185148.742500', '185149.202500', '185149.662500', '185150.122500', '185150.582500', '185151.042500', '185151.502500', '185151.962500', '185152.422500', '185152.882500', '185153.342500', '185153.802500', '185154.262500', '185154.722500', '185155.182500', '185155.642500', '185156.102500', '185156.562500', '185157.022500', '185157.482500', '185157.942500', '185158.402500', '185158.862500', '185159.322500', '185159.782500', '185200.242500', '185200.702500', '185201.162500', '185201.622500', '185202.082500', '185202.542500', '185203.002500', '185203.462500', '185203.922500', '185204.382500', '185204.842500', '185205.302500', '185205.762500', '185206.222500', '185206.682500', '185207.142500', '185207.602500', '185208.062500', '185208.522500', '185208.982500', '185209.442500', '185209.902500', '185210.362500', '185210.822500', '185211.282500', '185211.742500', '185212.202500', '185212.662500', '185213.122500', '185213.582500', '185214.042500', '185214.502500', '185214.962500', '185215.422500', '185215.882500', '185216.342500', '185216.802500', '185217.262500', '185217.722500', '185218.182500', '185218.642500', '185219.102500', '185219.562500', '185220.022500', '185220.482500', '185220.942500', '185221.402500', '185221.862500', '185222.322500', '185222.782500', '185223.242500', '185223.702500', '185224.162500', '185224.622500', '185225.082500', '185225.542500', '185226.002500', '185226.462500', '185226.922500', '185227.382500', '185227.842500', '185228.302500', '185228.762500', '185229.222500', '185229.682500', '185230.142500', '185230.602500', '185231.062500', '185231.522500', '185231.982500', '185232.442500', '185232.902500', '185233.362500', '185233.822500', '185234.282500', '185234.742500', '185235.202500', '185235.662500', '185236.122500', '185236.582500', '185237.042500', '185237.502500', '185237.962500', '185238.422500', '185238.882500', '185239.342500', '185239.802500', '185240.262500', '185240.722500', '185241.182500', '185241.642500', '185242.102500', '185242.562500', '185243.022500', '185243.482500', '185243.942500', '185244.402500', '185244.862500', '185245.322500', '185245.782500', '185246.242500', '185246.702500', '185247.162500', '185247.622500', '185248.082500', '185248.542500', '185249.002500', '185249.462500', '185249.922500', '185250.382500', '185250.842500', '185251.302500', '185251.762500', '185252.222500', '185252.682500', '185253.142500', '185253.602500', '185254.062500', '185254.522500', '185254.982500', '185255.442500', '185255.902500', '185256.362500', '185256.822500', '185257.282500', '185257.742500', '185258.202500', '185258.662500', '185259.122500', '185259.582500', '185300.042500', '185300.502500', '185300.962500', '185301.422500', '185301.882500', '185302.342500', '185302.802500', '185303.262500', '185303.722500', '185304.182500', '185304.642500', '185305.102500', '185305.562500', '185306.022500', '185306.482500', '185306.942500', '185307.402500', '185307.862500', '185308.322500', '185308.782500', '185309.242500', '185309.702500', '185310.162500', '185310.622500', '185311.082500', '185311.542500', '185312.002500', '185312.462500', '185312.922500', '185313.382500', '185313.842500', '185314.302500', '185314.762500', '185315.222500', '185315.682500', '185316.142500', '185316.602500', '185317.062500', '185317.522500', '185317.982500', '185318.442500', '185318.902500', '185319.362500', '185319.822500', '185320.282500', '185320.742500', '185321.202500', '185321.662500', '185322.122500', '185322.582500', '185323.042500', '185323.502500', '185323.962500', '185324.422500', '185324.882500', '185325.342500', '185325.802500', '185326.262500', '185326.722500', '185327.182500', '185327.642500', '185328.102500', '185328.562500', '185329.022500', '185329.482500', '185329.942500', '185330.402500', '185330.862500', '185331.322500', '185331.782500', '185332.242500', '185332.702500', '185333.162500', '185333.622500', '185334.082500', '185334.542500', '185335.002500', '185335.462500', '185335.922500', '185336.382500', '185336.842500', '185337.302500', '185337.762500', '185338.222500', '185338.682500', '185339.142500', '185339.602500', '185340.062500', '185340.522500', '185340.982500', '185341.442500', '185341.902500', '185342.362500', '185342.822500', '185343.282500', '185343.742500', '185344.202500', '185344.662500', '185345.122500', '185345.582500', '185346.042500', '185346.502500', '185346.962500', '185347.422500', '185347.882500', '185348.342500', '185348.802500', '185349.262500', '185349.722500', '185350.182500', '185350.642500', '185351.102500', '185351.562500', '185352.022500', '185352.482500', '185352.942500', '185353.402500', '185353.862500', '185354.322500', '185354.782500', '185355.242500', '185355.702500', '185356.162500', '185356.622500', '185357.082500', '185357.542500', '185358.002500', '185358.462500', '185358.922500', '185359.382500', '185359.842500', '185400.302500', '185400.762500', '185401.222500', '185401.682500', '185402.142500', '185402.602500', '185403.062500', '185403.522500', '185403.982500', '185404.442500', '185404.902500', '185405.362500', '185405.822500', '185406.282500', '185406.742500', '185407.202500', '185407.662500', '185408.122500', '185408.582500', '185409.042500', '185409.502500', '185409.962500', '185410.422500', '185410.882500', '185411.342500', '185411.802500', '185412.262500', '185412.722500', '185413.182500', '185413.642500', '185414.102500', '185414.562500', '185415.022500', '185415.482500', '185415.942500', '185416.402500', '185416.862500', '185417.322500', '185417.782500', '185418.242500', '185418.702500', '185419.162500', '185419.622500', '185420.082500', '185420.542500', '185421.002500', '185421.462500', '185421.922500', '185422.382500', '185422.842500', '185423.302500', '185423.762500', '185424.222500', '185424.682500', '185425.142500', '185425.602500', '185426.062500', '185426.522500', '185426.982500', '185427.442500', '185427.902500', '185428.362500', '185428.822500', '185429.282500', '185429.742500', '185430.202500', '185430.662500', '185431.122500', '185431.582500', '185432.042500', '185432.502500', '185432.962500', '185433.422500', '185433.882500', '185434.342500', '185434.802500', '185435.262500', '185435.722500', '185436.182500', '185436.642500', '185437.102500', '185437.562500', '185438.022500', '185438.482500', '185438.942500', '185439.402500', '185439.862500', '185440.322500', '185440.782500', '185441.242500', '185441.702500', '185442.162500', '185442.622500', '185443.082500', '185443.542500', '185444.002500', '185444.462500', '185444.922500', '185445.382500', '185445.842500', '185446.302500', '185446.762500', '185447.222500', '185447.682500', '185448.142500', '185448.602500', '185449.062500', '185449.522500', '185449.982500', '185450.442500', '185450.902500', '185451.362500', '185451.822500', '185452.282500', '185452.742500', '185453.202500', '185453.662500', '185454.122500', '185454.582500', '185455.042500', '185455.502500', '185455.962500', '185456.422500', '185456.882500', '185457.342500', '185457.802500', '185458.262500', '185458.722500', '185459.182500', '185459.642500', '185500.102500', '185500.562500', '185501.022500', '185501.482500', '185501.942500', '185502.402500', '185502.862500', '185503.322500', '185503.782500', '185504.242500', '185504.702500', '185505.162500', '185505.622500', '185506.082500', '185506.542500', '185507.002500', '185507.462500', '185507.922500', '185508.382500', '185508.842500', '185509.302500', '185509.762500', '185510.222500', '185510.682500', '185511.142500', '185511.602500', '185512.062500', '185512.522500', '185512.982500', '185513.442500', '185513.902500', '185514.362500', '185514.822500', '185515.282500', '185515.742500', '185516.202500', '185516.662500', '185517.122500', '185517.582500', '185518.042500', '185518.502500', '185518.962500', '185519.422500', '185519.882500', '185520.342500', '185520.802500', '185521.262500', '185521.722500', '185522.182500', '185522.642500', '185523.102500', '185523.562500', '185524.022500', '185524.482500', '185524.942500', '185525.402500', '185525.862500', '185526.322500', '185526.782500', '185527.242500', '185527.702500', '185528.162500', '185528.622500', '185529.082500', '185529.542500', '185530.002500', '185530.462500', '185530.922500', '185531.382500', '185531.842500', '185532.302500', '185532.762500', '185533.222500', '185533.682500', '185534.142500', '185534.602500', '185535.062500', '185535.522500', '185535.982500', '185536.442500', '185536.902500', '185537.362500', '185537.822500', '185538.282500', '185538.742500', '185539.202500', '185539.662500', '185540.122500', '185540.582500', '185541.042500', '185541.502500', '185541.962500', '185542.422500', '185542.882500', '185543.342500', '185543.802500', '185544.262500', '185544.722500', '185545.182500', '185545.642500', '185546.102500', '185546.562500', '185547.022500', '185547.482500', '185547.942500', '185548.402500', '185548.862500', '185549.322500', '185549.782500', '185550.242500', '185550.702500', '185551.162500', '185551.622500', '185552.082500', '185552.542500', '185553.002500', '185553.462500', '185553.922500', '185554.382500', '185554.842500', '185555.302500', '185555.762500', '185556.222500', '185556.682500', '185557.142500', '185557.602500', '185558.062500', '185558.522500', '185558.982500', '185559.442500', '185559.902500', '185600.362500', '185600.822500', '185601.282500', '185601.742500', '185602.202500', '185602.662500', '185603.122500', '185603.582500', '185604.042500', '185604.502500', '185604.962500', '185605.422500', '185605.882500', '185606.342500', '185606.802500', '185607.262500', '185607.722500', '185608.182500', '185608.642500', '185609.102500', '185609.562500', '185610.022500', '185610.482500', '185610.942500', '185611.402500', '185611.862500', '185612.322500', '185612.782500', '185613.242500', '185613.702500', '185614.162500', '185614.622500', '185615.082500', '185615.542500', '185616.002500', '185616.462500', '185616.922500', '185617.382500', '185617.842500', '185618.302500', '185618.762500', '185619.222500', '185619.682500', '185620.142500', '185620.602500', '185621.062500', '185621.522500', '185621.982500', '185622.442500', '185622.902500', '185623.362500', '185623.822500', '185624.282500', '185624.742500', '185625.202500', '185625.662500', '185626.122500', '185626.582500', '185627.042500', '185627.502500', '185627.962500', '185628.422500', '185628.882500', '185629.342500', '185629.802500', '185630.262500', '185630.722500', '185631.182500', '185631.642500', '185632.102500', '185632.562500', '185633.022500', '185633.482500', '185633.942500', '185634.402500', '185634.862500', '185635.322500', '185635.782500', '185636.242500', '185636.702500', '185637.162500', '185637.622500', '185638.082500', '185638.542500', '185639.002500', '185639.462500', '185639.922500', '185640.382500', '185640.842500', '185641.302500', '185641.762500', '185642.222500', '185642.682500', '185643.142500', '185643.602500', '185644.062500', '185644.522500', '185644.982500', '185645.442500', '185645.902500', '185646.362500', '185646.822500', '185647.282500', '185647.742500', '185648.202500', '185648.662500', '185649.122500', '185649.582500', '185650.042500', '185650.502500', '185650.962500', '185651.422500', '185651.882500', '185652.342500', '185652.802500', '185653.262500', '185653.722500', '185654.182500', '185654.642500', '185655.102500', '185655.562500', '185656.022500', '185656.482500', '185656.942500', '185657.402500', '185657.862500', '185658.322500', '185658.782500', '185659.242500', '185659.702500', '185700.162500', '185700.622500', '185701.082500', '185701.542500', '185702.002500', '185702.462500', '185702.922500', '185703.382500', '185703.842500', '185704.302500', '185704.762500', '185705.222500', '185705.682500', '185706.142500', '185706.602500', '185707.062500', '185707.522500', '185707.982500', '185708.442500', '185708.902500', '185709.362500', '185709.822500', '185710.282500', '185710.742500', '185711.202500', '185711.662500', '185712.122500', '185712.582500', '185713.042500', '185713.502500', '185713.962500', '185714.422500', '185714.882500', '185715.342500', '185715.802500', '185716.262500', '185716.722500', '185717.182500', '185717.642500', '185718.102500', '185718.562500', '185719.022500', '185719.482500', '185719.942500', '185720.402500', '185720.862500', '185721.322500', '185721.782500', '185722.242500', '185722.702500', '185723.162500', '185723.622500', '185724.082500', '185724.542500', '185725.002500', '185725.462500', '185725.922500', '185726.382500', '185726.842500', '185727.302500', '185727.762500', '185728.222500', '185728.682500', '185729.142500', '185729.602500', '185730.062500', '185730.522500', '185730.982500', '185731.442500', '185731.902500', '185732.362500', '185732.822500', '185733.282500', '185733.742500', '185734.202500', '185734.662500', '185735.122500', '185735.582500', '185736.042500', '185736.502500', '185736.962500', '185737.422500', '185737.882500', '185738.342500', '185738.802500', '185739.262500', '185739.722500', '185740.182500', '185740.642500', '185741.102500', '185741.562500', '185742.022500', '185742.482500', '185742.942500', '185743.402500', '185743.862500', '185744.322500', '185744.782500', '185745.242500', '185745.702500', '185746.162500', '185746.622500', '185747.082500', '185747.542500', '185748.002500', '185748.462500', '185748.922500', '185749.382500', '185749.842500', '185750.302500', '185750.762500', '185751.222500', '185751.682500', '185752.142500', '185752.602500', '185753.062500', '185753.522500', '185753.982500', '185754.442500', '185754.902500', '185755.362500', '185755.822500', '185756.282500', '185756.742500', '185757.202500', '185757.662500', '185758.122500', '185758.582500', '185759.042500', '185759.502500', '185759.962500', '185800.422500', '185800.882500', '185801.342500', '185801.802500', '185802.262500', '185802.722500', '185803.182500', '185803.642500', '185804.102500', '185804.562500', '185805.022500', '185805.482500', '185805.942500', '185806.402500', '185806.862500', '185807.322500', '185807.782500', '185808.242500', '185808.702500', '185809.162500', '185809.622500', '185810.082500', '185810.542500', '185811.002500', '185811.462500', '185811.922500', '185812.382500', '185812.842500', '185813.302500', '185813.762500', '185814.222500', '185814.682500', '185815.142500', '185815.602500', '185816.062500', '185816.522500', '185816.982500', '185817.442500', '185817.902500', '185818.362500', '185818.822500', '185819.282500', '185819.742500', '185820.202500', '185820.662500'], 'ContentTime': ['185207.844000', '185207.847000', '185207.850000', '185207.853000', '185207.855000', '185207.858000', '185207.861000', '185207.870000', '185207.873000', '185207.875000', '185207.878000', '185207.881000', '185207.883000', '185207.886000', '185207.888000', '185207.891000', '185207.893000', '185207.896000', '185207.899000', '185207.901000', '185207.904000', '185207.906000', '185207.909000', '185207.911000', '185207.914000', '185207.917000', '185207.919000', '185207.922000', '185207.924000', '185207.927000', '185207.930000', '185207.932000', '185207.935000', '185207.937000', '185207.940000', '185207.942000', '185207.945000', '185207.948000', '185207.950000', '185207.953000', '185207.955000', '185207.958000', '185207.960000', '185207.963000', '185207.966000', '185207.968000', '185207.971000', '185207.973000', '185207.976000', '185207.978000', '185207.981000', '185207.984000', '185207.986000', '185207.989000', '185208.017000', '185208.019000', '185208.022000', '185208.024000', '185227.816000', '185227.819000', '185227.822000', '185227.824000', '185227.827000', '185227.830000', '185227.832000', '185227.835000', '185227.837000', '185227.840000', '185227.842000', '185227.845000', '185227.855000', '185227.857000', '185227.860000', '185227.862000', '185227.865000', '185227.868000', '185227.870000', '185227.873000', '185227.875000', '185227.878000', '185227.881000', '185227.883000', '185227.886000', '185227.888000', '185227.891000', '185227.894000', '185227.896000', '185227.899000', '185227.901000', '185227.904000', '185227.906000', '185227.909000', '185227.912000', '185227.914000', '185227.917000', '185227.919000', '185227.922000', '185227.925000', '185227.929000', '185227.931000', '185227.934000', '185247.817000', '185247.820000', '185247.823000', '185247.825000', '185247.828000', '185247.831000', '185247.833000', '185247.836000', '185247.838000', '185247.841000', '185247.844000', '185247.846000', '185247.849000', '185247.851000', '185247.854000', '185247.857000', '185247.859000', '185247.862000', '185247.864000', '185247.867000', '185247.869000', '185247.872000', '185247.875000', '185247.877000', '185247.880000', '185247.883000', '185247.885000', '185247.888000', '185247.890000', '185247.893000', '185247.895000', '185247.898000', '185247.901000', '185247.903000', '185247.906000', '185247.909000', '185247.911000', '185247.914000', '185247.916000', '185247.919000', '185247.921000', '185247.924000', '185247.927000', '185247.929000', '185307.817000', '185307.820000', '185307.823000', '185307.825000', '185307.828000', '185307.830000', '185307.833000', '185307.836000', '185307.838000', '185307.841000', '185307.851000', '185307.854000', '185307.856000', '185307.859000', '185307.862000', '185307.865000', '185307.868000', '185307.871000', '185307.874000', '185307.876000', '185307.879000', '185307.882000', '185307.884000', '185307.887000', '185307.889000', '185307.892000', '185307.894000', '185307.897000', '185307.899000', '185307.902000', '185307.905000', '185307.907000', '185307.910000', '185307.912000', '185307.915000', '185307.917000', '185307.920000', '185307.923000', '185307.925000', '185307.928000', '185307.930000', '185307.933000', '185307.936000', '185327.817000', '185327.820000', '185327.823000', '185327.825000', '185327.828000', '185327.831000', '185327.833000', '185327.836000', '185327.841000', '185327.844000', '185327.847000', '185327.849000', '185327.852000', '185327.854000', '185327.857000', '185327.860000', '185327.862000', '185327.865000', '185327.867000', '185327.870000', '185327.873000', '185327.875000', '185327.878000', '185327.881000', '185327.883000', '185327.886000', '185327.888000', '185327.891000', '185327.894000', '185327.896000', '185327.899000', '185327.901000', '185327.904000', '185327.906000', '185327.909000', '185327.911000', '185327.914000', '185327.917000', '185327.919000', '185327.922000', '185327.924000', '185327.927000', '185327.929000', '185327.932000', '185347.818000', '185347.821000', '185347.823000', '185347.826000', '185347.828000', '185347.831000', '185347.833000', '185347.836000', '185347.839000', '185347.841000', '185347.844000', '185347.846000', '185347.849000', '185347.852000', '185347.854000', '185347.857000', '185347.859000', '185347.862000', '185347.864000', '185347.867000', '185347.869000', '185347.872000', '185347.875000', '185347.877000', '185347.880000', '185347.882000', '185347.885000', '185347.888000', '185347.890000', '185347.893000', '185347.895000', '185347.898000', '185347.901000', '185347.903000', '185347.906000', '185347.908000', '185347.911000', '185347.914000', '185347.916000', '185347.919000', '185347.922000', '185347.924000', '185347.927000', '185407.818000', '185407.820000', '185407.823000', '185407.825000', '185407.828000', '185407.831000', '185407.833000', '185407.836000', '185407.838000', '185407.841000', '185407.844000', '185407.846000', '185407.849000', '185407.851000', '185407.854000', '185407.857000', '185407.859000', '185407.862000', '185407.864000', '185407.867000', '185407.870000', '185407.872000', '185407.875000', '185407.877000', '185407.880000', '185407.883000', '185407.885000', '185407.888000', '185407.890000', '185407.893000', '185407.896000', '185407.898000', '185407.901000', '185407.903000', '185407.906000', '185407.909000', '185407.911000', '185407.914000', '185407.917000', '185407.919000', '185407.922000', '185407.924000', '185407.927000', '185407.929000', '185427.817000', '185427.820000', '185427.823000', '185427.825000', '185427.828000', '185427.831000', '185427.833000', '185427.836000', '185427.838000', '185427.841000', '185427.844000', '185427.846000', '185427.849000', '185427.851000', '185427.854000', '185427.856000', '185427.859000', '185427.862000', '185427.864000', '185427.867000', '185427.869000', '185427.872000', '185427.875000', '185427.877000', '185427.880000', '185427.882000', '185427.885000', '185427.887000', '185427.890000', '185427.893000', '185427.895000', '185427.898000', '185427.900000', '185427.903000', '185427.906000', '185427.908000', '185427.911000', '185427.913000', '185427.916000', '185427.919000', '185427.921000', '185427.924000', '185427.926000', '185447.816000', '185447.819000', '185447.822000', '185447.825000', '185447.827000', '185447.830000', '185447.841000', '185447.844000', '185447.846000', '185447.849000', '185447.851000', '185447.854000', '185447.857000', '185447.859000', '185447.862000', '185447.864000', '185447.867000', '185447.869000', '185447.872000', '185447.875000', '185447.877000', '185447.880000', '185447.883000', '185447.885000', '185447.888000', '185447.890000', '185447.893000', '185447.896000', '185447.898000', '185447.901000', '185447.903000', '185447.906000', '185447.909000', '185447.911000', '185447.914000', '185447.916000', '185447.919000', '185447.922000', '185447.924000', '185447.927000', '185447.929000', '185447.932000', '185447.934000', '185447.937000', '185507.817000', '185507.820000', '185507.823000', '185507.826000', '185507.828000', '185507.831000', '185507.833000', '185507.836000', '185507.839000', '185507.841000', '185507.844000', '185507.847000', '185507.849000', '185507.852000', '185507.854000', '185507.857000', '185507.860000', '185507.862000', '185507.865000', '185507.867000', '185507.870000', '185507.873000', '185507.875000', '185507.878000', '185507.881000', '185507.883000', '185507.907000', '185507.910000', '185507.912000', '185507.915000', '185507.918000', '185507.920000', '185507.923000', '185507.926000', '185507.928000', '185507.931000', '185507.934000', '185507.936000', '185507.939000', '185507.942000', '185507.944000', '185507.947000', '185507.950000', '185527.817000', '185527.820000', '185527.823000', '185527.825000', '185527.828000', '185527.831000', '185527.833000', '185527.836000', '185527.839000', '185527.841000', '185527.844000', '185527.846000', '185527.849000', '185527.851000', '185527.854000', '185527.857000', '185527.859000', '185527.862000', '185527.864000', '185527.867000', '185527.870000', '185527.872000', '185527.875000', '185527.877000', '185527.880000', '185527.883000', '185527.885000', '185527.888000', '185527.890000', '185527.893000', '185527.895000', '185527.898000', '185527.901000', '185527.903000', '185527.906000', '185527.909000', '185527.911000', '185527.914000', '185527.916000', '185527.919000', '185527.921000', '185527.924000', '185527.926000', '185527.929000', '185547.817000', '185547.820000', '185547.823000', '185547.826000', '185547.828000', '185547.831000', '185547.834000', '185547.836000', '185547.839000', '185547.841000', '185547.844000', '185547.847000', '185547.849000', '185547.852000', '185547.855000', '185547.857000', '185547.860000', '185547.862000', '185547.865000', '185547.867000', '185547.870000', '185547.873000', '185547.875000', '185547.878000', '185547.881000', '185547.883000', '185547.886000', '185547.888000', '185547.891000', '185547.894000', '185547.896000', '185547.899000', '185547.901000', '185547.905000', '185547.908000', '185547.910000', '185547.913000', '185547.915000', '185547.918000', '185547.921000', '185547.923000', '185547.926000', '185547.928000', '185607.817000', '185607.820000', '185607.823000', '185607.825000', '185607.828000', '185607.830000', '185607.833000', '185607.836000', '185607.838000', '185607.841000', '185607.843000', '185607.846000', '185607.848000', '185607.851000', '185607.854000', '185607.856000', '185607.897000', '185607.900000', '185607.903000', '185607.905000', '185607.908000', '185607.910000', '185607.913000', '185607.916000', '185607.918000', '185607.921000', '185607.923000', '185607.926000', '185607.929000', '185607.931000', '185607.934000', '185607.937000', '185607.939000', '185607.942000', '185607.944000', '185607.947000', '185607.950000', '185607.952000', '185607.955000', '185607.957000', '185607.960000', '185607.963000', '185607.965000', '185607.968000', '185627.817000', '185627.820000', '185627.823000', '185627.826000', '185627.828000', '185627.831000', '185627.833000', '185627.836000', '185627.839000', '185627.841000', '185627.844000', '185627.846000', '185627.849000', '185627.852000', '185627.854000', '185627.857000', '185627.859000', '185627.862000', '185627.865000', '185627.867000', '185627.870000', '185627.872000', '185627.875000', '185627.878000', '185627.880000', '185627.883000', '185627.885000', '185627.888000', '185627.890000', '185627.893000', '185627.896000', '185627.898000', '185627.901000', '185627.903000', '185627.906000', '185627.909000', '185627.911000', '185627.914000', '185627.916000', '185627.919000', '185627.921000', '185627.924000', '185627.927000', '185647.818000', '185647.821000', '185647.824000', '185647.826000', '185647.829000', '185647.832000', '185647.834000', '185647.837000', '185647.839000', '185647.842000', '185647.845000', '185647.847000', '185647.850000', '185647.852000', '185647.855000', '185647.858000', '185647.860000', '185647.863000', '185647.865000', '185647.868000', '185647.871000', '185647.873000', '185647.876000', '185647.878000', '185647.881000', '185647.884000', '185647.886000', '185647.889000', '185647.891000', '185647.894000', '185647.897000', '185647.899000', '185647.902000', '185647.904000', '185647.907000', '185647.909000', '185647.912000', '185647.915000', '185647.917000', '185647.920000', '185647.922000', '185647.925000', '185647.927000', '185707.816000', '185707.819000', '185707.822000', '185707.824000', '185707.827000', '185707.830000', '185707.832000', '185707.835000', '185707.837000', '185707.840000', '185707.843000', '185707.845000', '185707.848000', '185707.850000', '185707.853000', '185707.856000', '185707.858000', '185707.861000', '185707.863000', '185707.866000', '185707.869000', '185707.871000', '185707.884000', '185707.887000', '185707.890000', '185707.892000', '185707.895000', '185707.897000', '185707.900000', '185707.902000', '185707.905000', '185707.908000', '185707.910000', '185707.913000', '185707.915000', '185707.918000', '185707.921000', '185707.923000', '185707.926000', '185707.928000', '185707.931000', '185707.933000', '185707.936000', '185707.939000', '185727.818000', '185727.820000', '185727.823000', '185727.826000', '185727.828000', '185727.831000', '185727.833000', '185727.836000', '185727.839000', '185727.841000', '185727.844000', '185727.848000', '185727.850000', '185727.853000', '185727.856000', '185727.858000', '185727.861000', '185727.864000', '185727.866000', '185727.869000', '185727.871000', '185727.874000', '185727.877000', '185727.879000', '185727.882000', '185727.885000', '185727.887000', '185727.890000', '185727.892000', '185727.895000', '185727.898000', '185727.900000', '185727.903000', '185727.906000', '185727.908000', '185727.911000', '185727.913000', '185727.916000', '185727.919000', '185727.921000', '185727.924000', '185727.940000', '185727.943000', '185727.945000', '185747.818000', '185747.821000', '185747.823000', '185747.826000', '185747.828000', '185747.831000', '185747.834000', '185747.838000', '185747.840000', '185747.843000', '185747.845000', '185747.848000', '185747.851000', '185747.853000', '185747.856000', '185747.859000', '185747.861000', '185747.864000', '185747.866000', '185747.869000', '185747.871000', '185747.874000', '185747.877000', '185747.879000', '185747.882000', '185747.884000', '185747.887000', '185747.890000', '185747.892000', '185747.895000', '185747.897000', '185747.900000', '185747.903000', '185747.905000', '185747.908000', '185747.910000', '185747.913000', '185747.916000', '185747.918000', '185747.921000', '185747.923000', '185747.926000', '185747.928000', '185807.818000', '185807.820000', '185807.823000', '185807.825000', '185807.828000', '185807.831000', '185807.833000', '185807.836000', '185807.838000', '185807.841000', '185807.844000', '185807.846000', '185807.849000', '185807.852000', '185807.854000', '185807.857000', '185807.859000', '185807.862000', '185807.865000', '185807.867000', '185807.870000', '185807.872000', '185807.875000', '185807.877000', '185807.880000', '185807.883000', '185807.885000', '185807.888000', '185807.890000', '185807.893000', '185807.896000', '185807.898000', '185807.901000', '185807.903000', '185807.906000', '185807.909000', '185807.911000', '185807.914000', '185807.917000', '185807.919000', '185807.922000', '185807.924000', '185807.927000', '185822.067000', '185822.070000', '185822.073000', '185822.076000', '185822.078000', '185822.081000', '185822.084000', '185822.087000', '185822.089000', '185822.092000', '185822.095000', '185822.098000', '185822.101000', '185822.104000', '185822.107000', '185822.110000', '185822.112000', '185822.115000', '185822.118000', '185822.121000', '185822.124000', '185822.127000', '185822.130000', '185822.133000', '185822.136000', '185822.139000', '185822.145000', '185822.147000', '185822.150000', '185822.153000', '185822.155000', '185822.158000'], 'InstanceCreationTime': ['185207.844000', '185207.847000', '185207.850000', '185207.853000', '185207.855000', '185207.858000', '185207.861000', '185207.870000', '185207.873000', '185207.875000', '185207.878000', '185207.881000', '185207.883000', '185207.886000', '185207.888000', '185207.891000', '185207.893000', '185207.896000', '185207.899000', '185207.901000', '185207.904000', '185207.906000', '185207.909000', '185207.911000', '185207.914000', '185207.917000', '185207.919000', '185207.922000', '185207.924000', '185207.927000', '185207.930000', '185207.932000', '185207.935000', '185207.937000', '185207.940000', '185207.942000', '185207.945000', '185207.948000', '185207.950000', '185207.953000', '185207.955000', '185207.958000', '185207.960000', '185207.963000', '185207.966000', '185207.968000', '185207.971000', '185207.973000', '185207.976000', '185207.978000', '185207.981000', '185207.984000', '185207.986000', '185207.989000', '185208.017000', '185208.019000', '185208.022000', '185208.024000', '185227.816000', '185227.819000', '185227.822000', '185227.824000', '185227.827000', '185227.830000', '185227.832000', '185227.835000', '185227.837000', '185227.840000', '185227.842000', '185227.845000', '185227.855000', '185227.857000', '185227.860000', '185227.862000', '185227.865000', '185227.868000', '185227.870000', '185227.873000', '185227.875000', '185227.878000', '185227.881000', '185227.883000', '185227.886000', '185227.888000', '185227.891000', '185227.894000', '185227.896000', '185227.899000', '185227.901000', '185227.904000', '185227.906000', '185227.909000', '185227.912000', '185227.914000', '185227.917000', '185227.919000', '185227.922000', '185227.925000', '185227.929000', '185227.931000', '185227.934000', '185247.817000', '185247.820000', '185247.823000', '185247.825000', '185247.828000', '185247.831000', '185247.833000', '185247.836000', '185247.838000', '185247.841000', '185247.844000', '185247.846000', '185247.849000', '185247.851000', '185247.854000', '185247.857000', '185247.859000', '185247.862000', '185247.864000', '185247.867000', '185247.869000', '185247.872000', '185247.875000', '185247.877000', '185247.880000', '185247.883000', '185247.885000', '185247.888000', '185247.890000', '185247.893000', '185247.895000', '185247.898000', '185247.901000', '185247.903000', '185247.906000', '185247.909000', '185247.911000', '185247.914000', '185247.916000', '185247.919000', '185247.921000', '185247.924000', '185247.927000', '185247.929000', '185307.817000', '185307.820000', '185307.823000', '185307.825000', '185307.828000', '185307.830000', '185307.833000', '185307.836000', '185307.838000', '185307.841000', '185307.851000', '185307.854000', '185307.856000', '185307.859000', '185307.862000', '185307.865000', '185307.868000', '185307.871000', '185307.874000', '185307.876000', '185307.879000', '185307.882000', '185307.884000', '185307.887000', '185307.889000', '185307.892000', '185307.894000', '185307.897000', '185307.899000', '185307.902000', '185307.905000', '185307.907000', '185307.910000', '185307.912000', '185307.915000', '185307.917000', '185307.920000', '185307.923000', '185307.925000', '185307.928000', '185307.930000', '185307.933000', '185307.936000', '185327.817000', '185327.820000', '185327.823000', '185327.825000', '185327.828000', '185327.831000', '185327.833000', '185327.836000', '185327.841000', '185327.844000', '185327.847000', '185327.849000', '185327.852000', '185327.854000', '185327.857000', '185327.860000', '185327.862000', '185327.865000', '185327.867000', '185327.870000', '185327.873000', '185327.875000', '185327.878000', '185327.881000', '185327.883000', '185327.886000', '185327.888000', '185327.891000', '185327.894000', '185327.896000', '185327.899000', '185327.901000', '185327.904000', '185327.906000', '185327.909000', '185327.911000', '185327.914000', '185327.917000', '185327.919000', '185327.922000', '185327.924000', '185327.927000', '185327.929000', '185327.932000', '185347.818000', '185347.821000', '185347.823000', '185347.826000', '185347.828000', '185347.831000', '185347.833000', '185347.836000', '185347.839000', '185347.841000', '185347.844000', '185347.846000', '185347.849000', '185347.852000', '185347.854000', '185347.857000', '185347.859000', '185347.862000', '185347.864000', '185347.867000', '185347.869000', '185347.872000', '185347.875000', '185347.877000', '185347.880000', '185347.882000', '185347.885000', '185347.888000', '185347.890000', '185347.893000', '185347.895000', '185347.898000', '185347.901000', '185347.903000', '185347.906000', '185347.908000', '185347.911000', '185347.914000', '185347.916000', '185347.919000', '185347.922000', '185347.924000', '185347.927000', '185407.818000', '185407.820000', '185407.823000', '185407.825000', '185407.828000', '185407.831000', '185407.833000', '185407.836000', '185407.838000', '185407.841000', '185407.844000', '185407.846000', '185407.849000', '185407.851000', '185407.854000', '185407.857000', '185407.859000', '185407.862000', '185407.864000', '185407.867000', '185407.870000', '185407.872000', '185407.875000', '185407.877000', '185407.880000', '185407.883000', '185407.885000', '185407.888000', '185407.890000', '185407.893000', '185407.896000', '185407.898000', '185407.901000', '185407.903000', '185407.906000', '185407.909000', '185407.911000', '185407.914000', '185407.917000', '185407.919000', '185407.922000', '185407.924000', '185407.927000', '185407.929000', '185427.817000', '185427.820000', '185427.823000', '185427.825000', '185427.828000', '185427.831000', '185427.833000', '185427.836000', '185427.838000', '185427.841000', '185427.844000', '185427.846000', '185427.849000', '185427.851000', '185427.854000', '185427.856000', '185427.859000', '185427.862000', '185427.864000', '185427.867000', '185427.869000', '185427.872000', '185427.875000', '185427.877000', '185427.880000', '185427.882000', '185427.885000', '185427.887000', '185427.890000', '185427.893000', '185427.895000', '185427.898000', '185427.900000', '185427.903000', '185427.906000', '185427.908000', '185427.911000', '185427.913000', '185427.916000', '185427.919000', '185427.921000', '185427.924000', '185427.926000', '185447.816000', '185447.819000', '185447.822000', '185447.825000', '185447.827000', '185447.830000', '185447.841000', '185447.844000', '185447.846000', '185447.849000', '185447.851000', '185447.854000', '185447.857000', '185447.859000', '185447.862000', '185447.864000', '185447.867000', '185447.869000', '185447.872000', '185447.875000', '185447.877000', '185447.880000', '185447.883000', '185447.885000', '185447.888000', '185447.890000', '185447.893000', '185447.896000', '185447.898000', '185447.901000', '185447.903000', '185447.906000', '185447.909000', '185447.911000', '185447.914000', '185447.916000', '185447.919000', '185447.922000', '185447.924000', '185447.927000', '185447.929000', '185447.932000', '185447.934000', '185447.937000', '185507.817000', '185507.820000', '185507.823000', '185507.826000', '185507.828000', '185507.831000', '185507.833000', '185507.836000', '185507.839000', '185507.841000', '185507.844000', '185507.847000', '185507.849000', '185507.852000', '185507.854000', '185507.857000', '185507.860000', '185507.862000', '185507.865000', '185507.867000', '185507.870000', '185507.873000', '185507.875000', '185507.878000', '185507.881000', '185507.883000', '185507.907000', '185507.910000', '185507.912000', '185507.915000', '185507.918000', '185507.920000', '185507.923000', '185507.926000', '185507.928000', '185507.931000', '185507.934000', '185507.936000', '185507.939000', '185507.942000', '185507.944000', '185507.947000', '185507.950000', '185527.817000', '185527.820000', '185527.823000', '185527.825000', '185527.828000', '185527.831000', '185527.833000', '185527.836000', '185527.839000', '185527.841000', '185527.844000', '185527.846000', '185527.849000', '185527.851000', '185527.854000', '185527.857000', '185527.859000', '185527.862000', '185527.864000', '185527.867000', '185527.870000', '185527.872000', '185527.875000', '185527.877000', '185527.880000', '185527.883000', '185527.885000', '185527.888000', '185527.890000', '185527.893000', '185527.895000', '185527.898000', '185527.901000', '185527.903000', '185527.906000', '185527.909000', '185527.911000', '185527.914000', '185527.916000', '185527.919000', '185527.921000', '185527.924000', '185527.926000', '185527.929000', '185547.817000', '185547.820000', '185547.823000', '185547.826000', '185547.828000', '185547.831000', '185547.834000', '185547.836000', '185547.839000', '185547.841000', '185547.844000', '185547.847000', '185547.849000', '185547.852000', '185547.855000', '185547.857000', '185547.860000', '185547.862000', '185547.865000', '185547.867000', '185547.870000', '185547.873000', '185547.875000', '185547.878000', '185547.881000', '185547.883000', '185547.886000', '185547.888000', '185547.891000', '185547.894000', '185547.896000', '185547.899000', '185547.901000', '185547.905000', '185547.908000', '185547.910000', '185547.913000', '185547.915000', '185547.918000', '185547.921000', '185547.923000', '185547.926000', '185547.928000', '185607.817000', '185607.820000', '185607.823000', '185607.825000', '185607.828000', '185607.830000', '185607.833000', '185607.836000', '185607.838000', '185607.841000', '185607.843000', '185607.846000', '185607.848000', '185607.851000', '185607.854000', '185607.856000', '185607.897000', '185607.900000', '185607.903000', '185607.905000', '185607.908000', '185607.910000', '185607.913000', '185607.916000', '185607.918000', '185607.921000', '185607.923000', '185607.926000', '185607.929000', '185607.931000', '185607.934000', '185607.937000', '185607.939000', '185607.942000', '185607.944000', '185607.947000', '185607.950000', '185607.952000', '185607.955000', '185607.957000', '185607.960000', '185607.963000', '185607.965000', '185607.968000', '185627.817000', '185627.820000', '185627.823000', '185627.826000', '185627.828000', '185627.831000', '185627.833000', '185627.836000', '185627.839000', '185627.841000', '185627.844000', '185627.846000', '185627.849000', '185627.852000', '185627.854000', '185627.857000', '185627.859000', '185627.862000', '185627.865000', '185627.867000', '185627.870000', '185627.872000', '185627.875000', '185627.878000', '185627.880000', '185627.883000', '185627.885000', '185627.888000', '185627.890000', '185627.893000', '185627.896000', '185627.898000', '185627.901000', '185627.903000', '185627.906000', '185627.909000', '185627.911000', '185627.914000', '185627.916000', '185627.919000', '185627.921000', '185627.924000', '185627.927000', '185647.818000', '185647.821000', '185647.824000', '185647.826000', '185647.829000', '185647.832000', '185647.834000', '185647.837000', '185647.839000', '185647.842000', '185647.845000', '185647.847000', '185647.850000', '185647.852000', '185647.855000', '185647.858000', '185647.860000', '185647.863000', '185647.865000', '185647.868000', '185647.871000', '185647.873000', '185647.876000', '185647.878000', '185647.881000', '185647.884000', '185647.886000', '185647.889000', '185647.891000', '185647.894000', '185647.897000', '185647.899000', '185647.902000', '185647.904000', '185647.907000', '185647.909000', '185647.912000', '185647.915000', '185647.917000', '185647.920000', '185647.922000', '185647.925000', '185647.927000', '185707.816000', '185707.819000', '185707.822000', '185707.824000', '185707.827000', '185707.830000', '185707.832000', '185707.835000', '185707.837000', '185707.840000', '185707.843000', '185707.845000', '185707.848000', '185707.850000', '185707.853000', '185707.856000', '185707.858000', '185707.861000', '185707.863000', '185707.866000', '185707.869000', '185707.871000', '185707.884000', '185707.887000', '185707.890000', '185707.892000', '185707.895000', '185707.897000', '185707.900000', '185707.902000', '185707.905000', '185707.908000', '185707.910000', '185707.913000', '185707.915000', '185707.918000', '185707.921000', '185707.923000', '185707.926000', '185707.928000', '185707.931000', '185707.933000', '185707.936000', '185707.939000', '185727.818000', '185727.820000', '185727.823000', '185727.826000', '185727.828000', '185727.831000', '185727.833000', '185727.836000', '185727.839000', '185727.841000', '185727.844000', '185727.848000', '185727.850000', '185727.853000', '185727.856000', '185727.858000', '185727.861000', '185727.864000', '185727.866000', '185727.869000', '185727.871000', '185727.874000', '185727.877000', '185727.879000', '185727.882000', '185727.885000', '185727.887000', '185727.890000', '185727.892000', '185727.895000', '185727.898000', '185727.900000', '185727.903000', '185727.906000', '185727.908000', '185727.911000', '185727.913000', '185727.916000', '185727.919000', '185727.921000', '185727.924000', '185727.940000', '185727.943000', '185727.945000', '185747.818000', '185747.821000', '185747.823000', '185747.826000', '185747.828000', '185747.831000', '185747.834000', '185747.838000', '185747.840000', '185747.843000', '185747.845000', '185747.848000', '185747.851000', '185747.853000', '185747.856000', '185747.859000', '185747.861000', '185747.864000', '185747.866000', '185747.869000', '185747.871000', '185747.874000', '185747.877000', '185747.879000', '185747.882000', '185747.884000', '185747.887000', '185747.890000', '185747.892000', '185747.895000', '185747.897000', '185747.900000', '185747.903000', '185747.905000', '185747.908000', '185747.910000', '185747.913000', '185747.916000', '185747.918000', '185747.921000', '185747.923000', '185747.926000', '185747.928000', '185807.818000', '185807.820000', '185807.823000', '185807.825000', '185807.828000', '185807.831000', '185807.833000', '185807.836000', '185807.838000', '185807.841000', '185807.844000', '185807.846000', '185807.849000', '185807.852000', '185807.854000', '185807.857000', '185807.859000', '185807.862000', '185807.865000', '185807.867000', '185807.870000', '185807.872000', '185807.875000', '185807.877000', '185807.880000', '185807.883000', '185807.885000', '185807.888000', '185807.890000', '185807.893000', '185807.896000', '185807.898000', '185807.901000', '185807.903000', '185807.906000', '185807.909000', '185807.911000', '185807.914000', '185807.917000', '185807.919000', '185807.922000', '185807.924000', '185807.927000', '185822.067000', '185822.070000', '185822.073000', '185822.076000', '185822.078000', '185822.081000', '185822.084000', '185822.087000', '185822.089000', '185822.092000', '185822.095000', '185822.098000', '185822.101000', '185822.104000', '185822.107000', '185822.110000', '185822.112000', '185822.115000', '185822.118000', '185822.121000', '185822.124000', '185822.127000', '185822.130000', '185822.133000', '185822.136000', '185822.139000', '185822.145000', '185822.147000', '185822.150000', '185822.153000', '185822.155000', '185822.158000'], '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': [8578, 8905, 8841, 7694, 8426, 7552, 7263, 7880, 8207, 7625, 8200, 7897, 7437, 7966, 7782, 10703, 8629, 7980, 7450, 7562, 7267, 7478, 7025, 7568, 7353, 7367, 7292, 7487, 7128, 7096, 7768, 7277, 8151, 8456, 7185, 7243, 7472, 7521, 7335, 7116, 8160, 8007, 7774, 7024, 8041, 7939, 7908, 7410, 7879, 7281, 7480, 7118, 7498, 7144, 7258, 7625, 7322, 7928, 7565, 7743, 7616, 7849, 7031, 8042, 7033, 8266, 7443, 7890, 7336, 7242, 7199, 7129, 8416, 7728, 8155, 8136, 8161, 7107, 8313, 7879, 7035, 8152, 8085, 7287, 7362, 7780, 8332, 7745, 7135, 7287, 7152, 7939, 7069, 7300, 7468, 7358, 7464, 7568, 7796, 7074, 7321, 7012, 7962, 7106, 7834, 7313, 8732, 7245, 7172, 8198, 7544, 7581, 8183, 8724, 7490, 8625, 8368, 7061, 7455, 7989, 7996, 7755, 7430, 8011, 7725, 7106, 7907, 6919, 6955, 7695, 7671, 7925, 7142, 8008, 6919, 7606, 7497, 7515, 7894, 7012, 7456, 7131, 8041, 7290, 7763, 7792, 7112, 7849, 6959, 8044, 7548, 8098, 7596, 7928, 8544, 7002, 7986, 7232, 8163, 8242, 8017, 7888, 7907, 8340, 7212, 7822, 9537, 7341, 7317, 6951, 7220, 7135, 7110, 7753, 7595, 7296, 8168, 7714, 7498, 7269, 8728, 7328, 8587, 7603, 7635, 7267, 7188, 9242, 7446, 8473, 7456, 7228, 7495, 7199, 7672, 7268, 8081, 7724, 8108, 7595, 7162, 7617, 7154, 7204, 7085, 7927, 7085, 7484, 7229, 8604, 7473, 8298, 7566, 7771, 7488, 7397, 7535, 7259, 8124, 7327, 7860, 7294, 8320, 7043, 7212, 7186, 6958, 6968, 7266, 7311, 7223, 7529, 9062, 7199, 7241, 7534, 7842, 7487, 7608, 6913, 7623, 7107, 7197, 7117, 6913, 7408, 7718, 7091, 7634, 7272, 7290, 8512, 6978, 8891, 7301, 8207, 7457, 7127, 7853, 7130, 7273, 6961, 7072, 7416, 7146, 7166, 8264, 7485, 7621, 7490, 7543, 7397, 7113, 7573, 7073, 7449, 7316, 8022, 7002, 8268, 7374, 8693, 7228, 7946, 7395, 7140, 7126, 7270, 6759, 7328, 7888, 7043, 8475, 7034, 7946, 7446, 7230, 6983, 7161, 9070, 7228, 8724, 7965, 7475, 7081, 7894, 8734, 7770, 8491, 7457, 8403, 8443, 7843, 8172, 8163, 8263, 8679, 7917, 8327, 8545, 7949, 8757, 8065, 8400, 7684, 7667, 8180, 7672, 8295, 7529, 8100, 7676, 8459, 7892, 7469, 8235, 7673, 8138, 7512, 8361, 7033, 8487, 7774, 7629, 8001, 7518, 8169, 7325, 8337, 7857, 8378, 7834, 7614, 7880, 7302, 8218, 7555, 8309, 7742, 8416, 7890, 8257, 8210, 7809, 8205, 7474, 8277, 7079, 8243, 7395, 8161, 7501, 8361, 7320, 8110, 7157, 8539, 7658, 7396, 8174, 7223, 8108, 7452, 8330, 7401, 8194, 7569, 8313, 7266, 7930, 7487, 7853, 7735, 7878, 8212, 8401, 7604, 8142, 7462, 7829, 8895, 8420, 8601, 7445, 7368, 7444, 7258, 8428, 7484, 7300, 7308, 7459, 7528, 7347, 7171, 7613, 7914, 7182, 8198, 7495, 7376, 7281, 7335, 7472, 7468, 8174, 7258, 8531, 7442, 7317, 7621, 7357, 7499, 7580, 8617, 7342, 7629, 7761, 7601, 7755, 6852, 8710, 7297, 7865, 7863, 7186, 7390, 7323, 7764, 7126, 7656, 7790, 7014, 7749, 6959, 7884, 7229, 7763, 7540, 7293, 7320, 7375, 7491, 7419, 8109, 7567, 7291, 7650, 7410, 7255, 7113, 7544, 7317, 8181, 7455, 7717, 7689, 7391, 7585, 7179, 7539, 7056, 8445, 7331, 8084, 7794, 7449, 7351, 7435, 7062, 7455, 7910, 7524, 8422, 7265, 7634, 7469, 7505, 7380, 7398, 8208, 7288, 8078, 7677, 7399, 7642, 7123, 7970, 7320, 8322, 7465, 7693, 7411, 8304, 7863, 7460, 7887, 7977, 8076, 7945, 9257, 9560, 7807, 7271, 7723, 8078, 8163, 8790, 7634, 8512, 7242, 8654, 7413, 8566, 7381, 7431, 7120, 7303, 7699, 7575, 7826, 7556, 7633, 7278, 6857, 6944, 7012, 6751, 7423, 7853, 7149, 7736, 8726, 7184, 9247, 7636, 7684, 8040, 7886, 7923, 8013, 9516, 7479, 8218, 7479, 7840, 9351, 7441, 7655, 7971, 8956, 7484, 8910, 7435, 7747, 7425, 8612, 7235, 8599, 7248, 7348, 7445, 7397, 9019, 7129, 8440, 9532, 7544, 8943, 7187, 9303, 7153, 9252, 7403, 7352, 6988, 7210, 8987, 7347, 8828, 7314, 7369, 7320, 7080, 7598, 7512, 8225, 7197, 8976, 7309, 7306, 7373, 7284, 7223, 7216, 7397, 7412, 7219, 7206, 8596, 7909, 9300, 7436, 7993, 7597, 7433, 8798, 7126, 9053, 7737, 8098, 7791, 7723, 8471, 7203, 9181, 8117, 7497, 8568, 9592, 7800, 8358, 9383, 7868, 8885, 8171, 8187, 6924, 7852, 9442, 7317, 8601, 8442, 7600, 9605, 7762, 9661, 7622, 8281, 7887, 7789, 7382, 7267, 9217, 7658, 7667, 8143, 7803, 8138, 8313, 9419, 7974, 9371, 7654, 7678, 9220, 7784, 7176, 9424, 7940, 8090, 7754, 7236, 7061, 7102, 7521, 7676, 7948, 7504, 7721, 7338, 7059, 7910, 7361, 7898, 7167, 8506, 7620, 8197, 7780, 7518, 7752, 7269, 8081, 7531, 8941, 7547, 8346, 7715, 6994, 8131, 7331, 8130, 7031, 7269, 7557, 8465, 6968, 9269, 7336, 8310, 7422, 7629, 8841, 7316, 7912, 7173, 7149, 7940, 8544, 7047, 7455, 7781, 8174, 7482, 8041, 7857, 7477, 8032, 7707, 8323, 7739, 7837, 7871, 6904, 7402, 7000, 8005, 7947, 7799, 8026, 7141, 8795, 7474, 7936, 7632, 7736, 7275, 7412, 8929, 7937, 7274, 7919, 7299, 7352, 7184, 7584, 7511, 7561, 7722, 7401, 7477, 7315, 7374, 7676, 7569, 7634, 7367, 7906, 7063, 7903, 7116, 7935, 7678, 8644, 8172, 7126, 7298, 8164, 9798, 7833, 7557, 8172, 7823, 7603, 8145, 7586, 8067, 7708, 7521, 7958, 7320, 7048, 7775, 8416, 7521, 8780, 7561, 7082, 7678, 7344, 7906, 7631, 7785, 7661, 7373, 7147, 7275, 7629, 7647, 7793, 7747, 7535, 7854, 7574, 7599, 6929, 7215, 7057, 7434, 7192, 7032, 7668, 8021, 7657, 8471, 7690, 7951, 7578, 7177, 7712, 6905, 7341, 7134, 7097, 7165, 7549, 7398, 7274, 7664, 8693, 7448, 7714, 7412, 7654, 8366, 7697, 8164, 7654, 8357, 8007, 7583, 7680, 7512, 7400, 8604, 7691, 7660, 9314, 7727, 7599, 8141], 'WindowCenter': [4273.0, 4259.0, 4253.0, 4206.0, 4223.0, 4194.0, 4204.0, 4199.0, 4199.0, 4181.0, 4187.0, 4180.0, 4178.0, 4176.0, 4181.0, 4211.0, 4171.0, 4158.0, 4155.0, 4165.0, 4154.0, 4153.0, 4139.0, 4153.0, 4165.0, 4166.0, 4153.0, 4167.0, 4156.0, 4155.0, 4163.0, 4165.0, 4171.0, 4177.0, 4166.0, 4183.0, 4178.0, 4193.0, 4182.0, 4172.0, 4190.0, 4203.0, 4186.0, 4179.0, 4195.0, 4178.0, 4174.0, 4170.0, 4174.0, 4163.0, 4166.0, 4152.0, 4157.0, 4146.0, 4154.0, 4151.0, 4152.0, 4154.0, 4153.0, 4155.0, 4165.0, 4166.0, 4156.0, 4176.0, 4156.0, 4169.0, 4168.0, 4180.0, 4181.0, 4165.0, 4181.0, 4174.0, 4195.0, 4185.0, 4191.0, 4196.0, 4205.0, 4179.0, 4201.0, 4199.0, 4183.0, 4191.0, 4185.0, 4181.0, 4185.0, 4186.0, 4186.0, 4185.0, 4163.0, 4183.0, 4181.0, 4187.0, 4162.0, 4181.0, 4163.0, 4182.0, 4169.0, 4172.0, 4179.0, 4161.0, 4175.0, 4169.0, 4194.0, 4184.0, 4184.0, 4185.0, 4203.0, 4187.0, 4201.0, 4202.0, 4185.0, 4196.0, 4215.0, 4216.0, 4195.0, 4212.0, 4214.0, 4190.0, 4187.0, 4213.0, 4199.0, 4200.0, 4176.0, 4189.0, 4183.0, 4165.0, 4180.0, 4164.0, 4166.0, 4171.0, 4182.0, 4179.0, 4167.0, 4173.0, 4167.0, 4183.0, 4184.0, 4182.0, 4181.0, 4161.0, 4183.0, 4171.0, 4194.0, 4183.0, 4184.0, 4186.0, 4172.0, 4182.0, 4175.0, 4186.0, 4185.0, 4195.0, 4184.0, 4184.0, 4196.0, 4187.0, 4195.0, 4184.0, 4195.0, 4184.0, 4189.0, 4188.0, 4190.0, 4186.0, 4181.0, 4191.0, 4210.0, 4190.0, 4189.0, 4176.0, 4179.0, 4169.0, 4166.0, 4172.0, 4169.0, 4177.0, 4207.0, 4189.0, 4166.0, 4182.0, 4183.0, 4162.0, 4186.0, 4193.0, 4188.0, 4191.0, 4179.0, 4207.0, 4179.0, 4187.0, 4178.0, 4174.0, 4173.0, 4179.0, 4188.0, 4179.0, 4177.0, 4177.0, 4176.0, 4177.0, 4167.0, 4182.0, 4166.0, 4178.0, 4179.0, 4191.0, 4180.0, 4181.0, 4159.0, 4186.0, 4169.0, 4186.0, 4176.0, 4177.0, 4179.0, 4176.0, 4182.0, 4181.0, 4199.0, 4180.0, 4193.0, 4180.0, 4199.0, 4180.0, 4191.0, 4178.0, 4186.0, 4192.0, 4181.0, 4171.0, 4176.0, 4178.0, 4198.0, 4170.0, 4165.0, 4181.0, 4176.0, 4165.0, 4177.0, 4167.0, 4182.0, 4159.0, 4167.0, 4167.0, 4180.0, 4167.0, 4185.0, 4168.0, 4176.0, 4182.0, 4177.0, 4187.0, 4161.0, 4198.0, 4179.0, 4202.0, 4180.0, 4173.0, 4190.0, 4168.0, 4183.0, 4166.0, 4167.0, 4166.0, 4165.0, 4166.0, 4177.0, 4165.0, 4165.0, 4165.0, 4158.0, 4165.0, 4154.0, 4171.0, 4154.0, 4164.0, 4164.0, 4178.0, 4164.0, 4174.0, 4162.0, 4184.0, 4167.0, 4192.0, 4179.0, 4164.0, 4166.0, 4176.0, 4166.0, 4174.0, 4187.0, 4167.0, 4185.0, 4168.0, 4191.0, 4194.0, 4190.0, 4178.0, 4176.0, 4210.0, 4189.0, 4199.0, 4206.0, 4198.0, 4204.0, 4207.0, 4205.0, 4195.0, 4216.0, 4202.0, 4212.0, 4191.0, 4194.0, 4190.0, 4203.0, 4210.0, 4208.0, 4197.0, 4191.0, 4193.0, 4195.0, 4195.0, 4196.0, 4195.0, 4178.0, 4179.0, 4193.0, 4183.0, 4188.0, 4185.0, 4196.0, 4180.0, 4192.0, 4190.0, 4180.0, 4205.0, 4195.0, 4204.0, 4186.0, 4206.0, 4180.0, 4201.0, 4190.0, 4197.0, 4192.0, 4187.0, 4198.0, 4180.0, 4188.0, 4189.0, 4194.0, 4193.0, 4181.0, 4188.0, 4179.0, 4193.0, 4182.0, 4194.0, 4192.0, 4207.0, 4190.0, 4190.0, 4187.0, 4182.0, 4193.0, 4185.0, 4188.0, 4173.0, 4192.0, 4165.0, 4188.0, 4169.0, 4186.0, 4165.0, 4181.0, 4166.0, 4196.0, 4189.0, 4178.0, 4204.0, 4180.0, 4194.0, 4177.0, 4205.0, 4193.0, 4201.0, 4189.0, 4189.0, 4177.0, 4177.0, 4179.0, 4188.0, 4194.0, 4195.0, 4198.0, 4198.0, 4179.0, 4205.0, 4189.0, 4188.0, 4198.0, 4201.0, 4209.0, 4193.0, 4172.0, 4180.0, 4169.0, 4179.0, 4171.0, 4185.0, 4178.0, 4163.0, 4157.0, 4159.0, 4161.0, 4163.0, 4175.0, 4171.0, 4181.0, 4163.0, 4165.0, 4165.0, 4165.0, 4178.0, 4177.0, 4180.0, 4167.0, 4186.0, 4166.0, 4160.0, 4175.0, 4170.0, 4165.0, 4167.0, 4182.0, 4169.0, 4170.0, 4189.0, 4189.0, 4194.0, 4168.0, 4204.0, 4180.0, 4190.0, 4191.0, 4169.0, 4179.0, 4165.0, 4183.0, 4171.0, 4179.0, 4180.0, 4159.0, 4183.0, 4163.0, 4174.0, 4169.0, 4190.0, 4182.0, 4172.0, 4165.0, 4164.0, 4170.0, 4165.0, 4176.0, 4165.0, 4164.0, 4176.0, 4178.0, 4166.0, 4150.0, 4157.0, 4146.0, 4173.0, 4164.0, 4164.0, 4163.0, 4169.0, 4175.0, 4164.0, 4162.0, 4164.0, 4174.0, 4168.0, 4183.0, 4177.0, 4157.0, 4166.0, 4166.0, 4167.0, 4179.0, 4189.0, 4176.0, 4184.0, 4182.0, 4166.0, 4162.0, 4177.0, 4176.0, 4166.0, 4188.0, 4177.0, 4179.0, 4177.0, 4170.0, 4188.0, 4167.0, 4189.0, 4178.0, 4174.0, 4172.0, 4184.0, 4175.0, 4194.0, 4187.0, 4185.0, 4200.0, 4199.0, 4180.0, 4197.0, 4201.0, 4219.0, 4207.0, 4190.0, 4187.0, 4190.0, 4186.0, 4196.0, 4188.0, 4203.0, 4180.0, 4193.0, 4178.0, 4189.0, 4171.0, 4162.0, 4159.0, 4152.0, 4163.0, 4149.0, 4154.0, 4153.0, 4143.0, 4151.0, 4133.0, 4141.0, 4152.0, 4145.0, 4153.0, 4166.0, 4143.0, 4167.0, 4170.0, 4160.0, 4178.0, 4181.0, 4169.0, 4178.0, 4178.0, 4185.0, 4180.0, 4207.0, 4179.0, 4193.0, 4180.0, 4197.0, 4203.0, 4166.0, 4179.0, 4190.0, 4199.0, 4179.0, 4209.0, 4181.0, 4178.0, 4159.0, 4190.0, 4169.0, 4174.0, 4166.0, 4157.0, 4171.0, 4165.0, 4192.0, 4173.0, 4181.0, 4206.0, 4188.0, 4198.0, 4172.0, 4194.0, 4178.0, 4205.0, 4190.0, 4182.0, 4171.0, 4178.0, 4192.0, 4178.0, 4199.0, 4177.0, 4167.0, 4167.0, 4166.0, 4177.0, 4165.0, 4175.0, 4154.0, 4186.0, 4163.0, 4161.0, 4165.0, 4165.0, 4158.0, 4166.0, 4178.0, 4166.0, 4183.0, 4171.0, 4190.0, 4177.0, 4188.0, 4167.0, 4192.0, 4194.0, 4179.0, 4195.0, 4169.0, 4199.0, 4187.0, 4181.0, 4195.0, 4195.0, 4211.0, 4198.0, 4217.0, 4214.0, 4222.0, 4226.0, 4211.0, 4188.0, 4185.0, 4200.0, 4202.0, 4197.0, 4189.0, 4187.0, 4174.0, 4188.0, 4220.0, 4180.0, 4181.0, 4186.0, 4172.0, 4199.0, 4164.0, 4187.0, 4161.0, 4178.0, 4178.0, 4166.0, 4163.0, 4165.0, 4186.0, 4163.0, 4171.0, 4183.0, 4174.0, 4179.0, 4181.0, 4204.0, 4195.0, 4209.0, 4188.0, 4180.0, 4202.0, 4191.0, 4181.0, 4223.0, 4202.0, 4193.0, 4179.0, 4169.0, 4167.0, 4168.0, 4189.0, 4206.0, 4189.0, 4179.0, 4180.0, 4165.0, 4166.0, 4175.0, 4184.0, 4195.0, 4173.0, 4189.0, 4177.0, 4187.0, 4177.0, 4179.0, 4190.0, 4192.0, 4189.0, 4183.0, 4200.0, 4178.0, 4188.0, 4178.0, 4169.0, 4191.0, 4179.0, 4189.0, 4168.0, 4166.0, 4174.0, 4181.0, 4169.0, 4200.0, 4188.0, 4194.0, 4184.0, 4191.0, 4210.0, 4180.0, 4191.0, 4193.0, 4194.0, 4202.0, 4212.0, 4179.0, 4175.0, 4189.0, 4178.0, 4166.0, 4177.0, 4189.0, 4169.0, 4177.0, 4166.0, 4177.0, 4163.0, 4162.0, 4178.0, 4154.0, 4165.0, 4171.0, 4178.0, 4176.0, 4177.0, 4181.0, 4182.0, 4205.0, 4178.0, 4190.0, 4207.0, 4191.0, 4183.0, 4165.0, 4185.0, 4178.0, 4176.0, 4193.0, 4167.0, 4171.0, 4167.0, 4176.0, 4159.0, 4166.0, 4169.0, 4163.0, 4151.0, 4156.0, 4150.0, 4151.0, 4154.0, 4150.0, 4157.0, 4168.0, 4156.0, 4167.0, 4150.0, 4169.0, 4170.0, 4183.0, 4184.0, 4166.0, 4184.0, 4202.0, 4221.0, 4179.0, 4178.0, 4201.0, 4201.0, 4192.0, 4195.0, 4172.0, 4170.0, 4179.0, 4182.0, 4189.0, 4177.0, 4165.0, 4162.0, 4188.0, 4176.0, 4205.0, 4177.0, 4165.0, 4178.0, 4174.0, 4176.0, 4177.0, 4178.0, 4177.0, 4164.0, 4165.0, 4165.0, 4159.0, 4163.0, 4165.0, 4166.0, 4164.0, 4176.0, 4174.0, 4171.0, 4157.0, 4162.0, 4152.0, 4153.0, 4157.0, 4173.0, 4165.0, 4174.0, 4163.0, 4174.0, 4175.0, 4174.0, 4165.0, 4163.0, 4183.0, 4163.0, 4165.0, 4154.0, 4170.0, 4165.0, 4165.0, 4166.0, 4166.0, 4164.0, 4186.0, 4166.0, 4161.0, 4174.0, 4184.0, 4188.0, 4177.0, 4192.0, 4180.0, 4189.0, 4180.0, 4188.0, 4192.0, 4192.0, 4189.0, 4202.0, 4191.0, 4191.0, 4211.0, 4192.0, 4207.0, 4210.0], 'WindowWidth': [9487.0, 9449.0, 9435.0, 9353.0, 9374.0, 9327.0, 9341.0, 9328.0, 9324.0, 9299.0, 9301.0, 9294.0, 9290.0, 9286.0, 9300.0, 9336.0, 9271.0, 9248.0, 9247.0, 9261.0, 9246.0, 9243.0, 9221.0, 9245.0, 9267.0, 9269.0, 9247.0, 9271.0, 9255.0, 9250.0, 9260.0, 9264.0, 9277.0, 9283.0, 9272.0, 9305.0, 9293.0, 9318.0, 9301.0, 9284.0, 9309.0, 9333.0, 9304.0, 9297.0, 9323.0, 9291.0, 9280.0, 9276.0, 9279.0, 9259.0, 9269.0, 9244.0, 9253.0, 9235.0, 9245.0, 9237.0, 9241.0, 9243.0, 9244.0, 9248.0, 9263.0, 9267.0, 9253.0, 9282.0, 9255.0, 9268.0, 9274.0, 9291.0, 9296.0, 9270.0, 9300.0, 9290.0, 9319.0, 9301.0, 9312.0, 9323.0, 9335.0, 9297.0, 9328.0, 9328.0, 9304.0, 9311.0, 9298.0, 9297.0, 9307.0, 9304.0, 9302.0, 9306.0, 9267.0, 9306.0, 9300.0, 9304.0, 9264.0, 9298.0, 9266.0, 9299.0, 9277.0, 9277.0, 9292.0, 9261.0, 9285.0, 9278.0, 9320.0, 9303.0, 9305.0, 9305.0, 9329.0, 9313.0, 9337.0, 9331.0, 9304.0, 9326.0, 9355.0, 9355.0, 9328.0, 9347.0, 9353.0, 9317.0, 9310.0, 9352.0, 9328.0, 9329.0, 9289.0, 9308.0, 9301.0, 9270.0, 9293.0, 9267.0, 9272.0, 9273.0, 9297.0, 9291.0, 9274.0, 9280.0, 9273.0, 9299.0, 9304.0, 9298.0, 9295.0, 9261.0, 9302.0, 9283.0, 9317.0, 9301.0, 9303.0, 9304.0, 9284.0, 9297.0, 9288.0, 9305.0, 9306.0, 9318.0, 9301.0, 9301.0, 9318.0, 9313.0, 9317.0, 9303.0, 9317.0, 9297.0, 9307.0, 9304.0, 9309.0, 9301.0, 9295.0, 9319.0, 9340.0, 9313.0, 9311.0, 9293.0, 9295.0, 9280.0, 9271.0, 9275.0, 9269.0, 9289.0, 9344.0, 9309.0, 9272.0, 9301.0, 9292.0, 9263.0, 9301.0, 9319.0, 9308.0, 9318.0, 9296.0, 9331.0, 9294.0, 9304.0, 9293.0, 9283.0, 9281.0, 9295.0, 9308.0, 9295.0, 9290.0, 9288.0, 9284.0, 9289.0, 9275.0, 9300.0, 9273.0, 9292.0, 9294.0, 9316.0, 9299.0, 9297.0, 9259.0, 9301.0, 9273.0, 9298.0, 9286.0, 9287.0, 9292.0, 9286.0, 9300.0, 9297.0, 9328.0, 9298.0, 9316.0, 9297.0, 9322.0, 9299.0, 9317.0, 9298.0, 9311.0, 9321.0, 9301.0, 9276.0, 9287.0, 9291.0, 9318.0, 9284.0, 9268.0, 9294.0, 9284.0, 9268.0, 9289.0, 9276.0, 9295.0, 9258.0, 9274.0, 9276.0, 9298.0, 9275.0, 9307.0, 9278.0, 9285.0, 9300.0, 9291.0, 9302.0, 9263.0, 9319.0, 9298.0, 9332.0, 9300.0, 9282.0, 9312.0, 9279.0, 9302.0, 9271.0, 9276.0, 9272.0, 9271.0, 9271.0, 9287.0, 9268.0, 9268.0, 9268.0, 9253.0, 9268.0, 9253.0, 9274.0, 9251.0, 9266.0, 9264.0, 9285.0, 9267.0, 9280.0, 9264.0, 9295.0, 9275.0, 9316.0, 9297.0, 9269.0, 9276.0, 9287.0, 9274.0, 9286.0, 9304.0, 9276.0, 9300.0, 9280.0, 9312.0, 9327.0, 9313.0, 9294.0, 9289.0, 9340.0, 9310.0, 9326.0, 9340.0, 9334.0, 9347.0, 9340.0, 9336.0, 9324.0, 9354.0, 9338.0, 9348.0, 9312.0, 9318.0, 9307.0, 9330.0, 9344.0, 9339.0, 9323.0, 9311.0, 9314.0, 9316.0, 9319.0, 9321.0, 9317.0, 9289.0, 9290.0, 9312.0, 9298.0, 9303.0, 9306.0, 9323.0, 9296.0, 9316.0, 9312.0, 9297.0, 9334.0, 9326.0, 9335.0, 9311.0, 9339.0, 9299.0, 9324.0, 9311.0, 9326.0, 9317.0, 9311.0, 9327.0, 9295.0, 9304.0, 9305.0, 9319.0, 9317.0, 9298.0, 9304.0, 9293.0, 9315.0, 9299.0, 9318.0, 9317.0, 9339.0, 9312.0, 9308.0, 9302.0, 9297.0, 9316.0, 9307.0, 9305.0, 9286.0, 9309.0, 9267.0, 9302.0, 9278.0, 9300.0, 9269.0, 9296.0, 9273.0, 9320.0, 9309.0, 9295.0, 9332.0, 9298.0, 9320.0, 9291.0, 9337.0, 9321.0, 9327.0, 9310.0, 9308.0, 9291.0, 9289.0, 9294.0, 9307.0, 9319.0, 9318.0, 9321.0, 9322.0, 9294.0, 9338.0, 9312.0, 9309.0, 9323.0, 9331.0, 9340.0, 9323.0, 9284.0, 9298.0, 9271.0, 9285.0, 9278.0, 9309.0, 9290.0, 9265.0, 9253.0, 9255.0, 9260.0, 9263.0, 9283.0, 9283.0, 9294.0, 9264.0, 9270.0, 9270.0, 9270.0, 9292.0, 9288.0, 9286.0, 9274.0, 9297.0, 9273.0, 9259.0, 9283.0, 9279.0, 9268.0, 9272.0, 9288.0, 9272.0, 9276.0, 9309.0, 9308.0, 9320.0, 9279.0, 9332.0, 9301.0, 9313.0, 9315.0, 9282.0, 9295.0, 9272.0, 9301.0, 9283.0, 9295.0, 9298.0, 9258.0, 9300.0, 9264.0, 9280.0, 9277.0, 9310.0, 9302.0, 9284.0, 9268.0, 9265.0, 9278.0, 9268.0, 9285.0, 9267.0, 9265.0, 9285.0, 9291.0, 9272.0, 9245.0, 9250.0, 9233.0, 9274.0, 9266.0, 9265.0, 9263.0, 9276.0, 9283.0, 9267.0, 9263.0, 9266.0, 9281.0, 9276.0, 9301.0, 9289.0, 9254.0, 9272.0, 9273.0, 9275.0, 9297.0, 9308.0, 9288.0, 9296.0, 9299.0, 9270.0, 9265.0, 9289.0, 9287.0, 9273.0, 9305.0, 9289.0, 9291.0, 9288.0, 9274.0, 9309.0, 9278.0, 9308.0, 9291.0, 9280.0, 9283.0, 9299.0, 9289.0, 9318.0, 9305.0, 9306.0, 9330.0, 9329.0, 9293.0, 9322.0, 9323.0, 9358.0, 9346.0, 9315.0, 9307.0, 9311.0, 9303.0, 9318.0, 9310.0, 9328.0, 9297.0, 9315.0, 9292.0, 9305.0, 9282.0, 9260.0, 9262.0, 9245.0, 9259.0, 9235.0, 9243.0, 9241.0, 9222.0, 9238.0, 9213.0, 9225.0, 9245.0, 9236.0, 9244.0, 9263.0, 9231.0, 9267.0, 9268.0, 9257.0, 9279.0, 9296.0, 9276.0, 9287.0, 9286.0, 9302.0, 9290.0, 9334.0, 9293.0, 9316.0, 9295.0, 9324.0, 9324.0, 9269.0, 9293.0, 9312.0, 9324.0, 9296.0, 9341.0, 9301.0, 9293.0, 9258.0, 9305.0, 9275.0, 9278.0, 9270.0, 9251.0, 9276.0, 9269.0, 9309.0, 9287.0, 9291.0, 9330.0, 9308.0, 9320.0, 9280.0, 9311.0, 9293.0, 9330.0, 9314.0, 9303.0, 9286.0, 9291.0, 9306.0, 9292.0, 9320.0, 9288.0, 9274.0, 9276.0, 9271.0, 9288.0, 9271.0, 9282.0, 9250.0, 9295.0, 9265.0, 9261.0, 9271.0, 9268.0, 9256.0, 9273.0, 9292.0, 9272.0, 9301.0, 9281.0, 9306.0, 9288.0, 9301.0, 9275.0, 9312.0, 9320.0, 9294.0, 9320.0, 9281.0, 9321.0, 9309.0, 9293.0, 9321.0, 9319.0, 9351.0, 9330.0, 9351.0, 9354.0, 9376.0, 9374.0, 9343.0, 9306.0, 9299.0, 9322.0, 9332.0, 9319.0, 9306.0, 9300.0, 9292.0, 9307.0, 9354.0, 9296.0, 9291.0, 9299.0, 9275.0, 9317.0, 9262.0, 9296.0, 9255.0, 9286.0, 9285.0, 9269.0, 9264.0, 9265.0, 9294.0, 9263.0, 9274.0, 9296.0, 9281.0, 9288.0, 9289.0, 9330.0, 9318.0, 9340.0, 9314.0, 9293.0, 9326.0, 9313.0, 9302.0, 9362.0, 9332.0, 9319.0, 9293.0, 9278.0, 9276.0, 9276.0, 9308.0, 9342.0, 9311.0, 9292.0, 9295.0, 9270.0, 9270.0, 9285.0, 9306.0, 9320.0, 9287.0, 9305.0, 9289.0, 9300.0, 9290.0, 9295.0, 9312.0, 9317.0, 9310.0, 9302.0, 9322.0, 9292.0, 9305.0, 9292.0, 9279.0, 9312.0, 9295.0, 9308.0, 9276.0, 9272.0, 9279.0, 9295.0, 9280.0, 9321.0, 9312.0, 9316.0, 9305.0, 9319.0, 9343.0, 9298.0, 9313.0, 9325.0, 9325.0, 9334.0, 9345.0, 9297.0, 9286.0, 9312.0, 9291.0, 9272.0, 9287.0, 9307.0, 9277.0, 9285.0, 9269.0, 9283.0, 9259.0, 9259.0, 9287.0, 9251.0, 9269.0, 9280.0, 9291.0, 9284.0, 9287.0, 9293.0, 9304.0, 9334.0, 9291.0, 9312.0, 9344.0, 9318.0, 9301.0, 9270.0, 9295.0, 9291.0, 9286.0, 9315.0, 9275.0, 9282.0, 9274.0, 9285.0, 9255.0, 9267.0, 9274.0, 9263.0, 9245.0, 9253.0, 9240.0, 9239.0, 9247.0, 9240.0, 9254.0, 9272.0, 9254.0, 9269.0, 9240.0, 9270.0, 9272.0, 9291.0, 9300.0, 9275.0, 9307.0, 9326.0, 9358.0, 9294.0, 9292.0, 9329.0, 9332.0, 9317.0, 9323.0, 9281.0, 9275.0, 9295.0, 9300.0, 9310.0, 9287.0, 9269.0, 9263.0, 9302.0, 9285.0, 9335.0, 9291.0, 9273.0, 9293.0, 9284.0, 9288.0, 9289.0, 9292.0, 9292.0, 9268.0, 9270.0, 9269.0, 9256.0, 9265.0, 9270.0, 9271.0, 9266.0, 9285.0, 9283.0, 9281.0, 9257.0, 9260.0, 9244.0, 9249.0, 9258.0, 9286.0, 9267.0, 9276.0, 9261.0, 9278.0, 9284.0, 9280.0, 9268.0, 9265.0, 9302.0, 9265.0, 9269.0, 9252.0, 9278.0, 9269.0, 9267.0, 9272.0, 9271.0, 9266.0, 9296.0, 9270.0, 9260.0, 9287.0, 9302.0, 9304.0, 9288.0, 9313.0, 9293.0, 9306.0, 9292.0, 9311.0, 9316.0, 9318.0, 9311.0, 9330.0, 9315.0, 9316.0, 9341.0, 9318.0, 9347.0, 9350.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.002383341013824885</td></tr>
<tr><td colspan=3>aqi</td><td>0.03459316417050691</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.675137287727786</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1786019287658585</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0162552573010373</td></tr>
<tr><td colspan=3>efc</td><td>0.4603</td></tr>
<tr><td colspan=3>fber</td><td>6628.6616</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14851978397700175</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>187</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.543778801843317</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5230468694271244</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5074965765802593</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.74285148005987</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3187925516412426</td></tr>
<tr><td colspan=3>gcor</td><td>0.00830589</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018686681985855103</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028662312775850296</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.993623344063697</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>29.4315</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.4961</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.5115</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306113.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>875.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.3267</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3318</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.588</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3447.8339</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70431.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1312.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.1866</td></tr>
<tr><td colspan=3>tsnr</td><td>33.242651245207526</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>