<?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-0074_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-0074_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-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_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-0074/figures/sub-0074_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074/ses-04/func/sub-0074_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>e6be3c3de5b0c00f643f65520cdeaade</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>20:37:11.155000</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.996967, -0.0450047, 0.0634883, 0.0367314, 0.991358, 0.125941]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0979923</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>[4157, -7772, -7220, 591, -120, -213, -10, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.454</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8e9d65a2-474b-44d7-81db-34d99252ba85||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.674790382385254, 0.09854762256145477, 0.18524044752120972, 101.73551940917969], [0.12074438482522964, 2.6597397327423096, 0.3327127993106842, -107.82709503173828], [0.1703345626592636, -0.33789026737213135, 2.673011064529419, -44.94767379760742], [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': ['203711.155000', '203711.615000', '203712.075000', '203712.535000', '203712.995000', '203713.455000', '203713.915000', '203714.375000', '203714.835000', '203715.295000', '203715.755000', '203716.215000', '203716.675000', '203717.135000', '203717.595000', '203718.055000', '203718.515000', '203718.975000', '203719.435000', '203719.895000', '203720.355000', '203720.815000', '203721.275000', '203721.735000', '203722.195000', '203722.655000', '203723.115000', '203723.575000', '203724.035000', '203724.495000', '203724.955000', '203725.415000', '203725.875000', '203726.335000', '203726.795000', '203727.255000', '203727.715000', '203728.175000', '203728.635000', '203729.095000', '203729.555000', '203730.015000', '203730.475000', '203730.935000', '203731.395000', '203731.855000', '203732.315000', '203732.775000', '203733.235000', '203733.695000', '203734.155000', '203734.615000', '203735.075000', '203735.535000', '203735.995000', '203736.455000', '203736.915000', '203737.375000', '203737.835000', '203738.295000', '203738.755000', '203739.215000', '203739.675000', '203740.135000', '203740.595000', '203741.055000', '203741.515000', '203741.975000', '203742.435000', '203742.895000', '203743.355000', '203743.815000', '203744.275000', '203744.735000', '203745.195000', '203745.655000', '203746.115000', '203746.575000', '203747.035000', '203747.495000', '203747.955000', '203748.415000', '203748.875000', '203749.335000', '203749.795000', '203750.255000', '203750.715000', '203751.175000', '203751.635000', '203752.095000', '203752.555000', '203753.015000', '203753.475000', '203753.935000', '203754.395000', '203754.855000', '203755.315000', '203755.775000', '203756.235000', '203756.695000', '203757.155000', '203757.615000', '203758.075000', '203758.535000', '203758.995000', '203759.455000', '203759.915000', '203800.375000', '203800.835000', '203801.295000', '203801.755000', '203802.215000', '203802.675000', '203803.135000', '203803.595000', '203804.055000', '203804.515000', '203804.975000', '203805.435000', '203805.895000', '203806.355000', '203806.815000', '203807.275000', '203807.735000', '203808.195000', '203808.655000', '203809.115000', '203809.575000', '203810.035000', '203810.495000', '203810.955000', '203811.415000', '203811.875000', '203812.335000', '203812.795000', '203813.255000', '203813.715000', '203814.175000', '203814.635000', '203815.095000', '203815.555000', '203816.015000', '203816.475000', '203816.935000', '203817.395000', '203817.855000', '203818.315000', '203818.775000', '203819.235000', '203819.695000', '203820.155000', '203820.615000', '203821.075000', '203821.535000', '203821.995000', '203822.455000', '203822.915000', '203823.375000', '203823.835000', '203824.295000', '203824.755000', '203825.215000', '203825.675000', '203826.135000', '203826.595000', '203827.055000', '203827.515000', '203827.975000', '203828.435000', '203828.895000', '203829.355000', '203829.815000', '203830.275000', '203830.735000', '203831.195000', '203831.655000', '203832.115000', '203832.575000', '203833.035000', '203833.495000', '203833.955000', '203834.415000', '203834.875000', '203835.335000', '203835.795000', '203836.255000', '203836.715000', '203837.175000', '203837.635000', '203838.095000', '203838.555000', '203839.015000', '203839.475000', '203839.935000', '203840.395000', '203840.855000', '203841.315000', '203841.775000', '203842.235000', '203842.695000', '203843.155000', '203843.615000', '203844.075000', '203844.535000', '203844.995000', '203845.455000', '203845.915000', '203846.375000', '203846.835000', '203847.295000', '203847.755000', '203848.215000', '203848.675000', '203849.135000', '203849.595000', '203850.055000', '203850.515000', '203850.975000', '203851.435000', '203851.895000', '203852.355000', '203852.815000', '203853.275000', '203853.735000', '203854.195000', '203854.655000', '203855.115000', '203855.575000', '203856.035000', '203856.495000', '203856.955000', '203857.415000', '203857.875000', '203858.335000', '203858.795000', '203859.255000', '203859.715000', '203900.175000', '203900.635000', '203901.095000', '203901.555000', '203902.015000', '203902.475000', '203902.935000', '203903.395000', '203903.855000', '203904.315000', '203904.775000', '203905.235000', '203905.695000', '203906.155000', '203906.615000', '203907.075000', '203907.535000', '203907.995000', '203908.455000', '203908.915000', '203909.375000', '203909.835000', '203910.295000', '203910.755000', '203911.215000', '203911.675000', '203912.135000', '203912.595000', '203913.055000', '203913.515000', '203913.975000', '203914.435000', '203914.895000', '203915.355000', '203915.815000', '203916.275000', '203916.735000', '203917.195000', '203917.655000', '203918.115000', '203918.575000', '203919.035000', '203919.495000', '203919.955000', '203920.415000', '203920.875000', '203921.335000', '203921.795000', '203922.255000', '203922.715000', '203923.175000', '203923.635000', '203924.095000', '203924.555000', '203925.015000', '203925.475000', '203925.935000', '203926.395000', '203926.855000', '203927.315000', '203927.775000', '203928.235000', '203928.695000', '203929.155000', '203929.615000', '203930.075000', '203930.535000', '203930.995000', '203931.455000', '203931.915000', '203932.375000', '203932.835000', '203933.295000', '203933.755000', '203934.215000', '203934.675000', '203935.135000', '203935.595000', '203936.055000', '203936.515000', '203936.975000', '203937.435000', '203937.895000', '203938.355000', '203938.815000', '203939.275000', '203939.735000', '203940.195000', '203940.655000', '203941.115000', '203941.575000', '203942.035000', '203942.495000', '203942.955000', '203943.415000', '203943.875000', '203944.335000', '203944.795000', '203945.255000', '203945.715000', '203946.175000', '203946.635000', '203947.095000', '203947.555000', '203948.015000', '203948.475000', '203948.935000', '203949.395000', '203949.855000', '203950.315000', '203950.775000', '203951.235000', '203951.695000', '203952.155000', '203952.615000', '203953.075000', '203953.535000', '203953.995000', '203954.455000', '203954.915000', '203955.375000', '203955.835000', '203956.295000', '203956.755000', '203957.215000', '203957.675000', '203958.135000', '203958.595000', '203959.055000', '203959.515000', '203959.975000', '204000.435000', '204000.895000', '204001.355000', '204001.815000', '204002.275000', '204002.735000', '204003.195000', '204003.655000', '204004.115000', '204004.575000', '204005.035000', '204005.495000', '204005.955000', '204006.415000', '204006.875000', '204007.335000', '204007.795000', '204008.255000', '204008.715000', '204009.175000', '204009.635000', '204010.095000', '204010.555000', '204011.015000', '204011.475000', '204011.935000', '204012.395000', '204012.855000', '204013.315000', '204013.775000', '204014.235000', '204014.695000', '204015.155000', '204015.615000', '204016.075000', '204016.535000', '204016.995000', '204017.455000', '204017.915000', '204018.375000', '204018.835000', '204019.295000', '204019.755000', '204020.215000', '204020.675000', '204021.135000', '204021.595000', '204022.055000', '204022.515000', '204022.975000', '204023.435000', '204023.895000', '204024.355000', '204024.815000', '204025.275000', '204025.735000', '204026.195000', '204026.655000', '204027.115000', '204027.575000', '204028.035000', '204028.495000', '204028.955000', '204029.415000', '204029.875000', '204030.335000', '204030.795000', '204031.255000', '204031.715000', '204032.175000', '204032.635000', '204033.095000', '204033.555000', '204034.015000', '204034.475000', '204034.935000', '204035.395000', '204035.855000', '204036.315000', '204036.775000', '204037.235000', '204037.695000', '204038.155000', '204038.615000', '204039.075000', '204039.535000', '204039.995000', '204040.455000', '204040.915000', '204041.375000', '204041.835000', '204042.295000', '204042.755000', '204043.215000', '204043.675000', '204044.135000', '204044.595000', '204045.055000', '204045.515000', '204045.975000', '204046.435000', '204046.895000', '204047.355000', '204047.815000', '204048.275000', '204048.735000', '204049.195000', '204049.655000', '204050.115000', '204050.575000', '204051.035000', '204051.495000', '204051.955000', '204052.415000', '204052.875000', '204053.335000', '204053.795000', '204054.255000', '204054.715000', '204055.175000', '204055.635000', '204056.095000', '204056.555000', '204057.015000', '204057.475000', '204057.935000', '204058.395000', '204058.855000', '204059.315000', '204059.775000', '204100.235000', '204100.695000', '204101.155000', '204101.615000', '204102.075000', '204102.535000', '204102.995000', '204103.455000', '204103.915000', '204104.375000', '204104.835000', '204105.295000', '204105.755000', '204106.215000', '204106.675000', '204107.135000', '204107.595000', '204108.055000', '204108.515000', '204108.975000', '204109.435000', '204109.895000', '204110.355000', '204110.815000', '204111.275000', '204111.735000', '204112.195000', '204112.655000', '204113.115000', '204113.575000', '204114.035000', '204114.495000', '204114.955000', '204115.415000', '204115.875000', '204116.335000', '204116.795000', '204117.255000', '204117.715000', '204118.175000', '204118.635000', '204119.095000', '204119.555000', '204120.015000', '204120.475000', '204120.935000', '204121.395000', '204121.855000', '204122.315000', '204122.775000', '204123.235000', '204123.695000', '204124.155000', '204124.615000', '204125.075000', '204125.535000', '204125.995000', '204126.455000', '204126.915000', '204127.375000', '204127.835000', '204128.295000', '204128.755000', '204129.215000', '204129.675000', '204130.135000', '204130.595000', '204131.055000', '204131.515000', '204131.975000', '204132.435000', '204132.895000', '204133.355000', '204133.815000', '204134.275000', '204134.735000', '204135.195000', '204135.655000', '204136.115000', '204136.575000', '204137.035000', '204137.495000', '204137.955000', '204138.415000', '204138.875000', '204139.335000', '204139.795000', '204140.255000', '204140.715000', '204141.175000', '204141.635000', '204142.095000', '204142.555000', '204143.015000', '204143.475000', '204143.935000', '204144.395000', '204144.855000', '204145.315000', '204145.775000', '204146.235000', '204146.695000', '204147.155000', '204147.615000', '204148.075000', '204148.535000', '204148.995000', '204149.455000', '204149.915000', '204150.375000', '204150.835000', '204151.295000', '204151.755000', '204152.215000', '204152.675000', '204153.135000', '204153.595000', '204154.055000', '204154.515000', '204154.975000', '204155.435000', '204155.895000', '204156.355000', '204156.815000', '204157.275000', '204157.735000', '204158.195000', '204158.655000', '204159.115000', '204159.575000', '204200.035000', '204200.495000', '204200.955000', '204201.415000', '204201.875000', '204202.335000', '204202.795000', '204203.255000', '204203.715000', '204204.175000', '204204.635000', '204205.095000', '204205.555000', '204206.015000', '204206.475000', '204206.935000', '204207.395000', '204207.855000', '204208.315000', '204208.775000', '204209.235000', '204209.695000', '204210.155000', '204210.615000', '204211.075000', '204211.535000', '204211.995000', '204212.455000', '204212.915000', '204213.375000', '204213.835000', '204214.295000', '204214.755000', '204215.215000', '204215.675000', '204216.135000', '204216.595000', '204217.055000', '204217.515000', '204217.975000', '204218.435000', '204218.895000', '204219.355000', '204219.815000', '204220.275000', '204220.735000', '204221.195000', '204221.655000', '204222.115000', '204222.575000', '204223.035000', '204223.495000', '204223.955000', '204224.415000', '204224.875000', '204225.335000', '204225.795000', '204226.255000', '204226.715000', '204227.175000', '204227.635000', '204228.095000', '204228.555000', '204229.015000', '204229.475000', '204229.935000', '204230.395000', '204230.855000', '204231.315000', '204231.775000', '204232.235000', '204232.695000', '204233.155000', '204233.615000', '204234.075000', '204234.535000', '204234.995000', '204235.455000', '204235.915000', '204236.375000', '204236.835000', '204237.295000', '204237.755000', '204238.215000', '204238.675000', '204239.135000', '204239.595000', '204240.055000', '204240.515000', '204240.975000', '204241.435000', '204241.895000', '204242.355000', '204242.815000', '204243.275000', '204243.735000', '204244.195000', '204244.655000', '204245.115000', '204245.575000', '204246.035000', '204246.495000', '204246.955000', '204247.415000', '204247.875000', '204248.335000', '204248.795000', '204249.255000', '204249.715000', '204250.175000', '204250.635000', '204251.095000', '204251.555000', '204252.015000', '204252.475000', '204252.935000', '204253.395000', '204253.855000', '204254.315000', '204254.775000', '204255.235000', '204255.695000', '204256.155000', '204256.615000', '204257.075000', '204257.535000', '204257.995000', '204258.455000', '204258.915000', '204259.375000', '204259.835000', '204300.295000', '204300.755000', '204301.215000', '204301.675000', '204302.135000', '204302.595000', '204303.055000', '204303.515000', '204303.975000', '204304.435000', '204304.895000', '204305.355000', '204305.815000', '204306.275000', '204306.735000', '204307.195000', '204307.655000', '204308.115000', '204308.575000', '204309.035000', '204309.495000', '204309.955000', '204310.415000', '204310.875000', '204311.335000', '204311.795000', '204312.255000', '204312.715000', '204313.175000', '204313.635000', '204314.095000', '204314.555000', '204315.015000', '204315.475000', '204315.935000', '204316.395000', '204316.855000', '204317.315000', '204317.775000', '204318.235000', '204318.695000', '204319.155000', '204319.615000', '204320.075000', '204320.535000', '204320.995000', '204321.455000', '204321.915000', '204322.375000', '204322.835000', '204323.295000', '204323.755000', '204324.215000', '204324.675000', '204325.135000', '204325.595000', '204326.055000', '204326.515000', '204326.975000', '204327.435000', '204327.895000', '204328.355000', '204328.815000', '204329.275000', '204329.735000', '204330.195000', '204330.655000', '204331.115000', '204331.575000', '204332.035000', '204332.495000', '204332.955000', '204333.415000', '204333.875000', '204334.335000', '204334.795000', '204335.255000', '204335.715000', '204336.175000', '204336.635000', '204337.095000', '204337.555000', '204338.015000', '204338.475000', '204338.935000', '204339.395000', '204339.855000', '204340.315000', '204340.775000', '204341.235000', '204341.695000', '204342.155000', '204342.615000', '204343.075000', '204343.535000', '204343.995000', '204344.455000', '204344.915000', '204345.375000', '204345.835000', '204346.295000', '204346.755000', '204347.215000', '204347.675000', '204348.135000', '204348.595000', '204349.055000', '204349.515000', '204349.975000', '204350.435000', '204350.895000', '204351.355000', '204351.815000'], 'ContentTime': ['203729.381000', '203729.384000', '203729.387000', '203729.389000', '203729.392000', '203729.396000', '203729.399000', '203729.401000', '203729.404000', '203729.407000', '203729.409000', '203729.412000', '203729.414000', '203729.417000', '203729.419000', '203729.422000', '203729.424000', '203729.427000', '203729.429000', '203729.432000', '203729.435000', '203729.437000', '203729.440000', '203729.442000', '203729.445000', '203729.447000', '203729.450000', '203729.467000', '203729.470000', '203729.473000', '203729.475000', '203729.478000', '203729.480000', '203729.483000', '203729.485000', '203729.488000', '203749.355000', '203749.358000', '203749.361000', '203749.363000', '203749.366000', '203749.368000', '203749.371000', '203749.374000', '203749.376000', '203749.379000', '203749.381000', '203749.384000', '203749.386000', '203749.394000', '203749.397000', '203749.399000', '203749.402000', '203749.404000', '203749.407000', '203749.417000', '203749.420000', '203749.422000', '203749.425000', '203749.427000', '203749.430000', '203749.432000', '203749.435000', '203749.437000', '203749.440000', '203749.443000', '203749.445000', '203749.448000', '203749.450000', '203749.453000', '203749.455000', '203749.458000', '203749.460000', '203749.463000', '203749.465000', '203749.468000', '203749.471000', '203749.473000', '203749.476000', '203749.478000', '203809.356000', '203809.358000', '203809.361000', '203809.363000', '203809.366000', '203809.369000', '203809.371000', '203809.374000', '203809.376000', '203809.379000', '203809.381000', '203809.384000', '203809.386000', '203809.389000', '203809.392000', '203809.394000', '203809.397000', '203809.399000', '203809.402000', '203809.404000', '203809.412000', '203809.415000', '203809.417000', '203809.420000', '203809.422000', '203809.425000', '203809.427000', '203809.430000', '203809.432000', '203809.435000', '203809.437000', '203809.440000', '203809.443000', '203809.445000', '203809.448000', '203809.450000', '203809.453000', '203809.455000', '203809.458000', '203809.460000', '203809.463000', '203809.465000', '203809.468000', '203829.354000', '203829.357000', '203829.360000', '203829.362000', '203829.372000', '203829.374000', '203829.377000', '203829.379000', '203829.382000', '203829.384000', '203829.387000', '203829.389000', '203829.392000', '203829.395000', '203829.397000', '203829.400000', '203829.402000', '203829.405000', '203829.407000', '203829.410000', '203829.412000', '203829.415000', '203829.418000', '203829.420000', '203829.423000', '203829.425000', '203829.428000', '203829.430000', '203829.433000', '203829.435000', '203829.438000', '203829.440000', '203829.455000', '203829.458000', '203829.461000', '203829.463000', '203829.466000', '203829.468000', '203829.471000', '203829.473000', '203829.476000', '203829.478000', '203829.481000', '203829.483000', '203849.356000', '203849.358000', '203849.361000', '203849.364000', '203849.366000', '203849.369000', '203849.371000', '203849.374000', '203849.376000', '203849.379000', '203849.381000', '203849.384000', '203849.386000', '203849.389000', '203849.392000', '203849.394000', '203849.397000', '203849.399000', '203849.402000', '203849.404000', '203849.407000', '203849.410000', '203849.412000', '203849.415000', '203849.417000', '203849.420000', '203849.422000', '203849.425000', '203849.427000', '203849.430000', '203849.433000', '203849.435000', '203849.438000', '203849.440000', '203849.443000', '203849.445000', '203849.448000', '203849.451000', '203849.453000', '203849.456000', '203849.458000', '203849.461000', '203849.463000', '203909.356000', '203909.358000', '203909.361000', '203909.364000', '203909.366000', '203909.369000', '203909.371000', '203909.374000', '203909.376000', '203909.379000', '203909.382000', '203909.390000', '203909.393000', '203909.395000', '203909.398000', '203909.400000', '203909.403000', '203909.405000', '203909.408000', '203909.411000', '203909.413000', '203909.416000', '203909.418000', '203909.421000', '203909.423000', '203909.426000', '203909.429000', '203909.431000', '203909.434000', '203909.436000', '203909.439000', '203909.441000', '203909.444000', '203909.447000', '203909.449000', '203909.452000', '203909.454000', '203909.457000', '203909.459000', '203909.462000', '203909.464000', '203909.467000', '203909.470000', '203909.472000', '203929.355000', '203929.358000', '203929.361000', '203929.363000', '203929.366000', '203929.369000', '203929.371000', '203929.374000', '203929.376000', '203929.379000', '203929.381000', '203929.384000', '203929.387000', '203929.389000', '203929.392000', '203929.394000', '203929.397000', '203929.399000', '203929.402000', '203929.404000', '203929.407000', '203929.410000', '203929.412000', '203929.415000', '203929.417000', '203929.420000', '203929.422000', '203929.425000', '203929.427000', '203929.430000', '203929.433000', '203929.435000', '203929.438000', '203929.440000', '203929.443000', '203929.445000', '203929.448000', '203929.450000', '203929.453000', '203929.456000', '203929.458000', '203929.461000', '203929.463000', '203949.356000', '203949.358000', '203949.361000', '203949.363000', '203949.366000', '203949.369000', '203949.371000', '203949.374000', '203949.376000', '203949.379000', '203949.382000', '203949.384000', '203949.387000', '203949.389000', '203949.392000', '203949.395000', '203949.397000', '203949.400000', '203949.402000', '203949.405000', '203949.407000', '203949.410000', '203949.413000', '203949.415000', '203949.418000', '203949.420000', '203949.423000', '203949.425000', '203949.428000', '203949.431000', '203949.433000', '203949.436000', '203949.438000', '203949.441000', '203949.449000', '203949.451000', '203949.454000', '203949.456000', '203949.459000', '203949.461000', '203949.464000', '203949.467000', '203949.469000', '203949.472000', '204009.355000', '204009.358000', '204009.361000', '204009.363000', '204009.366000', '204009.369000', '204009.371000', '204009.374000', '204009.376000', '204009.379000', '204009.381000', '204009.384000', '204009.386000', '204009.389000', '204009.392000', '204009.394000', '204009.397000', '204009.399000', '204009.402000', '204009.404000', '204009.407000', '204009.409000', '204009.412000', '204009.415000', '204009.417000', '204009.420000', '204009.422000', '204009.435000', '204009.437000', '204009.440000', '204009.442000', '204009.445000', '204009.448000', '204009.450000', '204009.458000', '204009.460000', '204009.463000', '204009.465000', '204009.468000', '204009.470000', '204009.473000', '204009.475000', '204009.478000', '204029.355000', '204029.358000', '204029.362000', '204029.365000', '204029.367000', '204029.370000', '204029.372000', '204029.375000', '204029.377000', '204029.380000', '204029.383000', '204029.385000', '204029.388000', '204029.391000', '204029.393000', '204029.396000', '204029.398000', '204029.401000', '204029.403000', '204029.406000', '204029.409000', '204029.411000', '204029.414000', '204029.417000', '204029.419000', '204029.422000', '204029.424000', '204029.427000', '204029.430000', '204029.432000', '204029.435000', '204029.437000', '204029.440000', '204029.442000', '204029.445000', '204029.448000', '204029.450000', '204029.453000', '204029.455000', '204029.458000', '204029.460000', '204029.463000', '204029.466000', '204029.468000', '204049.354000', '204049.357000', '204049.360000', '204049.362000', '204049.365000', '204049.368000', '204049.370000', '204049.373000', '204049.375000', '204049.378000', '204049.380000', '204049.383000', '204049.392000', '204049.395000', '204049.397000', '204049.400000', '204049.403000', '204049.405000', '204049.408000', '204049.410000', '204049.413000', '204049.416000', '204049.418000', '204049.421000', '204049.423000', '204049.426000', '204049.428000', '204049.431000', '204049.433000', '204049.436000', '204049.438000', '204049.441000', '204049.444000', '204049.446000', '204049.449000', '204049.451000', '204049.454000', '204049.456000', '204049.459000', '204049.462000', '204049.464000', '204049.467000', '204049.470000', '204109.355000', '204109.358000', '204109.361000', '204109.363000', '204109.366000', '204109.368000', '204109.371000', '204109.374000', '204109.376000', '204109.379000', '204109.381000', '204109.384000', '204109.386000', '204109.389000', '204109.392000', '204109.394000', '204109.397000', '204109.399000', '204109.402000', '204109.405000', '204109.407000', '204109.410000', '204109.412000', '204109.415000', '204109.417000', '204109.420000', '204109.423000', '204109.425000', '204109.428000', '204109.430000', '204109.433000', '204109.435000', '204109.438000', '204109.440000', '204109.443000', '204109.446000', '204109.448000', '204109.451000', '204109.453000', '204109.456000', '204109.467000', '204109.469000', '204109.472000', '204109.474000', '204129.355000', '204129.358000', '204129.361000', '204129.363000', '204129.366000', '204129.368000', '204129.371000', '204129.378000', '204129.380000', '204129.383000', '204129.386000', '204129.388000', '204129.391000', '204129.393000', '204129.396000', '204129.398000', '204129.401000', '204129.404000', '204129.406000', '204129.409000', '204129.411000', '204129.414000', '204129.416000', '204129.419000', '204129.422000', '204129.424000', '204129.427000', '204129.429000', '204129.432000', '204129.435000', '204129.437000', '204129.440000', '204129.442000', '204129.445000', '204129.447000', '204129.450000', '204129.453000', '204129.455000', '204129.458000', '204129.460000', '204129.463000', '204129.465000', '204129.468000', '204149.355000', '204149.358000', '204149.361000', '204149.363000', '204149.366000', '204149.368000', '204149.371000', '204149.374000', '204149.376000', '204149.388000', '204149.390000', '204149.393000', '204149.395000', '204149.398000', '204149.405000', '204149.408000', '204149.410000', '204149.413000', '204149.415000', '204149.418000', '204149.421000', '204149.423000', '204149.426000', '204149.429000', '204149.431000', '204149.434000', '204149.436000', '204149.439000', '204149.441000', '204149.444000', '204149.447000', '204149.449000', '204149.452000', '204149.455000', '204149.457000', '204149.460000', '204149.463000', '204149.465000', '204149.468000', '204149.471000', '204149.473000', '204149.476000', '204149.478000', '204209.355000', '204209.358000', '204209.361000', '204209.363000', '204209.366000', '204209.368000', '204209.371000', '204209.374000', '204209.376000', '204209.379000', '204209.381000', '204209.384000', '204209.387000', '204209.389000', '204209.392000', '204209.394000', '204209.397000', '204209.399000', '204209.402000', '204209.404000', '204209.407000', '204209.410000', '204209.418000', '204209.421000', '204209.423000', '204209.426000', '204209.428000', '204209.431000', '204209.434000', '204209.436000', '204209.439000', '204209.441000', '204209.444000', '204209.446000', '204209.449000', '204209.451000', '204209.454000', '204209.457000', '204209.459000', '204209.462000', '204209.464000', '204209.467000', '204209.469000', '204209.472000', '204229.355000', '204229.358000', '204229.361000', '204229.363000', '204229.366000', '204229.369000', '204229.371000', '204229.374000', '204229.376000', '204229.379000', '204229.382000', '204229.384000', '204229.387000', '204229.390000', '204229.392000', '204229.395000', '204229.397000', '204229.400000', '204229.402000', '204229.405000', '204229.407000', '204229.410000', '204229.413000', '204229.415000', '204229.418000', '204229.420000', '204229.423000', '204229.426000', '204229.428000', '204229.431000', '204229.433000', '204229.436000', '204229.438000', '204229.441000', '204229.443000', '204229.446000', '204229.449000', '204229.451000', '204229.454000', '204229.456000', '204229.459000', '204229.461000', '204229.464000', '204249.356000', '204249.358000', '204249.361000', '204249.363000', '204249.366000', '204249.369000', '204249.371000', '204249.374000', '204249.376000', '204249.379000', '204249.382000', '204249.384000', '204249.387000', '204249.389000', '204249.392000', '204249.394000', '204249.397000', '204249.400000', '204249.402000', '204249.405000', '204249.407000', '204249.410000', '204249.413000', '204249.415000', '204249.418000', '204249.420000', '204249.423000', '204249.425000', '204249.428000', '204249.431000', '204249.433000', '204249.436000', '204249.438000', '204249.441000', '204249.443000', '204249.446000', '204249.449000', '204249.451000', '204249.454000', '204249.464000', '204249.466000', '204249.469000', '204249.472000', '204249.474000', '204309.355000', '204309.357000', '204309.360000', '204309.362000', '204309.365000', '204309.368000', '204309.370000', '204309.373000', '204309.375000', '204309.378000', '204309.381000', '204309.384000', '204309.386000', '204309.389000', '204309.391000', '204309.394000', '204309.396000', '204309.399000', '204309.402000', '204309.412000', '204309.415000', '204309.418000', '204309.420000', '204309.423000', '204309.425000', '204309.428000', '204309.431000', '204309.433000', '204309.436000', '204309.438000', '204309.441000', '204309.444000', '204309.447000', '204309.449000', '204309.454000', '204309.456000', '204309.459000', '204309.462000', '204309.464000', '204309.467000', '204309.470000', '204309.472000', '204309.475000', '204329.355000', '204329.358000', '204329.361000', '204329.363000', '204329.366000', '204329.369000', '204329.371000', '204329.374000', '204329.376000', '204329.379000', '204329.381000', '204329.384000', '204329.386000', '204329.389000', '204329.392000', '204329.394000', '204329.397000', '204329.399000', '204329.402000', '204329.405000', '204329.407000', '204329.410000', '204329.412000', '204329.415000', '204329.418000', '204329.420000', '204329.423000', '204329.425000', '204329.428000', '204329.430000', '204329.433000', '204329.436000', '204329.438000', '204329.441000', '204329.443000', '204329.446000', '204329.448000', '204329.451000', '204329.454000', '204329.456000', '204329.459000', '204329.461000', '204329.464000', '204329.467000', '204349.355000', '204349.358000', '204349.361000', '204349.363000', '204349.366000', '204349.369000', '204349.371000', '204349.374000', '204349.376000', '204349.379000', '204349.381000', '204349.384000', '204349.387000', '204349.389000', '204349.392000', '204349.394000', '204349.397000', '204349.400000', '204349.402000', '204349.405000', '204349.408000', '204349.410000', '204349.413000', '204349.415000', '204349.418000', '204349.420000', '204349.423000', '204349.426000', '204349.429000', '204349.432000', '204349.435000', '204349.446000', '204349.449000', '204349.451000', '204349.454000', '204349.457000', '204349.459000', '204349.462000', '204349.464000', '204349.467000', '204349.469000', '204349.472000', '204349.474000', '204353.540000', '204353.544000', '204353.547000', '204353.550000', '204353.552000', '204353.555000', '204353.558000', '204353.561000', '204353.564000', '204353.566000'], 'InstanceCreationTime': ['203729.381000', '203729.384000', '203729.387000', '203729.389000', '203729.392000', '203729.396000', '203729.399000', '203729.401000', '203729.404000', '203729.407000', '203729.409000', '203729.412000', '203729.414000', '203729.417000', '203729.419000', '203729.422000', '203729.424000', '203729.427000', '203729.429000', '203729.432000', '203729.435000', '203729.437000', '203729.440000', '203729.442000', '203729.445000', '203729.447000', '203729.450000', '203729.467000', '203729.470000', '203729.473000', '203729.475000', '203729.478000', '203729.480000', '203729.483000', '203729.485000', '203729.488000', '203749.355000', '203749.358000', '203749.361000', '203749.363000', '203749.366000', '203749.368000', '203749.371000', '203749.374000', '203749.376000', '203749.379000', '203749.381000', '203749.384000', '203749.386000', '203749.394000', '203749.397000', '203749.399000', '203749.402000', '203749.404000', '203749.407000', '203749.417000', '203749.420000', '203749.422000', '203749.425000', '203749.427000', '203749.430000', '203749.432000', '203749.435000', '203749.437000', '203749.440000', '203749.443000', '203749.445000', '203749.448000', '203749.450000', '203749.453000', '203749.455000', '203749.458000', '203749.460000', '203749.463000', '203749.465000', '203749.468000', '203749.471000', '203749.473000', '203749.476000', '203749.478000', '203809.356000', '203809.358000', '203809.361000', '203809.363000', '203809.366000', '203809.369000', '203809.371000', '203809.374000', '203809.376000', '203809.379000', '203809.381000', '203809.384000', '203809.386000', '203809.389000', '203809.392000', '203809.394000', '203809.397000', '203809.399000', '203809.402000', '203809.404000', '203809.412000', '203809.415000', '203809.417000', '203809.420000', '203809.422000', '203809.425000', '203809.427000', '203809.430000', '203809.432000', '203809.435000', '203809.437000', '203809.440000', '203809.443000', '203809.445000', '203809.448000', '203809.450000', '203809.453000', '203809.455000', '203809.458000', '203809.460000', '203809.463000', '203809.465000', '203809.468000', '203829.354000', '203829.357000', '203829.360000', '203829.362000', '203829.372000', '203829.374000', '203829.377000', '203829.379000', '203829.382000', '203829.384000', '203829.387000', '203829.389000', '203829.392000', '203829.395000', '203829.397000', '203829.400000', '203829.402000', '203829.405000', '203829.407000', '203829.410000', '203829.412000', '203829.415000', '203829.418000', '203829.420000', '203829.423000', '203829.425000', '203829.428000', '203829.430000', '203829.433000', '203829.435000', '203829.438000', '203829.440000', '203829.455000', '203829.458000', '203829.461000', '203829.463000', '203829.466000', '203829.468000', '203829.471000', '203829.473000', '203829.476000', '203829.478000', '203829.481000', '203829.483000', '203849.356000', '203849.358000', '203849.361000', '203849.364000', '203849.366000', '203849.369000', '203849.371000', '203849.374000', '203849.376000', '203849.379000', '203849.381000', '203849.384000', '203849.386000', '203849.389000', '203849.392000', '203849.394000', '203849.397000', '203849.399000', '203849.402000', '203849.404000', '203849.407000', '203849.410000', '203849.412000', '203849.415000', '203849.417000', '203849.420000', '203849.422000', '203849.425000', '203849.427000', '203849.430000', '203849.433000', '203849.435000', '203849.438000', '203849.440000', '203849.443000', '203849.445000', '203849.448000', '203849.451000', '203849.453000', '203849.456000', '203849.458000', '203849.461000', '203849.463000', '203909.356000', '203909.358000', '203909.361000', '203909.364000', '203909.366000', '203909.369000', '203909.371000', '203909.374000', '203909.376000', '203909.379000', '203909.382000', '203909.390000', '203909.393000', '203909.395000', '203909.398000', '203909.400000', '203909.403000', '203909.405000', '203909.408000', '203909.411000', '203909.413000', '203909.416000', '203909.418000', '203909.421000', '203909.423000', '203909.426000', '203909.429000', '203909.431000', '203909.434000', '203909.436000', '203909.439000', '203909.441000', '203909.444000', '203909.447000', '203909.449000', '203909.452000', '203909.454000', '203909.457000', '203909.459000', '203909.462000', '203909.464000', '203909.467000', '203909.470000', '203909.472000', '203929.355000', '203929.358000', '203929.361000', '203929.363000', '203929.366000', '203929.369000', '203929.371000', '203929.374000', '203929.376000', '203929.379000', '203929.381000', '203929.384000', '203929.387000', '203929.389000', '203929.392000', '203929.394000', '203929.397000', '203929.399000', '203929.402000', '203929.404000', '203929.407000', '203929.410000', '203929.412000', '203929.415000', '203929.417000', '203929.420000', '203929.422000', '203929.425000', '203929.427000', '203929.430000', '203929.433000', '203929.435000', '203929.438000', '203929.440000', '203929.443000', '203929.445000', '203929.448000', '203929.450000', '203929.453000', '203929.456000', '203929.458000', '203929.461000', '203929.463000', '203949.356000', '203949.358000', '203949.361000', '203949.363000', '203949.366000', '203949.369000', '203949.371000', '203949.374000', '203949.376000', '203949.379000', '203949.382000', '203949.384000', '203949.387000', '203949.389000', '203949.392000', '203949.395000', '203949.397000', '203949.400000', '203949.402000', '203949.405000', '203949.407000', '203949.410000', '203949.413000', '203949.415000', '203949.418000', '203949.420000', '203949.423000', '203949.425000', '203949.428000', '203949.431000', '203949.433000', '203949.436000', '203949.438000', '203949.441000', '203949.449000', '203949.451000', '203949.454000', '203949.456000', '203949.459000', '203949.461000', '203949.464000', '203949.467000', '203949.469000', '203949.472000', '204009.355000', '204009.358000', '204009.361000', '204009.363000', '204009.366000', '204009.369000', '204009.371000', '204009.374000', '204009.376000', '204009.379000', '204009.381000', '204009.384000', '204009.386000', '204009.389000', '204009.392000', '204009.394000', '204009.397000', '204009.399000', '204009.402000', '204009.404000', '204009.407000', '204009.409000', '204009.412000', '204009.415000', '204009.417000', '204009.420000', '204009.422000', '204009.435000', '204009.437000', '204009.440000', '204009.442000', '204009.445000', '204009.448000', '204009.450000', '204009.458000', '204009.460000', '204009.463000', '204009.465000', '204009.468000', '204009.470000', '204009.473000', '204009.475000', '204009.478000', '204029.355000', '204029.358000', '204029.362000', '204029.365000', '204029.367000', '204029.370000', '204029.372000', '204029.375000', '204029.377000', '204029.380000', '204029.383000', '204029.385000', '204029.388000', '204029.391000', '204029.393000', '204029.396000', '204029.398000', '204029.401000', '204029.403000', '204029.406000', '204029.409000', '204029.411000', '204029.414000', '204029.417000', '204029.419000', '204029.422000', '204029.424000', '204029.427000', '204029.430000', '204029.432000', '204029.435000', '204029.437000', '204029.440000', '204029.442000', '204029.445000', '204029.448000', '204029.450000', '204029.453000', '204029.455000', '204029.458000', '204029.460000', '204029.463000', '204029.466000', '204029.468000', '204049.354000', '204049.357000', '204049.360000', '204049.362000', '204049.365000', '204049.368000', '204049.370000', '204049.373000', '204049.375000', '204049.378000', '204049.380000', '204049.383000', '204049.392000', '204049.395000', '204049.397000', '204049.400000', '204049.403000', '204049.405000', '204049.408000', '204049.410000', '204049.413000', '204049.416000', '204049.418000', '204049.421000', '204049.423000', '204049.426000', '204049.428000', '204049.431000', '204049.433000', '204049.436000', '204049.438000', '204049.441000', '204049.444000', '204049.446000', '204049.449000', '204049.451000', '204049.454000', '204049.456000', '204049.459000', '204049.462000', '204049.464000', '204049.467000', '204049.470000', '204109.355000', '204109.358000', '204109.361000', '204109.363000', '204109.366000', '204109.368000', '204109.371000', '204109.374000', '204109.376000', '204109.379000', '204109.381000', '204109.384000', '204109.386000', '204109.389000', '204109.392000', '204109.394000', '204109.397000', '204109.399000', '204109.402000', '204109.405000', '204109.407000', '204109.410000', '204109.412000', '204109.415000', '204109.417000', '204109.420000', '204109.423000', '204109.425000', '204109.428000', '204109.430000', '204109.433000', '204109.435000', '204109.438000', '204109.440000', '204109.443000', '204109.446000', '204109.448000', '204109.451000', '204109.453000', '204109.456000', '204109.467000', '204109.469000', '204109.472000', '204109.474000', '204129.355000', '204129.358000', '204129.361000', '204129.363000', '204129.366000', '204129.368000', '204129.371000', '204129.378000', '204129.380000', '204129.383000', '204129.386000', '204129.388000', '204129.391000', '204129.393000', '204129.396000', '204129.398000', '204129.401000', '204129.404000', '204129.406000', '204129.409000', '204129.411000', '204129.414000', '204129.416000', '204129.419000', '204129.422000', '204129.424000', '204129.427000', '204129.429000', '204129.432000', '204129.435000', '204129.437000', '204129.440000', '204129.442000', '204129.445000', '204129.447000', '204129.450000', '204129.453000', '204129.455000', '204129.458000', '204129.460000', '204129.463000', '204129.465000', '204129.468000', '204149.355000', '204149.358000', '204149.361000', '204149.363000', '204149.366000', '204149.368000', '204149.371000', '204149.374000', '204149.376000', '204149.388000', '204149.390000', '204149.393000', '204149.395000', '204149.398000', '204149.405000', '204149.408000', '204149.410000', '204149.413000', '204149.415000', '204149.418000', '204149.421000', '204149.423000', '204149.426000', '204149.429000', '204149.431000', '204149.434000', '204149.436000', '204149.439000', '204149.441000', '204149.444000', '204149.447000', '204149.449000', '204149.452000', '204149.455000', '204149.457000', '204149.460000', '204149.463000', '204149.465000', '204149.468000', '204149.471000', '204149.473000', '204149.476000', '204149.478000', '204209.355000', '204209.358000', '204209.361000', '204209.363000', '204209.366000', '204209.368000', '204209.371000', '204209.374000', '204209.376000', '204209.379000', '204209.381000', '204209.384000', '204209.387000', '204209.389000', '204209.392000', '204209.394000', '204209.397000', '204209.399000', '204209.402000', '204209.404000', '204209.407000', '204209.410000', '204209.418000', '204209.421000', '204209.423000', '204209.426000', '204209.428000', '204209.431000', '204209.434000', '204209.436000', '204209.439000', '204209.441000', '204209.444000', '204209.446000', '204209.449000', '204209.451000', '204209.454000', '204209.457000', '204209.459000', '204209.462000', '204209.464000', '204209.467000', '204209.469000', '204209.472000', '204229.355000', '204229.358000', '204229.361000', '204229.363000', '204229.366000', '204229.369000', '204229.371000', '204229.374000', '204229.376000', '204229.379000', '204229.382000', '204229.384000', '204229.387000', '204229.390000', '204229.392000', '204229.395000', '204229.397000', '204229.400000', '204229.402000', '204229.405000', '204229.407000', '204229.410000', '204229.413000', '204229.415000', '204229.418000', '204229.420000', '204229.423000', '204229.426000', '204229.428000', '204229.431000', '204229.433000', '204229.436000', '204229.438000', '204229.441000', '204229.443000', '204229.446000', '204229.449000', '204229.451000', '204229.454000', '204229.456000', '204229.459000', '204229.461000', '204229.464000', '204249.356000', '204249.358000', '204249.361000', '204249.363000', '204249.366000', '204249.369000', '204249.371000', '204249.374000', '204249.376000', '204249.379000', '204249.382000', '204249.384000', '204249.387000', '204249.389000', '204249.392000', '204249.394000', '204249.397000', '204249.400000', '204249.402000', '204249.405000', '204249.407000', '204249.410000', '204249.413000', '204249.415000', '204249.418000', '204249.420000', '204249.423000', '204249.425000', '204249.428000', '204249.431000', '204249.433000', '204249.436000', '204249.438000', '204249.441000', '204249.443000', '204249.446000', '204249.449000', '204249.451000', '204249.454000', '204249.464000', '204249.466000', '204249.469000', '204249.472000', '204249.474000', '204309.355000', '204309.357000', '204309.360000', '204309.362000', '204309.365000', '204309.368000', '204309.370000', '204309.373000', '204309.375000', '204309.378000', '204309.381000', '204309.384000', '204309.386000', '204309.389000', '204309.391000', '204309.394000', '204309.396000', '204309.399000', '204309.402000', '204309.412000', '204309.415000', '204309.418000', '204309.420000', '204309.423000', '204309.425000', '204309.428000', '204309.431000', '204309.433000', '204309.436000', '204309.438000', '204309.441000', '204309.444000', '204309.447000', '204309.449000', '204309.454000', '204309.456000', '204309.459000', '204309.462000', '204309.464000', '204309.467000', '204309.470000', '204309.472000', '204309.475000', '204329.355000', '204329.358000', '204329.361000', '204329.363000', '204329.366000', '204329.369000', '204329.371000', '204329.374000', '204329.376000', '204329.379000', '204329.381000', '204329.384000', '204329.386000', '204329.389000', '204329.392000', '204329.394000', '204329.397000', '204329.399000', '204329.402000', '204329.405000', '204329.407000', '204329.410000', '204329.412000', '204329.415000', '204329.418000', '204329.420000', '204329.423000', '204329.425000', '204329.428000', '204329.430000', '204329.433000', '204329.436000', '204329.438000', '204329.441000', '204329.443000', '204329.446000', '204329.448000', '204329.451000', '204329.454000', '204329.456000', '204329.459000', '204329.461000', '204329.464000', '204329.467000', '204349.355000', '204349.358000', '204349.361000', '204349.363000', '204349.366000', '204349.369000', '204349.371000', '204349.374000', '204349.376000', '204349.379000', '204349.381000', '204349.384000', '204349.387000', '204349.389000', '204349.392000', '204349.394000', '204349.397000', '204349.400000', '204349.402000', '204349.405000', '204349.408000', '204349.410000', '204349.413000', '204349.415000', '204349.418000', '204349.420000', '204349.423000', '204349.426000', '204349.429000', '204349.432000', '204349.435000', '204349.446000', '204349.449000', '204349.451000', '204349.454000', '204349.457000', '204349.459000', '204349.462000', '204349.464000', '204349.467000', '204349.469000', '204349.472000', '204349.474000', '204353.540000', '204353.544000', '204353.547000', '204353.550000', '204353.552000', '204353.555000', '204353.558000', '204353.561000', '204353.564000', '204353.566000'], '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': [12663, 8987, 11474, 9121, 10750, 8923, 9450, 8318, 8611, 10214, 8486, 15441, 8947, 12384, 8210, 10393, 8806, 12648, 10208, 8445, 15465, 8428, 10475, 8654, 9397, 8644, 8558, 9575, 8262, 10238, 8621, 9686, 8376, 8866, 9129, 8371, 8712, 8664, 8573, 8684, 8973, 10518, 9156, 9199, 8664, 8797, 8595, 9997, 12110, 12361, 9090, 7961, 8467, 7970, 8111, 8705, 8443, 10518, 8792, 12893, 8462, 8332, 9091, 8062, 17447, 12791, 16250, 9698, 12406, 8705, 7920, 14915, 8142, 11647, 8362, 9954, 8116, 8702, 8595, 8466, 10819, 8545, 9203, 8849, 10032, 8785, 10097, 9335, 8679, 9493, 8183, 8320, 8304, 9072, 8232, 9217, 9568, 9375, 8438, 8897, 7836, 15259, 8549, 16558, 12711, 14673, 7753, 10703, 8725, 9553, 8672, 8192, 8447, 7971, 10308, 8156, 12006, 8355, 10602, 8334, 10678, 8721, 10744, 8388, 10047, 8488, 8082, 8872, 8120, 14141, 10034, 13885, 8132, 11986, 8077, 11129, 8564, 9952, 8444, 8089, 10183, 8085, 10436, 8794, 9899, 8807, 10548, 7764, 8686, 8207, 10127, 8444, 10760, 8326, 12937, 10497, 10888, 8133, 11176, 8228, 12083, 10962, 11805, 8100, 11007, 7859, 11750, 8524, 11700, 10077, 10809, 8149, 11830, 8142, 11176, 8516, 8271, 8288, 8203, 12460, 8096, 13381, 9299, 11150, 8172, 10335, 8345, 10140, 8469, 10753, 8100, 8573, 8540, 8691, 11391, 8833, 15846, 8259, 13938, 8115, 12252, 8570, 8522, 9548, 8268, 12011, 7969, 10496, 8379, 10884, 8566, 8639, 8780, 8480, 8378, 8344, 11446, 8366, 8869, 7936, 10905, 8103, 11039, 9943, 10880, 8095, 11040, 8247, 11460, 8676, 11563, 8409, 10090, 8515, 8654, 8765, 8461, 9394, 8392, 8422, 8102, 8534, 8562, 10845, 8186, 9734, 8082, 11344, 8210, 11507, 9300, 10986, 8279, 10586, 8379, 8531, 10962, 8218, 14871, 7964, 12501, 8422, 11932, 8646, 9993, 8904, 8428, 8454, 8226, 10765, 8135, 10799, 8044, 11121, 7924, 11375, 8662, 11017, 9569, 10578, 8400, 10874, 8833, 8534, 13233, 8153, 12736, 8230, 11818, 8546, 11218, 8486, 8568, 8507, 8243, 9019, 8427, 8864, 8368, 8701, 8065, 12078, 8553, 13022, 9927, 11881, 8449, 11433, 8782, 11039, 9028, 12909, 8928, 8509, 8224, 8465, 9494, 10007, 9099, 8480, 14012, 8240, 18472, 13043, 15960, 8760, 13391, 8162, 12708, 9644, 11960, 8267, 11479, 8689, 9935, 8673, 10022, 8613, 8430, 9043, 8433, 9296, 8901, 8721, 8389, 8853, 8523, 8757, 8288, 8627, 8237, 8963, 8147, 9789, 8305, 9377, 7930, 9034, 7704, 11244, 8903, 13794, 8259, 13116, 7883, 12593, 11896, 12702, 7780, 11449, 8162, 11639, 9224, 11288, 8557, 9673, 9007, 8589, 9327, 8589, 9054, 7932, 8711, 8405, 9831, 7962, 10591, 8211, 8841, 8608, 11652, 8280, 13676, 10184, 13886, 8372, 8369, 8370, 8526, 8611, 10575, 8442, 15252, 8716, 13512, 10477, 12844, 8259, 13015, 7811, 9899, 8388, 10212, 12166, 10688, 7773, 8731, 7952, 8552, 11864, 8374, 11403, 7934, 11009, 7871, 10025, 7582, 9049, 8288, 8780, 8071, 9634, 8047, 10756, 8504, 11869, 9596, 11185, 7978, 10516, 8454, 10540, 8282, 9082, 8286, 8460, 11434, 7905, 10236, 8364, 10471, 8374, 9990, 8400, 8464, 9041, 8379, 8951, 8245, 8511, 8133, 8443, 8068, 12399, 8173, 11254, 7967, 11754, 8457, 11205, 8584, 10820, 8389, 10711, 8789, 8252, 13789, 8391, 13105, 7901, 11622, 8332, 9731, 9098, 8310, 8718, 7846, 9898, 8241, 10124, 8662, 10009, 8376, 9535, 8408, 8298, 8884, 8002, 9140, 8033, 13980, 8428, 12968, 9970, 11307, 8920, 10014, 9353, 9835, 8918, 8967, 9007, 8044, 9416, 8298, 15666, 9462, 13431, 8644, 11071, 9128, 8110, 11613, 8045, 12637, 8174, 11005, 8751, 10740, 8860, 9188, 8669, 8234, 9223, 8245, 8964, 8081, 8856, 8022, 12820, 8402, 12046, 8514, 10142, 8651, 8219, 8521, 8123, 15046, 8090, 12584, 8522, 12080, 8873, 11231, 8816, 8461, 8734, 8277, 11887, 8044, 12453, 9124, 10854, 8643, 10367, 8937, 8333, 9173, 8181, 8934, 8093, 9094, 8327, 10663, 8372, 10281, 8116, 11324, 8180, 10741, 10753, 11203, 8264, 11366, 8779, 11251, 10094, 11468, 8303, 10705, 8320, 10959, 9220, 8950, 8730, 8101, 11812, 8772, 11384, 8025, 11989, 9403, 14013, 7756, 11377, 8081, 9506, 8620, 8445, 17057, 8522, 13876, 7866, 12132, 8503, 10089, 8961, 8368, 10755, 8021, 10655, 7887, 10145, 8123, 10119, 8114, 9452, 8758, 9444, 9025, 9418, 8434, 8269, 8945, 8346, 8930, 8217, 8590, 8109, 11776, 7856, 12588, 8774, 13017, 9285, 11271, 8458, 11568, 8218, 11709, 10748, 11025, 8224, 11081, 8262, 11106, 10541, 10465, 8754, 11018, 8181, 11211, 9838, 11462, 8473, 11221, 7915, 11837, 8180, 11866, 8198, 9312, 8416, 8850, 8793, 8417, 8384, 8578, 8482, 9004, 9589, 8216, 8269, 8683, 8100, 10215, 8441, 14813, 8926, 11983, 8778, 11768, 8160, 11434, 9006, 10744, 8351, 11110, 8430, 10455, 8695, 10234, 8648, 8562, 8620, 8453, 11211, 8121, 16727, 9727, 13755, 7874, 13121, 8641, 11555, 9089, 8638, 8353, 8420, 8694, 8056, 11517, 9034, 10845, 8280, 12134, 8109, 11151, 8522, 9982, 8691, 8777, 8371, 8072, 8687, 7912, 10856, 7863, 11430, 7649, 11229, 8229, 11152, 8706, 10616, 8298, 8590, 8543, 8391, 16285, 8635, 12469, 7954, 11259, 8467, 10862, 8144, 9922, 8572, 8611, 8212, 10104, 8066, 8541, 8411, 8439, 8802, 8701, 8346, 8578, 8806, 8338, 11272, 8567, 14588, 8407, 12660, 8126, 13276, 7969, 14308, 10719, 12300, 7526, 11371, 8007, 11657, 7905, 9901, 7842, 8752, 8251, 8602, 10594, 8465, 8825, 8160, 9887, 8075, 12243, 9120, 11148, 7724, 11366, 7503, 11671, 7845, 11131, 7617, 11251, 7474, 11049, 8464, 10828, 7449, 10891, 7381, 10622, 7799, 9995, 7570, 8620, 8260, 8545, 8298, 8247, 8861, 8065, 9150, 7980, 8744, 7907, 8842, 7810, 9446, 7660, 10566, 8148, 9295, 7943, 11786, 7716, 11474, 10310, 10924, 7746, 11045, 7782, 10568, 10692, 10871, 7448, 10859, 7872, 11206, 10444, 10969, 7566, 11058, 7906, 10989, 10233, 10273, 7722, 10614, 8020, 10522, 7564, 9807, 7901, 9085], 'WindowCenter': [4395.0, 4331.0, 4349.0, 4317.0, 4321.0, 4304.0, 4301.0, 4279.0, 4289.0, 4324.0, 4290.0, 4347.0, 4289.0, 4313.0, 4266.0, 4294.0, 4276.0, 4317.0, 4282.0, 4254.0, 4333.0, 4254.0, 4295.0, 4262.0, 4273.0, 4264.0, 4264.0, 4272.0, 4266.0, 4295.0, 4276.0, 4283.0, 4265.0, 4272.0, 4285.0, 4267.0, 4276.0, 4288.0, 4286.0, 4299.0, 4311.0, 4329.0, 4311.0, 4299.0, 4289.0, 4288.0, 4303.0, 4312.0, 4328.0, 4339.0, 4287.0, 4267.0, 4267.0, 4268.0, 4267.0, 4274.0, 4267.0, 4309.0, 4278.0, 4329.0, 4267.0, 4266.0, 4275.0, 4256.0, 4354.0, 4316.0, 4335.0, 4273.0, 4303.0, 4250.0, 4241.0, 4322.0, 4241.0, 4290.0, 4253.0, 4281.0, 4243.0, 4261.0, 4261.0, 4253.0, 4280.0, 4252.0, 4260.0, 4262.0, 4284.0, 4276.0, 4305.0, 4285.0, 4276.0, 4286.0, 4266.0, 4265.0, 4278.0, 4275.0, 4264.0, 4288.0, 4287.0, 4287.0, 4267.0, 4274.0, 4244.0, 4333.0, 4263.0, 4334.0, 4313.0, 4335.0, 4241.0, 4282.0, 4263.0, 4273.0, 4262.0, 4252.0, 4247.0, 4241.0, 4280.0, 4253.0, 4302.0, 4253.0, 4279.0, 4252.0, 4290.0, 4275.0, 4294.0, 4264.0, 4281.0, 4263.0, 4253.0, 4262.0, 4254.0, 4323.0, 4281.0, 4322.0, 4252.0, 4301.0, 4239.0, 4292.0, 4251.0, 4282.0, 4250.0, 4252.0, 4280.0, 4250.0, 4293.0, 4263.0, 4268.0, 4272.0, 4279.0, 4243.0, 4262.0, 4263.0, 4283.0, 4264.0, 4302.0, 4277.0, 4324.0, 4307.0, 4305.0, 4255.0, 4303.0, 4276.0, 4324.0, 4307.0, 4314.0, 4266.0, 4304.0, 4264.0, 4313.0, 4277.0, 4314.0, 4284.0, 4293.0, 4253.0, 4303.0, 4265.0, 4305.0, 4263.0, 4264.0, 4260.0, 4263.0, 4313.0, 4265.0, 4324.0, 4285.0, 4302.0, 4261.0, 4292.0, 4264.0, 4292.0, 4264.0, 4303.0, 4254.0, 4261.0, 4263.0, 4264.0, 4302.0, 4275.0, 4345.0, 4263.0, 4320.0, 4254.0, 4315.0, 4264.0, 4259.0, 4271.0, 4252.0, 4302.0, 4251.0, 4288.0, 4263.0, 4292.0, 4259.0, 4262.0, 4262.0, 4263.0, 4262.0, 4265.0, 4304.0, 4263.0, 4273.0, 4262.0, 4303.0, 4266.0, 4306.0, 4297.0, 4303.0, 4266.0, 4305.0, 4265.0, 4316.0, 4276.0, 4316.0, 4265.0, 4295.0, 4264.0, 4261.0, 4264.0, 4263.0, 4274.0, 4264.0, 4263.0, 4255.0, 4274.0, 4275.0, 4306.0, 4274.0, 4285.0, 4267.0, 4305.0, 4277.0, 4315.0, 4287.0, 4305.0, 4267.0, 4307.0, 4264.0, 4277.0, 4306.0, 4264.0, 4334.0, 4265.0, 4314.0, 4262.0, 4313.0, 4274.0, 4284.0, 4271.0, 4264.0, 4260.0, 4263.0, 4301.0, 4264.0, 4304.0, 4265.0, 4303.0, 4263.0, 4313.0, 4287.0, 4303.0, 4284.0, 4306.0, 4266.0, 4304.0, 4275.0, 4277.0, 4323.0, 4255.0, 4326.0, 4264.0, 4312.0, 4275.0, 4313.0, 4275.0, 4273.0, 4273.0, 4275.0, 4286.0, 4278.0, 4287.0, 4279.0, 4277.0, 4278.0, 4339.0, 4289.0, 4338.0, 4307.0, 4318.0, 4278.0, 4317.0, 4278.0, 4306.0, 4288.0, 4327.0, 4285.0, 4275.0, 4277.0, 4278.0, 4297.0, 4298.0, 4276.0, 4277.0, 4336.0, 4266.0, 4365.0, 4324.0, 4335.0, 4264.0, 4311.0, 4253.0, 4313.0, 4271.0, 4300.0, 4253.0, 4301.0, 4263.0, 4284.0, 4265.0, 4282.0, 4264.0, 4264.0, 4273.0, 4265.0, 4285.0, 4286.0, 4265.0, 4266.0, 4273.0, 4276.0, 4276.0, 4266.0, 4275.0, 4263.0, 4275.0, 4265.0, 4297.0, 4278.0, 4287.0, 4267.0, 4286.0, 4257.0, 4317.0, 4288.0, 4346.0, 4268.0, 4327.0, 4267.0, 4326.0, 4314.0, 4312.0, 4242.0, 4303.0, 4264.0, 4314.0, 4285.0, 4303.0, 4264.0, 4284.0, 4271.0, 4286.0, 4284.0, 4274.0, 4271.0, 4265.0, 4273.0, 4266.0, 4308.0, 4265.0, 4307.0, 4274.0, 4273.0, 4275.0, 4314.0, 4290.0, 4348.0, 4309.0, 4338.0, 4276.0, 4265.0, 4263.0, 4263.0, 4261.0, 4293.0, 4263.0, 4333.0, 4264.0, 4322.0, 4292.0, 4309.0, 4249.0, 4309.0, 4229.0, 4269.0, 4239.0, 4269.0, 4287.0, 4269.0, 4226.0, 4235.0, 4226.0, 4247.0, 4284.0, 4237.0, 4274.0, 4238.0, 4277.0, 4236.0, 4268.0, 4240.0, 4259.0, 4248.0, 4250.0, 4252.0, 4268.0, 4249.0, 4292.0, 4274.0, 4312.0, 4284.0, 4292.0, 4252.0, 4281.0, 4251.0, 4291.0, 4252.0, 4274.0, 4252.0, 4262.0, 4300.0, 4251.0, 4279.0, 4263.0, 4291.0, 4263.0, 4281.0, 4263.0, 4261.0, 4274.0, 4265.0, 4275.0, 4265.0, 4273.0, 4263.0, 4262.0, 4265.0, 4326.0, 4265.0, 4303.0, 4267.0, 4314.0, 4276.0, 4318.0, 4287.0, 4315.0, 4278.0, 4306.0, 4274.0, 4276.0, 4337.0, 4277.0, 4323.0, 4264.0, 4304.0, 4262.0, 4283.0, 4273.0, 4264.0, 4273.0, 4264.0, 4293.0, 4267.0, 4307.0, 4286.0, 4298.0, 4277.0, 4296.0, 4276.0, 4279.0, 4284.0, 4267.0, 4283.0, 4265.0, 4348.0, 4290.0, 4350.0, 4321.0, 4316.0, 4285.0, 4297.0, 4298.0, 4307.0, 4286.0, 4289.0, 4287.0, 4266.0, 4284.0, 4276.0, 4354.0, 4298.0, 4335.0, 4273.0, 4304.0, 4272.0, 4266.0, 4303.0, 4263.0, 4312.0, 4266.0, 4302.0, 4275.0, 4304.0, 4274.0, 4283.0, 4275.0, 4264.0, 4285.0, 4277.0, 4274.0, 4265.0, 4286.0, 4265.0, 4325.0, 4275.0, 4326.0, 4274.0, 4293.0, 4265.0, 4266.0, 4274.0, 4266.0, 4343.0, 4255.0, 4312.0, 4264.0, 4312.0, 4271.0, 4305.0, 4272.0, 4261.0, 4261.0, 4262.0, 4302.0, 4252.0, 4311.0, 4274.0, 4290.0, 4261.0, 4280.0, 4274.0, 4262.0, 4274.0, 4264.0, 4275.0, 4265.0, 4272.0, 4277.0, 4304.0, 4276.0, 4296.0, 4265.0, 4314.0, 4276.0, 4315.0, 4313.0, 4317.0, 4287.0, 4317.0, 4287.0, 4328.0, 4308.0, 4316.0, 4278.0, 4307.0, 4275.0, 4318.0, 4285.0, 4286.0, 4275.0, 4265.0, 4314.0, 4278.0, 4313.0, 4266.0, 4314.0, 4284.0, 4335.0, 4253.0, 4302.0, 4253.0, 4271.0, 4261.0, 4265.0, 4342.0, 4261.0, 4322.0, 4252.0, 4299.0, 4259.0, 4280.0, 4261.0, 4252.0, 4279.0, 4241.0, 4281.0, 4253.0, 4291.0, 4251.0, 4282.0, 4254.0, 4283.0, 4264.0, 4283.0, 4272.0, 4282.0, 4264.0, 4262.0, 4272.0, 4263.0, 4276.0, 4275.0, 4273.0, 4267.0, 4315.0, 4267.0, 4327.0, 4278.0, 4324.0, 4286.0, 4303.0, 4263.0, 4312.0, 4277.0, 4316.0, 4307.0, 4305.0, 4264.0, 4301.0, 4264.0, 4313.0, 4309.0, 4305.0, 4279.0, 4304.0, 4277.0, 4314.0, 4296.0, 4314.0, 4275.0, 4319.0, 4268.0, 4313.0, 4263.0, 4315.0, 4275.0, 4287.0, 4276.0, 4277.0, 4275.0, 4265.0, 4264.0, 4265.0, 4275.0, 4277.0, 4285.0, 4266.0, 4264.0, 4262.0, 4267.0, 4306.0, 4279.0, 4348.0, 4286.0, 4313.0, 4265.0, 4315.0, 4279.0, 4326.0, 4287.0, 4318.0, 4276.0, 4314.0, 4275.0, 4308.0, 4287.0, 4306.0, 4275.0, 4276.0, 4273.0, 4274.0, 4305.0, 4266.0, 4354.0, 4287.0, 4324.0, 4253.0, 4312.0, 4264.0, 4304.0, 4273.0, 4265.0, 4262.0, 4263.0, 4261.0, 4252.0, 4302.0, 4276.0, 4295.0, 4265.0, 4315.0, 4255.0, 4304.0, 4275.0, 4283.0, 4261.0, 4262.0, 4261.0, 4252.0, 4262.0, 4265.0, 4304.0, 4265.0, 4316.0, 4257.0, 4304.0, 4267.0, 4307.0, 4274.0, 4297.0, 4266.0, 4264.0, 4266.0, 4263.0, 4343.0, 4266.0, 4311.0, 4255.0, 4301.0, 4266.0, 4303.0, 4255.0, 4293.0, 4274.0, 4277.0, 4265.0, 4306.0, 4270.0, 4278.0, 4267.0, 4276.0, 4286.0, 4277.0, 4266.0, 4278.0, 4273.0, 4265.0, 4308.0, 4278.0, 4338.0, 4268.0, 4313.0, 4253.0, 4326.0, 4268.0, 4335.0, 4295.0, 4312.0, 4243.0, 4303.0, 4267.0, 4304.0, 4256.0, 4284.0, 4254.0, 4265.0, 4266.0, 4278.0, 4295.0, 4264.0, 4275.0, 4263.0, 4281.0, 4255.0, 4312.0, 4276.0, 4293.0, 4243.0, 4304.0, 4245.0, 4305.0, 4255.0, 4304.0, 4255.0, 4302.0, 4246.0, 4305.0, 4267.0, 4294.0, 4244.0, 4296.0, 4243.0, 4296.0, 4246.0, 4284.0, 4244.0, 4264.0, 4255.0, 4268.0, 4266.0, 4256.0, 4274.0, 4257.0, 4274.0, 4254.0, 4276.0, 4256.0, 4277.0, 4256.0, 4287.0, 4267.0, 4308.0, 4270.0, 4289.0, 4279.0, 4329.0, 4270.0, 4319.0, 4311.0, 4309.0, 4269.0, 4307.0, 4258.0, 4311.0, 4310.0, 4306.0, 4259.0, 4306.0, 4267.0, 4319.0, 4310.0, 4308.0, 4259.0, 4306.0, 4270.0, 4309.0, 4299.0, 4298.0, 4269.0, 4309.0, 4270.0, 4308.0, 4270.0, 4298.0, 4268.0, 4289.0], 'WindowWidth': [9685.0, 9588.0, 9602.0, 9554.0, 9549.0, 9527.0, 9516.0, 9482.0, 9500.0, 9556.0, 9503.0, 9573.0, 9493.0, 9518.0, 9456.0, 9495.0, 9471.0, 9527.0, 9473.0, 9438.0, 9543.0, 9435.0, 9492.0, 9445.0, 9462.0, 9448.0, 9449.0, 9456.0, 9458.0, 9496.0, 9471.0, 9477.0, 9455.0, 9462.0, 9482.0, 9459.0, 9472.0, 9491.0, 9490.0, 9512.0, 9534.0, 9554.0, 9531.0, 9512.0, 9496.0, 9494.0, 9522.0, 9532.0, 9550.0, 9564.0, 9489.0, 9463.0, 9462.0, 9466.0, 9463.0, 9469.0, 9462.0, 9520.0, 9478.0, 9548.0, 9459.0, 9459.0, 9469.0, 9443.0, 9578.0, 9523.0, 9548.0, 9459.0, 9500.0, 9424.0, 9415.0, 9527.0, 9414.0, 9478.0, 9436.0, 9470.0, 9419.0, 9442.0, 9445.0, 9433.0, 9463.0, 9431.0, 9436.0, 9442.0, 9476.0, 9471.0, 9513.0, 9485.0, 9471.0, 9484.0, 9457.0, 9455.0, 9478.0, 9467.0, 9454.0, 9492.0, 9487.0, 9487.0, 9460.0, 9465.0, 9425.0, 9545.0, 9449.0, 9548.0, 9518.0, 9547.0, 9417.0, 9471.0, 9447.0, 9461.0, 9443.0, 9431.0, 9418.0, 9416.0, 9467.0, 9437.0, 9499.0, 9436.0, 9465.0, 9432.0, 9480.0, 9468.0, 9493.0, 9450.0, 9471.0, 9447.0, 9434.0, 9445.0, 9438.0, 9529.0, 9470.0, 9525.0, 9432.0, 9495.0, 9412.0, 9486.0, 9429.0, 9472.0, 9426.0, 9430.0, 9466.0, 9428.0, 9489.0, 9450.0, 9449.0, 9459.0, 9465.0, 9423.0, 9447.0, 9449.0, 9475.0, 9453.0, 9504.0, 9478.0, 9537.0, 9516.0, 9508.0, 9441.0, 9502.0, 9473.0, 9535.0, 9517.0, 9520.0, 9460.0, 9505.0, 9454.0, 9519.0, 9477.0, 9520.0, 9480.0, 9490.0, 9438.0, 9503.0, 9457.0, 9510.0, 9451.0, 9453.0, 9442.0, 9451.0, 9515.0, 9456.0, 9532.0, 9481.0, 9500.0, 9445.0, 9486.0, 9453.0, 9490.0, 9454.0, 9505.0, 9439.0, 9447.0, 9449.0, 9454.0, 9502.0, 9468.0, 9566.0, 9451.0, 9523.0, 9439.0, 9522.0, 9452.0, 9440.0, 9456.0, 9433.0, 9499.0, 9431.0, 9476.0, 9449.0, 9488.0, 9439.0, 9448.0, 9446.0, 9448.0, 9448.0, 9458.0, 9506.0, 9452.0, 9464.0, 9451.0, 9504.0, 9460.0, 9514.0, 9501.0, 9505.0, 9459.0, 9509.0, 9458.0, 9525.0, 9474.0, 9526.0, 9457.0, 9495.0, 9453.0, 9447.0, 9452.0, 9451.0, 9465.0, 9452.0, 9451.0, 9441.0, 9469.0, 9473.0, 9514.0, 9470.0, 9484.0, 9463.0, 9511.0, 9477.0, 9527.0, 9491.0, 9512.0, 9462.0, 9514.0, 9455.0, 9475.0, 9512.0, 9454.0, 9549.0, 9457.0, 9520.0, 9448.0, 9518.0, 9466.0, 9479.0, 9458.0, 9452.0, 9443.0, 9451.0, 9501.0, 9455.0, 9506.0, 9457.0, 9506.0, 9454.0, 9518.0, 9491.0, 9507.0, 9483.0, 9511.0, 9459.0, 9507.0, 9471.0, 9477.0, 9531.0, 9441.0, 9539.0, 9454.0, 9513.0, 9471.0, 9520.0, 9471.0, 9465.0, 9466.0, 9472.0, 9488.0, 9482.0, 9490.0, 9483.0, 9478.0, 9483.0, 9567.0, 9498.0, 9560.0, 9518.0, 9531.0, 9477.0, 9527.0, 9477.0, 9515.0, 9491.0, 9544.0, 9485.0, 9471.0, 9476.0, 9479.0, 9503.0, 9505.0, 9472.0, 9475.0, 9552.0, 9459.0, 9593.0, 9534.0, 9549.0, 9452.0, 9511.0, 9435.0, 9516.0, 9459.0, 9494.0, 9435.0, 9496.0, 9448.0, 9479.0, 9454.0, 9476.0, 9452.0, 9452.0, 9463.0, 9457.0, 9484.0, 9487.0, 9456.0, 9458.0, 9463.0, 9472.0, 9474.0, 9460.0, 9469.0, 9452.0, 9468.0, 9458.0, 9502.0, 9479.0, 9490.0, 9463.0, 9486.0, 9449.0, 9529.0, 9495.0, 9571.0, 9464.0, 9542.0, 9463.0, 9539.0, 9520.0, 9515.0, 9421.0, 9502.0, 9452.0, 9521.0, 9482.0, 9505.0, 9452.0, 9477.0, 9459.0, 9490.0, 9482.0, 9471.0, 9460.0, 9457.0, 9467.0, 9459.0, 9522.0, 9459.0, 9516.0, 9469.0, 9463.0, 9468.0, 9522.0, 9499.0, 9579.0, 9523.0, 9562.0, 9476.0, 9457.0, 9454.0, 9450.0, 9446.0, 9489.0, 9451.0, 9545.0, 9453.0, 9526.0, 9486.0, 9508.0, 9426.0, 9503.0, 9396.0, 9448.0, 9409.0, 9449.0, 9471.0, 9447.0, 9386.0, 9396.0, 9385.0, 9418.0, 9464.0, 9403.0, 9449.0, 9403.0, 9455.0, 9402.0, 9449.0, 9413.0, 9438.0, 9421.0, 9427.0, 9432.0, 9450.0, 9427.0, 9483.0, 9468.0, 9517.0, 9479.0, 9484.0, 9433.0, 9469.0, 9430.0, 9482.0, 9432.0, 9465.0, 9433.0, 9447.0, 9494.0, 9430.0, 9466.0, 9450.0, 9485.0, 9448.0, 9471.0, 9448.0, 9446.0, 9465.0, 9457.0, 9471.0, 9457.0, 9464.0, 9452.0, 9448.0, 9457.0, 9539.0, 9457.0, 9504.0, 9462.0, 9521.0, 9475.0, 9534.0, 9492.0, 9526.0, 9479.0, 9514.0, 9468.0, 9476.0, 9557.0, 9475.0, 9533.0, 9455.0, 9507.0, 9449.0, 9479.0, 9464.0, 9454.0, 9463.0, 9456.0, 9491.0, 9462.0, 9515.0, 9488.0, 9505.0, 9479.0, 9500.0, 9474.0, 9481.0, 9483.0, 9465.0, 9481.0, 9461.0, 9574.0, 9504.0, 9585.0, 9545.0, 9528.0, 9485.0, 9503.0, 9508.0, 9520.0, 9490.0, 9497.0, 9490.0, 9462.0, 9483.0, 9475.0, 9579.0, 9504.0, 9551.0, 9465.0, 9506.0, 9461.0, 9459.0, 9506.0, 9452.0, 9517.0, 9457.0, 9502.0, 9470.0, 9508.0, 9468.0, 9478.0, 9471.0, 9454.0, 9483.0, 9478.0, 9469.0, 9459.0, 9487.0, 9458.0, 9538.0, 9473.0, 9540.0, 9466.0, 9491.0, 9455.0, 9458.0, 9470.0, 9460.0, 9559.0, 9442.0, 9514.0, 9452.0, 9513.0, 9460.0, 9509.0, 9460.0, 9446.0, 9445.0, 9447.0, 9499.0, 9435.0, 9513.0, 9464.0, 9482.0, 9443.0, 9469.0, 9464.0, 9449.0, 9465.0, 9454.0, 9468.0, 9457.0, 9463.0, 9475.0, 9509.0, 9474.0, 9500.0, 9460.0, 9523.0, 9474.0, 9527.0, 9523.0, 9534.0, 9496.0, 9531.0, 9491.0, 9549.0, 9522.0, 9527.0, 9481.0, 9514.0, 9470.0, 9533.0, 9485.0, 9487.0, 9471.0, 9458.0, 9522.0, 9477.0, 9519.0, 9461.0, 9522.0, 9483.0, 9550.0, 9438.0, 9501.0, 9435.0, 9458.0, 9445.0, 9453.0, 9556.0, 9444.0, 9528.0, 9433.0, 9491.0, 9438.0, 9468.0, 9442.0, 9431.0, 9464.0, 9416.0, 9468.0, 9435.0, 9487.0, 9431.0, 9473.0, 9437.0, 9474.0, 9453.0, 9479.0, 9462.0, 9476.0, 9453.0, 9449.0, 9461.0, 9452.0, 9474.0, 9470.0, 9466.0, 9463.0, 9521.0, 9459.0, 9543.0, 9480.0, 9534.0, 9484.0, 9505.0, 9451.0, 9514.0, 9476.0, 9526.0, 9514.0, 9509.0, 9453.0, 9499.0, 9454.0, 9521.0, 9521.0, 9510.0, 9481.0, 9508.0, 9475.0, 9520.0, 9500.0, 9522.0, 9471.0, 9534.0, 9467.0, 9519.0, 9453.0, 9523.0, 9472.0, 9488.0, 9474.0, 9475.0, 9471.0, 9456.0, 9452.0, 9452.0, 9470.0, 9476.0, 9485.0, 9456.0, 9453.0, 9449.0, 9465.0, 9514.0, 9482.0, 9575.0, 9488.0, 9518.0, 9454.0, 9521.0, 9483.0, 9542.0, 9493.0, 9533.0, 9473.0, 9521.0, 9470.0, 9519.0, 9491.0, 9514.0, 9472.0, 9474.0, 9467.0, 9468.0, 9510.0, 9460.0, 9577.0, 9488.0, 9533.0, 9436.0, 9514.0, 9450.0, 9508.0, 9461.0, 9453.0, 9447.0, 9450.0, 9443.0, 9434.0, 9500.0, 9469.0, 9493.0, 9456.0, 9520.0, 9441.0, 9505.0, 9467.0, 9478.0, 9445.0, 9449.0, 9444.0, 9435.0, 9448.0, 9458.0, 9508.0, 9458.0, 9525.0, 9448.0, 9507.0, 9463.0, 9516.0, 9469.0, 9499.0, 9457.0, 9452.0, 9456.0, 9452.0, 9560.0, 9456.0, 9513.0, 9441.0, 9499.0, 9457.0, 9503.0, 9442.0, 9492.0, 9467.0, 9474.0, 9456.0, 9515.0, 9470.0, 9479.0, 9462.0, 9476.0, 9489.0, 9476.0, 9461.0, 9475.0, 9464.0, 9457.0, 9519.0, 9476.0, 9557.0, 9462.0, 9517.0, 9438.0, 9537.0, 9463.0, 9551.0, 9495.0, 9515.0, 9422.0, 9501.0, 9462.0, 9508.0, 9444.0, 9478.0, 9437.0, 9453.0, 9456.0, 9475.0, 9495.0, 9451.0, 9466.0, 9449.0, 9471.0, 9441.0, 9515.0, 9469.0, 9490.0, 9422.0, 9504.0, 9427.0, 9507.0, 9441.0, 9504.0, 9443.0, 9500.0, 9430.0, 9508.0, 9459.0, 9491.0, 9425.0, 9495.0, 9423.0, 9497.0, 9428.0, 9478.0, 9423.0, 9451.0, 9439.0, 9460.0, 9455.0, 9440.0, 9463.0, 9445.0, 9465.0, 9441.0, 9471.0, 9445.0, 9472.0, 9447.0, 9486.0, 9464.0, 9517.0, 9472.0, 9493.0, 9485.0, 9547.0, 9472.0, 9535.0, 9525.0, 9520.0, 9468.0, 9513.0, 9449.0, 9524.0, 9525.0, 9512.0, 9454.0, 9512.0, 9464.0, 9534.0, 9524.0, 9518.0, 9454.0, 9512.0, 9470.0, 9521.0, 9507.0, 9504.0, 9468.0, 9519.0, 9472.0, 9519.0, 9469.0, 9505.0, 9466.0, 9496.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.0013185993111366244</td></tr>
<tr><td colspan=3>aqi</td><td>0.018221529506314584</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.97581341198854</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.18384193856322</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0088157866206897</td></tr>
<tr><td colspan=3>efc</td><td>0.4578</td></tr>
<tr><td colspan=3>fber</td><td>5854.8311</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11651351063100912</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.529276693455797</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3019649620072746</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1996685839194505</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.500489304020053</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.20573699808232</td></tr>
<tr><td colspan=3>gcor</td><td>0.00985813</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019174810498952866</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02941971831023693</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7713125192092574</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>40.4045</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.5444</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.7409</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306533.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>783.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.4522</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.986</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.4492</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3530.0522</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1204.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4740.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.758</td></tr>
<tr><td colspan=3>tsnr</td><td>39.76176704210229</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>