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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-01/func/sub-0099_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b3ce881ae427119b010abe7c64ad6a66</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>09:50:35.522500</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.999658, -0.00315409, 0.0259541, 0.0017447, 0.998531, 0.0541473]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.083105</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7769, -7261, 265, -115, -163, -82, 118]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>939e2726-f49f-4a35-908d-7dcfb8b2abbd||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.682009696960449, 0.004680910613387823, 0.07043439894914627, 112.77593994140625], [0.008462182246148586, 2.6789867877960205, 0.14602553844451904, -103.451416015625], [0.06963307410478592, -0.1452733278274536, 2.6951279640197754, -80.25406646728516], [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': ['095035.522500', '095035.982500', '095036.442500', '095036.902500', '095037.362500', '095037.822500', '095038.282500', '095038.742500', '095039.202500', '095039.662500', '095040.122500', '095040.582500', '095041.042500', '095041.502500', '095041.962500', '095042.422500', '095042.882500', '095043.342500', '095043.802500', '095044.262500', '095044.722500', '095045.182500', '095045.642500', '095046.102500', '095046.562500', '095047.022500', '095047.482500', '095047.942500', '095048.402500', '095048.862500', '095049.322500', '095049.782500', '095050.242500', '095050.702500', '095051.162500', '095051.622500', '095052.082500', '095052.542500', '095053.002500', '095053.462500', '095053.922500', '095054.382500', '095054.842500', '095055.302500', '095055.762500', '095056.222500', '095056.682500', '095057.142500', '095057.602500', '095058.062500', '095058.522500', '095058.982500', '095059.442500', '095059.902500', '095100.362500', '095100.822500', '095101.282500', '095101.742500', '095102.202500', '095102.662500', '095103.122500', '095103.582500', '095104.042500', '095104.502500', '095104.962500', '095105.422500', '095105.882500', '095106.342500', '095106.802500', '095107.262500', '095107.722500', '095108.182500', '095108.642500', '095109.102500', '095109.562500', '095110.022500', '095110.482500', '095110.942500', '095111.402500', '095111.862500', '095112.322500', '095112.782500', '095113.242500', '095113.702500', '095114.162500', '095114.622500', '095115.082500', '095115.542500', '095116.002500', '095116.462500', '095116.922500', '095117.382500', '095117.842500', '095118.302500', '095118.762500', '095119.222500', '095119.682500', '095120.142500', '095120.602500', '095121.062500', '095121.522500', '095121.982500', '095122.442500', '095122.902500', '095123.362500', '095123.822500', '095124.282500', '095124.742500', '095125.202500', '095125.662500', '095126.122500', '095126.582500', '095127.042500', '095127.502500', '095127.962500', '095128.422500', '095128.882500', '095129.342500', '095129.802500', '095130.262500', '095130.722500', '095131.182500', '095131.642500', '095132.102500', '095132.562500', '095133.022500', '095133.482500', '095133.942500', '095134.402500', '095134.862500', '095135.322500', '095135.782500', '095136.242500', '095136.702500', '095137.162500', '095137.622500', '095138.082500', '095138.542500', '095139.002500', '095139.462500', '095139.922500', '095140.382500', '095140.842500', '095141.302500', '095141.762500', '095142.222500', '095142.682500', '095143.142500', '095143.602500', '095144.062500', '095144.522500', '095144.982500', '095145.442500', '095145.902500', '095146.362500', '095146.822500', '095147.282500', '095147.742500', '095148.202500', '095148.662500', '095149.122500', '095149.582500', '095150.042500', '095150.502500', '095150.962500', '095151.422500', '095151.882500', '095152.342500', '095152.802500', '095153.262500', '095153.722500', '095154.182500', '095154.642500', '095155.102500', '095155.562500', '095156.022500', '095156.482500', '095156.942500', '095157.402500', '095157.862500', '095158.322500', '095158.782500', '095159.242500', '095159.702500', '095200.162500', '095200.622500', '095201.082500', '095201.542500', '095202.002500', '095202.462500', '095202.922500', '095203.382500', '095203.842500', '095204.302500', '095204.762500', '095205.222500', '095205.682500', '095206.142500', '095206.602500', '095207.062500', '095207.522500', '095207.982500', '095208.442500', '095208.902500', '095209.362500', '095209.822500', '095210.282500', '095210.742500', '095211.202500', '095211.662500', '095212.122500', '095212.582500', '095213.042500', '095213.502500', '095213.962500', '095214.422500', '095214.882500', '095215.342500', '095215.802500', '095216.262500', '095216.722500', '095217.182500', '095217.642500', '095218.102500', '095218.562500', '095219.022500', '095219.482500', '095219.942500', '095220.402500', '095220.862500', '095221.322500', '095221.782500', '095222.242500', '095222.702500', '095223.162500', '095223.622500', '095224.082500', '095224.542500', '095225.002500', '095225.462500', '095225.922500', '095226.382500', '095226.842500', '095227.302500', '095227.762500', '095228.222500', '095228.682500', '095229.142500', '095229.602500', '095230.062500', '095230.522500', '095230.982500', '095231.442500', '095231.902500', '095232.362500', '095232.822500', '095233.282500', '095233.742500', '095234.202500', '095234.662500', '095235.122500', '095235.582500', '095236.042500', '095236.502500', '095236.962500', '095237.422500', '095237.882500', '095238.342500', '095238.802500', '095239.262500', '095239.722500', '095240.182500', '095240.642500', '095241.102500', '095241.562500', '095242.022500', '095242.482500', '095242.942500', '095243.402500', '095243.862500', '095244.322500', '095244.782500', '095245.242500', '095245.702500', '095246.162500', '095246.622500', '095247.082500', '095247.542500', '095248.002500', '095248.462500', '095248.922500', '095249.382500', '095249.842500', '095250.302500', '095250.762500', '095251.222500', '095251.682500', '095252.142500', '095252.602500', '095253.062500', '095253.522500', '095253.982500', '095254.442500', '095254.902500', '095255.362500', '095255.822500', '095256.282500', '095256.742500', '095257.202500', '095257.662500', '095258.122500', '095258.582500', '095259.042500', '095259.502500', '095259.962500', '095300.422500', '095300.882500', '095301.342500', '095301.802500', '095302.262500', '095302.722500', '095303.182500', '095303.642500', '095304.102500', '095304.562500', '095305.022500', '095305.482500', '095305.942500', '095306.402500', '095306.862500', '095307.322500', '095307.782500', '095308.242500', '095308.702500', '095309.162500', '095309.622500', '095310.082500', '095310.542500', '095311.002500', '095311.462500', '095311.922500', '095312.382500', '095312.842500', '095313.302500', '095313.762500', '095314.222500', '095314.682500', '095315.142500', '095315.602500', '095316.062500', '095316.522500', '095316.982500', '095317.442500', '095317.902500', '095318.362500', '095318.822500', '095319.282500', '095319.742500', '095320.202500', '095320.662500', '095321.122500', '095321.582500', '095322.042500', '095322.502500', '095322.962500', '095323.422500', '095323.882500', '095324.342500', '095324.802500', '095325.262500', '095325.722500', '095326.182500', '095326.642500', '095327.102500', '095327.562500', '095328.022500', '095328.482500', '095328.942500', '095329.402500', '095329.862500', '095330.322500', '095330.782500', '095331.242500', '095331.702500', '095332.162500', '095332.622500', '095333.082500', '095333.542500', '095334.002500', '095334.462500', '095334.922500', '095335.382500', '095335.842500', '095336.302500', '095336.762500', '095337.222500', '095337.682500', '095338.142500', '095338.602500', '095339.062500', '095339.522500', '095339.982500', '095340.442500', '095340.902500', '095341.362500', '095341.822500', '095342.282500', '095342.742500', '095343.202500', '095343.662500', '095344.122500', '095344.582500', '095345.042500', '095345.502500', '095345.962500', '095346.422500', '095346.882500', '095347.342500', '095347.802500', '095348.262500', '095348.722500', '095349.182500', '095349.642500', '095350.102500', '095350.562500', '095351.022500', '095351.482500', '095351.942500', '095352.402500', '095352.862500', '095353.322500', '095353.782500', '095354.242500', '095354.702500', '095355.162500', '095355.622500', '095356.082500', '095356.542500', '095357.002500', '095357.462500', '095357.922500', '095358.382500', '095358.842500', '095359.302500', '095359.762500', '095400.222500', '095400.682500', '095401.142500', '095401.602500', '095402.062500', '095402.522500', '095402.982500', '095403.442500', '095403.902500', '095404.362500', '095404.822500', '095405.282500', '095405.742500', '095406.202500', '095406.662500', '095407.122500', '095407.582500', '095408.042500', '095408.502500', '095408.962500', '095409.422500', '095409.882500', '095410.342500', '095410.802500', '095411.262500', '095411.722500', '095412.182500', '095412.642500', '095413.102500', '095413.562500', '095414.022500', '095414.482500', '095414.942500', '095415.402500', '095415.862500', '095416.322500', '095416.782500', '095417.242500', '095417.702500', '095418.162500', '095418.622500', '095419.082500', '095419.542500', '095420.002500', '095420.462500', '095420.922500', '095421.382500', '095421.842500', '095422.302500', '095422.762500', '095423.222500', '095423.682500', '095424.142500', '095424.602500', '095425.062500', '095425.522500', '095425.982500', '095426.442500', '095426.902500', '095427.362500', '095427.822500', '095428.282500', '095428.742500', '095429.202500', '095429.662500', '095430.122500', '095430.582500', '095431.042500', '095431.502500', '095431.962500', '095432.422500', '095432.882500', '095433.342500', '095433.802500', '095434.262500', '095434.722500', '095435.182500', '095435.642500', '095436.102500', '095436.562500', '095437.022500', '095437.482500', '095437.942500', '095438.402500', '095438.862500', '095439.322500', '095439.782500', '095440.242500', '095440.702500', '095441.162500', '095441.622500', '095442.082500', '095442.542500', '095443.002500', '095443.462500', '095443.922500', '095444.382500', '095444.842500', '095445.302500', '095445.762500', '095446.222500', '095446.682500', '095447.142500', '095447.602500', '095448.062500', '095448.522500', '095448.982500', '095449.442500', '095449.902500', '095450.362500', '095450.822500', '095451.282500', '095451.742500', '095452.202500', '095452.662500', '095453.122500', '095453.582500', '095454.042500', '095454.502500', '095454.962500', '095455.422500', '095455.882500', '095456.342500', '095456.802500', '095457.262500', '095457.722500', '095458.182500', '095458.642500', '095459.102500', '095459.562500', '095500.022500', '095500.482500', '095500.942500', '095501.402500', '095501.862500', '095502.322500', '095502.782500', '095503.242500', '095503.702500', '095504.162500', '095504.622500', '095505.082500', '095505.542500', '095506.002500', '095506.462500', '095506.922500', '095507.382500', '095507.842500', '095508.302500', '095508.762500', '095509.222500', '095509.682500', '095510.142500', '095510.602500', '095511.062500', '095511.522500', '095511.982500', '095512.442500', '095512.902500', '095513.362500', '095513.822500', '095514.282500', '095514.742500', '095515.202500', '095515.662500', '095516.122500', '095516.582500', '095517.042500', '095517.502500', '095517.962500', '095518.422500', '095518.882500', '095519.342500', '095519.802500', '095520.262500', '095520.722500', '095521.182500', '095521.642500', '095522.102500', '095522.562500', '095523.022500', '095523.482500', '095523.942500', '095524.402500', '095524.862500', '095525.322500', '095525.782500', '095526.242500', '095526.702500', '095527.162500', '095527.622500', '095528.082500', '095528.542500', '095529.002500', '095529.462500', '095529.922500', '095530.382500', '095530.842500', '095531.302500', '095531.762500', '095532.222500', '095532.682500', '095533.142500', '095533.602500', '095534.062500', '095534.522500', '095534.982500', '095535.442500', '095535.902500', '095536.362500', '095536.822500', '095537.282500', '095537.742500', '095538.202500', '095538.662500', '095539.122500', '095539.582500', '095540.042500', '095540.502500', '095540.962500', '095541.422500', '095541.882500', '095542.342500', '095542.802500', '095543.262500', '095543.722500', '095544.182500', '095544.642500', '095545.102500', '095545.562500', '095546.022500', '095546.482500', '095546.942500', '095547.402500', '095547.862500', '095548.322500', '095548.782500', '095549.242500', '095549.702500', '095550.162500', '095550.622500', '095551.082500', '095551.542500', '095552.002500', '095552.462500', '095552.922500', '095553.382500', '095553.842500', '095554.302500', '095554.762500', '095555.222500', '095555.682500', '095556.142500', '095556.602500', '095557.062500', '095557.522500', '095557.982500', '095558.442500', '095558.902500', '095559.362500', '095559.822500', '095600.282500', '095600.742500', '095601.202500', '095601.662500', '095602.122500', '095602.582500', '095603.042500', '095603.502500', '095603.962500', '095604.422500', '095604.882500', '095605.342500', '095605.802500', '095606.262500', '095606.722500', '095607.182500', '095607.642500', '095608.102500', '095608.562500', '095609.022500', '095609.482500', '095609.942500', '095610.402500', '095610.862500', '095611.322500', '095611.782500', '095612.242500', '095612.702500', '095613.162500', '095613.622500', '095614.082500', '095614.542500', '095615.002500', '095615.462500', '095615.922500', '095616.382500', '095616.842500', '095617.302500', '095617.762500', '095618.222500', '095618.682500', '095619.142500', '095619.602500', '095620.062500', '095620.522500', '095620.982500', '095621.442500', '095621.902500', '095622.362500', '095622.822500', '095623.282500', '095623.742500', '095624.202500', '095624.662500', '095625.122500', '095625.582500', '095626.042500', '095626.502500', '095626.962500', '095627.422500', '095627.882500', '095628.342500', '095628.802500', '095629.262500', '095629.722500', '095630.182500', '095630.642500', '095631.102500', '095631.562500', '095632.022500', '095632.482500', '095632.942500', '095633.402500', '095633.862500', '095634.322500', '095634.782500', '095635.242500', '095635.702500', '095636.162500', '095636.622500', '095637.082500', '095637.542500', '095638.002500', '095638.462500', '095638.922500', '095639.382500', '095639.842500', '095640.302500', '095640.762500', '095641.222500', '095641.682500', '095642.142500', '095642.602500', '095643.062500', '095643.522500', '095643.982500', '095644.442500', '095644.902500', '095645.362500', '095645.822500', '095646.282500', '095646.742500', '095647.202500', '095647.662500', '095648.122500', '095648.582500', '095649.042500', '095649.502500', '095649.962500', '095650.422500', '095650.882500', '095651.342500', '095651.802500', '095652.262500', '095652.722500', '095653.182500', '095653.642500', '095654.102500', '095654.562500', '095655.022500', '095655.482500', '095655.942500', '095656.402500', '095656.862500', '095657.322500', '095657.782500', '095658.242500', '095658.702500', '095659.162500', '095659.622500', '095700.082500', '095700.542500', '095701.002500', '095701.462500', '095701.922500', '095702.382500', '095702.842500', '095703.302500', '095703.762500', '095704.222500', '095704.682500', '095705.142500', '095705.602500', '095706.062500', '095706.522500', '095706.982500', '095707.442500', '095707.902500', '095708.362500', '095708.822500', '095709.282500', '095709.742500', '095710.202500', '095710.662500', '095711.122500', '095711.582500', '095712.042500', '095712.502500', '095712.962500', '095713.422500', '095713.882500', '095714.342500', '095714.802500', '095715.262500', '095715.722500', '095716.182500'], 'ContentTime': ['095058.756000', '095058.759000', '095058.762000', '095058.765000', '095058.767000', '095058.770000', '095058.772000', '095058.775000', '095058.777000', '095058.780000', '095058.792000', '095058.795000', '095058.797000', '095058.800000', '095058.802000', '095058.805000', '095058.808000', '095058.810000', '095058.813000', '095058.815000', '095058.818000', '095058.820000', '095058.823000', '095058.826000', '095058.828000', '095058.831000', '095058.833000', '095058.836000', '095058.838000', '095058.841000', '095058.844000', '095058.849000', '095058.851000', '095058.854000', '095058.856000', '095058.859000', '095058.862000', '095058.870000', '095058.873000', '095058.875000', '095058.878000', '095058.881000', '095058.883000', '095058.886000', '095058.888000', '095058.891000', '095058.893000', '095058.896000', '095058.899000', '095118.728000', '095118.731000', '095118.734000', '095118.736000', '095118.739000', '095118.741000', '095118.744000', '095118.746000', '095118.749000', '095118.752000', '095118.754000', '095118.757000', '095118.759000', '095118.762000', '095118.764000', '095118.767000', '095118.769000', '095118.772000', '095118.775000', '095118.777000', '095118.780000', '095118.782000', '095118.785000', '095118.787000', '095118.790000', '095118.792000', '095118.795000', '095118.804000', '095118.807000', '095118.809000', '095118.812000', '095118.814000', '095118.817000', '095118.819000', '095118.822000', '095118.825000', '095118.827000', '095118.830000', '095118.832000', '095118.835000', '095118.837000', '095118.840000', '095118.842000', '095118.845000', '095138.728000', '095138.731000', '095138.734000', '095138.736000', '095138.739000', '095138.741000', '095138.744000', '095138.747000', '095138.749000', '095138.752000', '095138.754000', '095138.757000', '095138.760000', '095138.762000', '095138.765000', '095138.767000', '095138.770000', '095138.772000', '095138.775000', '095138.778000', '095138.780000', '095138.783000', '095138.785000', '095138.788000', '095138.798000', '095138.800000', '095138.803000', '095138.805000', '095138.808000', '095138.810000', '095138.813000', '095138.816000', '095138.818000', '095138.821000', '095138.823000', '095138.826000', '095138.828000', '095138.831000', '095138.833000', '095138.836000', '095138.839000', '095138.841000', '095138.844000', '095158.728000', '095158.731000', '095158.734000', '095158.736000', '095158.739000', '095158.741000', '095158.744000', '095158.747000', '095158.749000', '095158.752000', '095158.754000', '095158.757000', '095158.759000', '095158.762000', '095158.764000', '095158.767000', '095158.771000', '095158.773000', '095158.776000', '095158.779000', '095158.781000', '095158.784000', '095158.791000', '095158.794000', '095158.797000', '095158.799000', '095158.821000', '095158.823000', '095158.826000', '095158.828000', '095158.831000', '095158.834000', '095158.836000', '095158.839000', '095158.841000', '095158.844000', '095158.847000', '095158.849000', '095158.852000', '095158.854000', '095158.857000', '095158.860000', '095158.862000', '095218.730000', '095218.732000', '095218.735000', '095218.738000', '095218.741000', '095218.743000', '095218.746000', '095218.749000', '095218.751000', '095218.754000', '095218.756000', '095218.759000', '095218.761000', '095218.764000', '095218.767000', '095218.769000', '095218.772000', '095218.774000', '095218.790000', '095218.792000', '095218.795000', '095218.797000', '095218.800000', '095218.803000', '095218.805000', '095218.808000', '095218.810000', '095218.813000', '095218.816000', '095218.818000', '095218.821000', '095218.823000', '095218.826000', '095218.828000', '095218.831000', '095218.834000', '095218.836000', '095218.839000', '095218.841000', '095218.844000', '095218.846000', '095218.849000', '095218.851000', '095218.854000', '095238.729000', '095238.732000', '095238.735000', '095238.738000', '095238.740000', '095238.743000', '095238.745000', '095238.748000', '095238.750000', '095238.753000', '095238.756000', '095238.758000', '095238.761000', '095238.763000', '095238.766000', '095238.768000', '095238.771000', '095238.774000', '095238.776000', '095238.779000', '095238.786000', '095238.789000', '095238.791000', '095238.794000', '095238.796000', '095238.799000', '095238.802000', '095238.804000', '095238.807000', '095238.809000', '095238.812000', '095238.815000', '095238.817000', '095238.820000', '095238.822000', '095238.825000', '095238.827000', '095238.830000', '095238.833000', '095238.835000', '095238.838000', '095238.840000', '095238.843000', '095258.730000', '095258.732000', '095258.735000', '095258.738000', '095258.740000', '095258.743000', '095258.745000', '095258.748000', '095258.750000', '095258.753000', '095258.756000', '095258.758000', '095258.761000', '095258.763000', '095258.766000', '095258.769000', '095258.771000', '095258.774000', '095258.776000', '095258.779000', '095258.782000', '095258.784000', '095258.787000', '095258.789000', '095258.792000', '095258.794000', '095258.797000', '095258.800000', '095258.802000', '095258.805000', '095258.807000', '095258.810000', '095258.813000', '095258.815000', '095258.818000', '095258.820000', '095258.823000', '095258.825000', '095258.828000', '095258.831000', '095258.833000', '095258.836000', '095258.838000', '095258.841000', '095318.730000', '095318.732000', '095318.735000', '095318.738000', '095318.740000', '095318.743000', '095318.745000', '095318.748000', '095318.750000', '095318.753000', '095318.756000', '095318.758000', '095318.761000', '095318.763000', '095318.766000', '095318.769000', '095318.771000', '095318.774000', '095318.777000', '095318.779000', '095318.782000', '095318.784000', '095318.787000', '095318.790000', '095318.792000', '095318.795000', '095318.797000', '095318.820000', '095318.822000', '095318.825000', '095318.827000', '095318.830000', '095318.832000', '095318.835000', '095318.838000', '095318.840000', '095318.843000', '095318.845000', '095318.848000', '095318.850000', '095318.853000', '095318.856000', '095318.858000', '095338.728000', '095338.731000', '095338.734000', '095338.736000', '095338.739000', '095338.742000', '095338.744000', '095338.747000', '095338.749000', '095338.752000', '095338.754000', '095338.757000', '095338.760000', '095338.762000', '095338.765000', '095338.768000', '095338.770000', '095338.773000', '095338.775000', '095338.778000', '095338.780000', '095338.783000', '095338.786000', '095338.788000', '095338.791000', '095338.793000', '095338.796000', '095338.799000', '095338.836000', '095338.838000', '095338.841000', '095338.843000', '095338.846000', '095338.849000', '095338.851000', '095338.854000', '095338.856000', '095338.859000', '095338.861000', '095338.864000', '095338.867000', '095338.869000', '095338.872000', '095338.884000', '095358.728000', '095358.731000', '095358.734000', '095358.737000', '095358.739000', '095358.742000', '095358.744000', '095358.747000', '095358.750000', '095358.752000', '095358.755000', '095358.758000', '095358.760000', '095358.763000', '095358.766000', '095358.768000', '095358.771000', '095358.774000', '095358.776000', '095358.779000', '095358.782000', '095358.785000', '095358.788000', '095358.791000', '095358.794000', '095358.796000', '095358.799000', '095358.845000', '095358.848000', '095358.851000', '095358.853000', '095358.856000', '095358.859000', '095358.861000', '095358.864000', '095358.866000', '095358.869000', '095358.872000', '095358.874000', '095358.877000', '095358.879000', '095358.882000', '095358.885000', '095418.729000', '095418.731000', '095418.734000', '095418.737000', '095418.739000', '095418.742000', '095418.744000', '095418.747000', '095418.750000', '095418.752000', '095418.755000', '095418.757000', '095418.760000', '095418.763000', '095418.765000', '095418.768000', '095418.770000', '095418.773000', '095418.776000', '095418.778000', '095418.781000', '095418.783000', '095418.786000', '095418.788000', '095418.791000', '095418.794000', '095418.796000', '095418.799000', '095418.820000', '095418.822000', '095418.825000', '095418.827000', '095418.830000', '095418.833000', '095418.835000', '095418.838000', '095418.840000', '095418.843000', '095418.845000', '095418.848000', '095418.851000', '095418.853000', '095418.856000', '095418.858000', '095438.729000', '095438.732000', '095438.735000', '095438.737000', '095438.740000', '095438.743000', '095438.745000', '095438.748000', '095438.750000', '095438.753000', '095438.756000', '095438.758000', '095438.761000', '095438.763000', '095438.766000', '095438.768000', '095438.771000', '095438.774000', '095438.776000', '095438.779000', '095438.781000', '095438.784000', '095438.786000', '095438.789000', '095438.792000', '095438.794000', '095438.797000', '095438.850000', '095438.854000', '095438.857000', '095438.859000', '095438.862000', '095438.865000', '095438.868000', '095438.871000', '095438.874000', '095438.876000', '095438.879000', '095438.882000', '095438.884000', '095438.887000', '095438.890000', '095438.892000', '095458.729000', '095458.732000', '095458.735000', '095458.738000', '095458.740000', '095458.743000', '095458.745000', '095458.748000', '095458.751000', '095458.753000', '095458.756000', '095458.758000', '095458.761000', '095458.764000', '095458.766000', '095458.769000', '095458.771000', '095458.774000', '095458.777000', '095458.779000', '095458.782000', '095458.784000', '095458.787000', '095458.790000', '095458.792000', '095458.795000', '095458.797000', '095458.842000', '095458.845000', '095458.847000', '095458.850000', '095458.852000', '095458.855000', '095458.858000', '095458.860000', '095458.863000', '095458.865000', '095458.868000', '095458.870000', '095458.873000', '095458.876000', '095458.878000', '095458.881000', '095458.884000', '095518.729000', '095518.732000', '095518.735000', '095518.737000', '095518.740000', '095518.743000', '095518.745000', '095518.748000', '095518.751000', '095518.753000', '095518.756000', '095518.758000', '095518.761000', '095518.764000', '095518.766000', '095518.769000', '095518.771000', '095518.774000', '095518.777000', '095518.779000', '095518.782000', '095518.784000', '095518.787000', '095518.790000', '095518.802000', '095518.832000', '095518.834000', '095518.837000', '095518.839000', '095518.842000', '095518.845000', '095518.847000', '095518.850000', '095518.853000', '095518.855000', '095518.858000', '095518.860000', '095518.863000', '095518.866000', '095518.868000', '095518.871000', '095518.873000', '095518.876000', '095538.729000', '095538.732000', '095538.735000', '095538.738000', '095538.740000', '095538.743000', '095538.745000', '095538.748000', '095538.751000', '095538.753000', '095538.756000', '095538.758000', '095538.761000', '095538.764000', '095538.766000', '095538.769000', '095538.771000', '095538.774000', '095538.777000', '095538.779000', '095538.782000', '095538.784000', '095538.787000', '095538.789000', '095538.792000', '095538.795000', '095538.797000', '095538.852000', '095538.854000', '095538.857000', '095538.860000', '095538.862000', '095538.865000', '095538.867000', '095538.870000', '095538.872000', '095538.875000', '095538.878000', '095538.880000', '095538.883000', '095538.885000', '095538.888000', '095538.890000', '095538.893000', '095558.728000', '095558.731000', '095558.734000', '095558.737000', '095558.739000', '095558.742000', '095558.745000', '095558.747000', '095558.750000', '095558.752000', '095558.755000', '095558.758000', '095558.760000', '095558.763000', '095558.766000', '095558.768000', '095558.771000', '095558.773000', '095558.776000', '095558.779000', '095558.781000', '095558.784000', '095558.786000', '095558.789000', '095558.792000', '095558.794000', '095558.797000', '095558.846000', '095558.849000', '095558.851000', '095558.854000', '095558.857000', '095558.860000', '095558.862000', '095558.865000', '095558.867000', '095558.870000', '095558.873000', '095558.875000', '095558.878000', '095558.880000', '095558.883000', '095558.886000', '095618.728000', '095618.731000', '095618.734000', '095618.736000', '095618.739000', '095618.742000', '095618.745000', '095618.747000', '095618.750000', '095618.752000', '095618.755000', '095618.758000', '095618.760000', '095618.763000', '095618.765000', '095618.768000', '095618.771000', '095618.773000', '095618.776000', '095618.779000', '095618.781000', '095618.784000', '095618.787000', '095618.789000', '095618.792000', '095618.795000', '095618.797000', '095618.827000', '095618.830000', '095618.832000', '095618.835000', '095618.837000', '095618.840000', '095618.843000', '095618.845000', '095618.848000', '095618.851000', '095618.853000', '095618.856000', '095618.860000', '095618.863000', '095618.865000', '095618.868000', '095618.870000', '095638.729000', '095638.732000', '095638.735000', '095638.737000', '095638.740000', '095638.743000', '095638.745000', '095638.748000', '095638.750000', '095638.753000', '095638.755000', '095638.758000', '095638.761000', '095638.763000', '095638.766000', '095638.768000', '095638.771000', '095638.773000', '095638.776000', '095638.779000', '095638.781000', '095638.784000', '095638.786000', '095638.789000', '095638.791000', '095638.794000', '095638.797000', '095638.799000', '095638.840000', '095638.842000', '095638.845000', '095638.847000', '095638.850000', '095638.853000', '095638.855000', '095638.887000', '095638.889000', '095638.892000', '095638.895000', '095638.897000', '095638.900000', '095638.902000', '095638.905000', '095658.730000', '095658.732000', '095658.735000', '095658.737000', '095658.740000', '095658.743000', '095658.746000', '095658.748000', '095658.751000', '095658.753000', '095658.756000', '095658.759000', '095658.761000', '095658.764000', '095658.766000', '095658.769000', '095658.772000', '095658.774000', '095658.777000', '095658.780000', '095658.782000', '095658.785000', '095658.787000', '095658.790000', '095658.792000', '095658.795000', '095658.798000', '095658.855000', '095658.858000', '095658.861000', '095658.863000', '095658.866000', '095658.868000', '095658.871000', '095658.873000', '095658.876000', '095658.879000', '095658.881000', '095658.884000', '095658.886000', '095658.889000', '095658.892000', '095658.894000', '095717.042000', '095717.045000', '095717.047000', '095717.050000', '095717.053000', '095717.055000', '095717.058000', '095717.060000', '095717.063000', '095717.065000', '095717.068000', '095717.071000', '095717.073000', '095717.076000', '095717.078000', '095717.081000', '095717.083000', '095717.086000', '095717.089000', '095717.091000', '095717.094000', '095717.097000', '095717.099000', '095717.102000', '095717.104000', '095717.107000', '095717.110000', '095717.112000', '095717.115000', '095717.117000', '095717.120000', '095717.123000', '095717.125000', '095717.128000', '095717.130000', '095717.133000', '095717.136000', '095717.138000', '095717.141000', '095717.143000', '095717.146000'], 'InstanceCreationTime': ['095058.756000', '095058.759000', '095058.762000', '095058.765000', '095058.767000', '095058.770000', '095058.772000', '095058.775000', '095058.777000', '095058.780000', '095058.792000', '095058.795000', '095058.797000', '095058.800000', '095058.802000', '095058.805000', '095058.808000', '095058.810000', '095058.813000', '095058.815000', '095058.818000', '095058.820000', '095058.823000', '095058.826000', '095058.828000', '095058.831000', '095058.833000', '095058.836000', '095058.838000', '095058.841000', '095058.844000', '095058.849000', '095058.851000', '095058.854000', '095058.856000', '095058.859000', '095058.862000', '095058.870000', '095058.873000', '095058.875000', '095058.878000', '095058.881000', '095058.883000', '095058.886000', '095058.888000', '095058.891000', '095058.893000', '095058.896000', '095058.899000', '095118.728000', '095118.731000', '095118.734000', '095118.736000', '095118.739000', '095118.741000', '095118.744000', '095118.746000', '095118.749000', '095118.752000', '095118.754000', '095118.757000', '095118.759000', '095118.762000', '095118.764000', '095118.767000', '095118.769000', '095118.772000', '095118.775000', '095118.777000', '095118.780000', '095118.782000', '095118.785000', '095118.787000', '095118.790000', '095118.792000', '095118.795000', '095118.804000', '095118.807000', '095118.809000', '095118.812000', '095118.814000', '095118.817000', '095118.819000', '095118.822000', '095118.825000', '095118.827000', '095118.830000', '095118.832000', '095118.835000', '095118.837000', '095118.840000', '095118.842000', '095118.845000', '095138.728000', '095138.731000', '095138.734000', '095138.736000', '095138.739000', '095138.741000', '095138.744000', '095138.747000', '095138.749000', '095138.752000', '095138.754000', '095138.757000', '095138.760000', '095138.762000', '095138.765000', '095138.767000', '095138.770000', '095138.772000', '095138.775000', '095138.778000', '095138.780000', '095138.783000', '095138.785000', '095138.788000', '095138.798000', '095138.800000', '095138.803000', '095138.805000', '095138.808000', '095138.810000', '095138.813000', '095138.816000', '095138.818000', '095138.821000', '095138.823000', '095138.826000', '095138.828000', '095138.831000', '095138.833000', '095138.836000', '095138.839000', '095138.841000', '095138.844000', '095158.728000', '095158.731000', '095158.734000', '095158.736000', '095158.739000', '095158.741000', '095158.744000', '095158.747000', '095158.749000', '095158.752000', '095158.754000', '095158.757000', '095158.759000', '095158.762000', '095158.764000', '095158.767000', '095158.771000', '095158.773000', '095158.776000', '095158.779000', '095158.781000', '095158.784000', '095158.791000', '095158.794000', '095158.797000', '095158.799000', '095158.821000', '095158.823000', '095158.826000', '095158.828000', '095158.831000', '095158.834000', '095158.836000', '095158.839000', '095158.841000', '095158.844000', '095158.847000', '095158.849000', '095158.852000', '095158.854000', '095158.857000', '095158.860000', '095158.862000', '095218.730000', '095218.732000', '095218.735000', '095218.738000', '095218.741000', '095218.743000', '095218.746000', '095218.749000', '095218.751000', '095218.754000', '095218.756000', '095218.759000', '095218.761000', '095218.764000', '095218.767000', '095218.769000', '095218.772000', '095218.774000', '095218.790000', '095218.792000', '095218.795000', '095218.797000', '095218.800000', '095218.803000', '095218.805000', '095218.808000', '095218.810000', '095218.813000', '095218.816000', '095218.818000', '095218.821000', '095218.823000', '095218.826000', '095218.828000', '095218.831000', '095218.834000', '095218.836000', '095218.839000', '095218.841000', '095218.844000', '095218.846000', '095218.849000', '095218.851000', '095218.854000', '095238.729000', '095238.732000', '095238.735000', '095238.738000', '095238.740000', '095238.743000', '095238.745000', '095238.748000', '095238.750000', '095238.753000', '095238.756000', '095238.758000', '095238.761000', '095238.763000', '095238.766000', '095238.768000', '095238.771000', '095238.774000', '095238.776000', '095238.779000', '095238.786000', '095238.789000', '095238.791000', '095238.794000', '095238.796000', '095238.799000', '095238.802000', '095238.804000', '095238.807000', '095238.809000', '095238.812000', '095238.815000', '095238.817000', '095238.820000', '095238.822000', '095238.825000', '095238.827000', '095238.830000', '095238.833000', '095238.835000', '095238.838000', '095238.840000', '095238.843000', '095258.730000', '095258.732000', '095258.735000', '095258.738000', '095258.740000', '095258.743000', '095258.745000', '095258.748000', '095258.750000', '095258.753000', '095258.756000', '095258.758000', '095258.761000', '095258.763000', '095258.766000', '095258.769000', '095258.771000', '095258.774000', '095258.776000', '095258.779000', '095258.782000', '095258.784000', '095258.787000', '095258.789000', '095258.792000', '095258.794000', '095258.797000', '095258.800000', '095258.802000', '095258.805000', '095258.807000', '095258.810000', '095258.813000', '095258.815000', '095258.818000', '095258.820000', '095258.823000', '095258.825000', '095258.828000', '095258.831000', '095258.833000', '095258.836000', '095258.838000', '095258.841000', '095318.730000', '095318.732000', '095318.735000', '095318.738000', '095318.740000', '095318.743000', '095318.745000', '095318.748000', '095318.750000', '095318.753000', '095318.756000', '095318.758000', '095318.761000', '095318.763000', '095318.766000', '095318.769000', '095318.771000', '095318.774000', '095318.777000', '095318.779000', '095318.782000', '095318.784000', '095318.787000', '095318.790000', '095318.792000', '095318.795000', '095318.797000', '095318.820000', '095318.822000', '095318.825000', '095318.827000', '095318.830000', '095318.832000', '095318.835000', '095318.838000', '095318.840000', '095318.843000', '095318.845000', '095318.848000', '095318.850000', '095318.853000', '095318.856000', '095318.858000', '095338.728000', '095338.731000', '095338.734000', '095338.736000', '095338.739000', '095338.742000', '095338.744000', '095338.747000', '095338.749000', '095338.752000', '095338.754000', '095338.757000', '095338.760000', '095338.762000', '095338.765000', '095338.768000', '095338.770000', '095338.773000', '095338.775000', '095338.778000', '095338.780000', '095338.783000', '095338.786000', '095338.788000', '095338.791000', '095338.793000', '095338.796000', '095338.799000', '095338.836000', '095338.838000', '095338.841000', '095338.843000', '095338.846000', '095338.849000', '095338.851000', '095338.854000', '095338.856000', '095338.859000', '095338.861000', '095338.864000', '095338.867000', '095338.869000', '095338.872000', '095338.884000', '095358.728000', '095358.731000', '095358.734000', '095358.737000', '095358.739000', '095358.742000', '095358.744000', '095358.747000', '095358.750000', '095358.752000', '095358.755000', '095358.758000', '095358.760000', '095358.763000', '095358.766000', '095358.768000', '095358.771000', '095358.774000', '095358.776000', '095358.779000', '095358.782000', '095358.785000', '095358.788000', '095358.791000', '095358.794000', '095358.796000', '095358.799000', '095358.845000', '095358.848000', '095358.851000', '095358.853000', '095358.856000', '095358.859000', '095358.861000', '095358.864000', '095358.866000', '095358.869000', '095358.872000', '095358.874000', '095358.877000', '095358.879000', '095358.882000', '095358.885000', '095418.729000', '095418.731000', '095418.734000', '095418.737000', '095418.739000', '095418.742000', '095418.744000', '095418.747000', '095418.750000', '095418.752000', '095418.755000', '095418.757000', '095418.760000', '095418.763000', '095418.765000', '095418.768000', '095418.770000', '095418.773000', '095418.776000', '095418.778000', '095418.781000', '095418.783000', '095418.786000', '095418.788000', '095418.791000', '095418.794000', '095418.796000', '095418.799000', '095418.820000', '095418.822000', '095418.825000', '095418.827000', '095418.830000', '095418.833000', '095418.835000', '095418.838000', '095418.840000', '095418.843000', '095418.845000', '095418.848000', '095418.851000', '095418.853000', '095418.856000', '095418.858000', '095438.729000', '095438.732000', '095438.735000', '095438.737000', '095438.740000', '095438.743000', '095438.745000', '095438.748000', '095438.750000', '095438.753000', '095438.756000', '095438.758000', '095438.761000', '095438.763000', '095438.766000', '095438.768000', '095438.771000', '095438.774000', '095438.776000', '095438.779000', '095438.781000', '095438.784000', '095438.786000', '095438.789000', '095438.792000', '095438.794000', '095438.797000', '095438.850000', '095438.854000', '095438.857000', '095438.859000', '095438.862000', '095438.865000', '095438.868000', '095438.871000', '095438.874000', '095438.876000', '095438.879000', '095438.882000', '095438.884000', '095438.887000', '095438.890000', '095438.892000', '095458.729000', '095458.732000', '095458.735000', '095458.738000', '095458.740000', '095458.743000', '095458.745000', '095458.748000', '095458.751000', '095458.753000', '095458.756000', '095458.758000', '095458.761000', '095458.764000', '095458.766000', '095458.769000', '095458.771000', '095458.774000', '095458.777000', '095458.779000', '095458.782000', '095458.784000', '095458.787000', '095458.790000', '095458.792000', '095458.795000', '095458.797000', '095458.842000', '095458.845000', '095458.847000', '095458.850000', '095458.852000', '095458.855000', '095458.858000', '095458.860000', '095458.863000', '095458.865000', '095458.868000', '095458.870000', '095458.873000', '095458.876000', '095458.878000', '095458.881000', '095458.884000', '095518.729000', '095518.732000', '095518.735000', '095518.737000', '095518.740000', '095518.743000', '095518.745000', '095518.748000', '095518.751000', '095518.753000', '095518.756000', '095518.758000', '095518.761000', '095518.764000', '095518.766000', '095518.769000', '095518.771000', '095518.774000', '095518.777000', '095518.779000', '095518.782000', '095518.784000', '095518.787000', '095518.790000', '095518.802000', '095518.832000', '095518.834000', '095518.837000', '095518.839000', '095518.842000', '095518.845000', '095518.847000', '095518.850000', '095518.853000', '095518.855000', '095518.858000', '095518.860000', '095518.863000', '095518.866000', '095518.868000', '095518.871000', '095518.873000', '095518.876000', '095538.729000', '095538.732000', '095538.735000', '095538.738000', '095538.740000', '095538.743000', '095538.745000', '095538.748000', '095538.751000', '095538.753000', '095538.756000', '095538.758000', '095538.761000', '095538.764000', '095538.766000', '095538.769000', '095538.771000', '095538.774000', '095538.777000', '095538.779000', '095538.782000', '095538.784000', '095538.787000', '095538.789000', '095538.792000', '095538.795000', '095538.797000', '095538.852000', '095538.854000', '095538.857000', '095538.860000', '095538.862000', '095538.865000', '095538.867000', '095538.870000', '095538.872000', '095538.875000', '095538.878000', '095538.880000', '095538.883000', '095538.885000', '095538.888000', '095538.890000', '095538.893000', '095558.728000', '095558.731000', '095558.734000', '095558.737000', '095558.739000', '095558.742000', '095558.745000', '095558.747000', '095558.750000', '095558.752000', '095558.755000', '095558.758000', '095558.760000', '095558.763000', '095558.766000', '095558.768000', '095558.771000', '095558.773000', '095558.776000', '095558.779000', '095558.781000', '095558.784000', '095558.786000', '095558.789000', '095558.792000', '095558.794000', '095558.797000', '095558.846000', '095558.849000', '095558.851000', '095558.854000', '095558.857000', '095558.860000', '095558.862000', '095558.865000', '095558.867000', '095558.870000', '095558.873000', '095558.875000', '095558.878000', '095558.880000', '095558.883000', '095558.886000', '095618.728000', '095618.731000', '095618.734000', '095618.736000', '095618.739000', '095618.742000', '095618.745000', '095618.747000', '095618.750000', '095618.752000', '095618.755000', '095618.758000', '095618.760000', '095618.763000', '095618.765000', '095618.768000', '095618.771000', '095618.773000', '095618.776000', '095618.779000', '095618.781000', '095618.784000', '095618.787000', '095618.789000', '095618.792000', '095618.795000', '095618.797000', '095618.827000', '095618.830000', '095618.832000', '095618.835000', '095618.837000', '095618.840000', '095618.843000', '095618.845000', '095618.848000', '095618.851000', '095618.853000', '095618.856000', '095618.860000', '095618.863000', '095618.865000', '095618.868000', '095618.870000', '095638.729000', '095638.732000', '095638.735000', '095638.737000', '095638.740000', '095638.743000', '095638.745000', '095638.748000', '095638.750000', '095638.753000', '095638.755000', '095638.758000', '095638.761000', '095638.763000', '095638.766000', '095638.768000', '095638.771000', '095638.773000', '095638.776000', '095638.779000', '095638.781000', '095638.784000', '095638.786000', '095638.789000', '095638.791000', '095638.794000', '095638.797000', '095638.799000', '095638.840000', '095638.842000', '095638.845000', '095638.847000', '095638.850000', '095638.853000', '095638.855000', '095638.887000', '095638.889000', '095638.892000', '095638.895000', '095638.897000', '095638.900000', '095638.902000', '095638.905000', '095658.730000', '095658.732000', '095658.735000', '095658.737000', '095658.740000', '095658.743000', '095658.746000', '095658.748000', '095658.751000', '095658.753000', '095658.756000', '095658.759000', '095658.761000', '095658.764000', '095658.766000', '095658.769000', '095658.772000', '095658.774000', '095658.777000', '095658.780000', '095658.782000', '095658.785000', '095658.787000', '095658.790000', '095658.792000', '095658.795000', '095658.798000', '095658.855000', '095658.858000', '095658.861000', '095658.863000', '095658.866000', '095658.868000', '095658.871000', '095658.873000', '095658.876000', '095658.879000', '095658.881000', '095658.884000', '095658.886000', '095658.889000', '095658.892000', '095658.894000', '095717.042000', '095717.045000', '095717.047000', '095717.050000', '095717.053000', '095717.055000', '095717.058000', '095717.060000', '095717.063000', '095717.065000', '095717.068000', '095717.071000', '095717.073000', '095717.076000', '095717.078000', '095717.081000', '095717.083000', '095717.086000', '095717.089000', '095717.091000', '095717.094000', '095717.097000', '095717.099000', '095717.102000', '095717.104000', '095717.107000', '095717.110000', '095717.112000', '095717.115000', '095717.117000', '095717.120000', '095717.123000', '095717.125000', '095717.128000', '095717.130000', '095717.133000', '095717.136000', '095717.138000', '095717.141000', '095717.143000', '095717.146000'], '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': [10765, 7909, 8425, 7315, 8765, 7514, 12680, 9498, 8606, 8215, 7400, 8407, 7524, 9118, 8233, 9946, 8740, 7351, 8550, 7527, 8767, 7612, 8022, 10131, 7320, 9248, 7430, 8247, 6824, 7971, 9545, 7415, 12523, 7621, 8597, 7050, 8031, 8265, 7488, 11825, 7475, 8223, 7561, 8197, 8311, 7569, 10763, 7820, 11059, 7109, 7930, 8360, 7513, 9228, 7422, 11796, 7976, 8164, 7774, 7678, 8572, 7340, 12098, 9657, 8324, 7600, 7674, 8546, 7490, 10922, 9069, 10224, 8640, 7612, 8747, 7711, 9012, 7561, 8944, 11481, 7648, 8737, 7713, 8405, 7343, 7601, 11947, 8089, 10052, 7306, 7079, 8998, 7319, 7375, 9303, 10956, 10014, 10312, 7360, 7904, 8524, 7526, 12711, 10168, 7917, 8063, 7868, 8678, 7814, 8379, 9221, 7434, 9342, 7187, 8086, 8654, 7510, 9533, 8130, 7720, 8766, 7680, 8060, 6776, 7559, 8798, 7430, 12661, 10521, 7825, 8200, 7369, 8540, 7829, 9699, 10529, 7322, 8275, 7724, 8102, 6996, 7729, 7734, 7196, 11995, 8459, 8197, 7835, 7270, 8392, 7351, 12413, 9404, 7731, 7863, 7224, 8572, 7854, 8161, 9222, 7133, 8971, 7640, 8117, 6796, 7771, 8317, 7541, 10674, 8332, 7481, 11918, 9716, 8224, 8346, 8368, 7449, 8996, 8666, 10074, 12434, 7830, 8028, 8138, 7457, 8741, 7645, 11820, 8945, 7509, 8650, 6584, 7858, 8366, 7483, 11498, 10607, 7411, 8754, 7692, 8479, 6936, 7476, 10692, 8167, 12134, 6655, 7914, 8438, 7419, 8901, 7577, 12563, 9844, 7864, 8336, 7375, 8604, 7333, 11984, 8844, 7739, 8009, 7467, 8802, 7540, 8648, 8570, 7446, 9339, 7603, 9032, 7922, 7324, 8648, 8868, 7785, 12764, 7845, 10188, 6914, 7294, 8439, 7650, 12768, 10665, 7885, 8536, 7398, 8586, 7667, 10290, 7813, 7617, 7798, 7289, 8739, 7616, 8928, 7931, 9112, 9566, 7479, 8079, 7361, 8874, 7814, 10305, 9196, 10534, 8476, 7454, 8833, 7538, 8816, 7775, 8548, 10973, 7404, 8834, 7525, 8470, 7859, 7992, 9472, 7436, 8635, 7590, 8323, 6672, 7853, 8942, 7533, 12059, 7685, 8171, 8506, 7519, 8668, 7660, 12573, 9473, 7672, 8736, 7768, 8251, 8217, 7285, 11836, 8076, 8160, 8415, 7449, 8964, 7672, 11103, 9772, 7432, 8645, 7681, 8372, 6700, 7531, 10481, 7670, 9579, 6894, 8037, 8398, 7269, 11233, 8241, 9545, 8341, 7384, 8868, 7520, 9497, 7576, 7752, 9214, 7464, 8583, 7793, 8129, 8995, 7205, 12625, 7719, 8434, 6671, 7907, 8329, 7319, 12149, 8810, 11519, 6762, 7685, 8503, 7895, 10297, 8167, 10241, 7877, 7524, 8661, 7489, 8680, 7915, 9233, 10148, 7011, 8390, 7631, 7481, 7556, 7266, 7101, 8067, 7920, 12288, 10526, 7492, 7496, 7911, 7519, 10399, 11057, 8414, 8825, 6707, 7755, 8316, 7439, 11320, 9775, 7599, 8478, 7583, 8081, 7168, 7286, 10658, 8014, 12101, 7697, 7506, 8808, 7518, 10093, 8100, 8970, 10535, 7424, 8620, 7633, 7918, 7044, 7812, 11464, 7188, 8961, 7587, 8275, 6659, 7517, 11534, 7724, 11926, 7554, 7884, 8509, 7379, 9381, 7578, 12011, 7610, 8136, 8258, 7348, 10365, 7593, 11723, 7490, 7937, 8405, 7225, 9643, 7317, 12644, 8435, 7779, 8325, 7191, 8862, 7355, 10936, 9114, 7686, 8545, 7425, 8844, 7021, 8084, 11202, 7337, 10393, 7201, 8115, 8504, 7135, 11035, 9092, 11549, 9027, 7201, 8476, 7608, 9622, 7428, 10067, 11990, 7354, 8494, 7627, 8041, 6697, 7547, 10849, 7287, 8635, 7622, 8107, 7031, 7242, 11276, 7624, 9238, 6767, 7840, 8329, 7091, 11847, 8776, 9469, 8576, 7364, 7960, 7409, 10907, 11065, 8173, 8935, 6795, 7926, 7018, 7502, 11643, 7236, 8215, 7199, 7418, 8878, 7313, 7844, 8406, 7098, 11165, 11126, 7426, 7145, 8063, 7418, 10061, 10876, 9671, 12809, 6981, 7642, 7905, 7441, 9168, 7716, 11064, 9021, 6993, 8322, 7472, 7708, 8266, 7086, 12136, 7458, 7752, 7928, 7054, 8393, 7283, 10970, 9414, 7213, 8232, 7044, 7849, 7573, 8162, 12508, 10930, 14415, 14082, 8603, 7101, 7552, 6874, 8195, 6827, 7818, 10166, 7551, 7316, 8830, 7694, 7419, 10975, 12822, 10759, 9557, 7939, 7829, 10398, 6643, 7300, 8313, 7245, 7154, 11462, 9785, 6998, 8314, 6600, 7008, 8322, 7461, 7018, 7668, 7245, 9868, 8191, 7267, 10997, 8076, 6929, 8664, 6834, 7213, 8399, 7138, 10059, 9219, 6870, 8710, 7096, 8067, 7306, 7156, 11876, 6970, 8187, 7104, 7391, 7933, 6753, 12223, 8755, 7753, 7735, 6890, 8740, 6975, 9238, 10002, 7051, 8656, 6789, 7312, 8490, 6783, 12057, 9170, 7379, 8447, 6874, 9215, 7862, 7083, 12724, 9701, 6575, 10869, 7158, 7222, 9476, 7135, 9346, 14139, 10088, 10580, 7800, 6415, 8239, 6711, 12692, 9571, 12979, 10795, 6467, 7701, 6752, 8293, 6877, 7977, 9222, 6634, 7573, 6727, 7087, 6850, 6403, 11440, 8624, 7701, 7237, 7045, 8706, 6825, 13272, 10286, 8668, 8382, 6703, 9389, 6996, 8523, 12958, 9421, 12048, 6974, 6794, 6871, 6638, 13069, 9854, 11272, 7351, 6509, 7266, 6705, 11732, 9280, 6808, 8067, 6566, 8697, 6953, 7552, 12130, 7128, 8441, 6571, 6837, 7276, 6690, 8119, 8353, 6827, 7346, 12578, 10972, 9298, 9997, 7285, 6639, 10490, 8604, 11202, 14687, 10566, 6862, 7475, 6755, 7359, 7541, 6768, 13501, 11414, 6690, 7346, 6791, 12576, 9569, 7478, 7809, 6584, 7455, 7356, 6522, 12263, 9908, 6562, 7356, 6734, 8008, 8994, 8692, 14125, 9773, 6832, 7460, 6904, 9460, 9964, 9426, 13825, 6912, 6524, 7482, 6687, 11608, 11329, 9088, 10163, 6722, 7980, 6817, 6662, 11090, 8411, 7534, 7324, 6809, 7852, 6890, 11145, 9335, 7719, 8584, 6683, 7352, 7775, 6622, 13207, 9804, 6878, 7326, 6772, 10030, 7349, 8184, 12662, 9706, 7563, 7654, 6482, 8810, 7055, 11660, 10832, 7608, 7940, 6376, 8484, 6781, 6824, 9987, 7841, 9603, 6808, 6554, 7866, 6788, 10885, 10197, 7824, 9322, 6711, 7095, 7758, 6795, 10518, 8576, 12211, 10690, 6396, 7694, 6762, 6950, 7799, 6516, 12977, 9928, 7012, 7580, 6532, 8221, 6974, 12522, 10250, 7347, 7588, 6540, 7965], 'WindowCenter': [3777.0, 3718.0, 3713.0, 3690.0, 3697.0, 3688.0, 3738.0, 3719.0, 3695.0, 3684.0, 3672.0, 3682.0, 3672.0, 3693.0, 3684.0, 3704.0, 3693.0, 3671.0, 3682.0, 3684.0, 3681.0, 3673.0, 3683.0, 3704.0, 3671.0, 3693.0, 3672.0, 3681.0, 3661.0, 3681.0, 3703.0, 3672.0, 3726.0, 3683.0, 3693.0, 3672.0, 3682.0, 3693.0, 3672.0, 3725.0, 3674.0, 3694.0, 3684.0, 3693.0, 3694.0, 3684.0, 3716.0, 3686.0, 3726.0, 3673.0, 3684.0, 3694.0, 3672.0, 3703.0, 3674.0, 3726.0, 3695.0, 3692.0, 3685.0, 3684.0, 3695.0, 3673.0, 3725.0, 3717.0, 3683.0, 3683.0, 3681.0, 3692.0, 3672.0, 3713.0, 3705.0, 3714.0, 3695.0, 3684.0, 3692.0, 3685.0, 3692.0, 3683.0, 3705.0, 3727.0, 3684.0, 3695.0, 3684.0, 3693.0, 3672.0, 3683.0, 3726.0, 3684.0, 3703.0, 3687.0, 3674.0, 3693.0, 3674.0, 3672.0, 3704.0, 3714.0, 3704.0, 3704.0, 3674.0, 3683.0, 3693.0, 3683.0, 3724.0, 3715.0, 3684.0, 3682.0, 3681.0, 3679.0, 3682.0, 3680.0, 3693.0, 3671.0, 3692.0, 3672.0, 3682.0, 3693.0, 3672.0, 3704.0, 3695.0, 3687.0, 3696.0, 3685.0, 3694.0, 3663.0, 3682.0, 3694.0, 3673.0, 3726.0, 3715.0, 3671.0, 3680.0, 3671.0, 3681.0, 3671.0, 3692.0, 3713.0, 3671.0, 3681.0, 3671.0, 3670.0, 3661.0, 3671.0, 3670.0, 3671.0, 3725.0, 3694.0, 3682.0, 3672.0, 3671.0, 3681.0, 3671.0, 3723.0, 3704.0, 3672.0, 3682.0, 3672.0, 3692.0, 3683.0, 3681.0, 3704.0, 3674.0, 3705.0, 3683.0, 3683.0, 3673.0, 3684.0, 3696.0, 3683.0, 3715.0, 3692.0, 3673.0, 3727.0, 3706.0, 3695.0, 3695.0, 3695.0, 3673.0, 3693.0, 3695.0, 3705.0, 3727.0, 3685.0, 3682.0, 3685.0, 3672.0, 3683.0, 3684.0, 3714.0, 3695.0, 3673.0, 3694.0, 3663.0, 3682.0, 3695.0, 3673.0, 3726.0, 3716.0, 3686.0, 3695.0, 3685.0, 3683.0, 3674.0, 3671.0, 3714.0, 3694.0, 3725.0, 3663.0, 3683.0, 3685.0, 3672.0, 3692.0, 3671.0, 3724.0, 3705.0, 3681.0, 3681.0, 3671.0, 3681.0, 3672.0, 3712.0, 3693.0, 3672.0, 3682.0, 3672.0, 3693.0, 3682.0, 3693.0, 3694.0, 3683.0, 3706.0, 3698.0, 3706.0, 3696.0, 3674.0, 3693.0, 3694.0, 3683.0, 3739.0, 3685.0, 3715.0, 3672.0, 3672.0, 3683.0, 3672.0, 3725.0, 3705.0, 3670.0, 3681.0, 3670.0, 3681.0, 3670.0, 3701.0, 3683.0, 3684.0, 3684.0, 3674.0, 3693.0, 3684.0, 3692.0, 3686.0, 3693.0, 3707.0, 3672.0, 3683.0, 3672.0, 3693.0, 3672.0, 3703.0, 3693.0, 3715.0, 3682.0, 3671.0, 3692.0, 3671.0, 3691.0, 3671.0, 3680.0, 3716.0, 3672.0, 3693.0, 3682.0, 3683.0, 3682.0, 3683.0, 3705.0, 3672.0, 3693.0, 3682.0, 3681.0, 3662.0, 3682.0, 3693.0, 3682.0, 3725.0, 3683.0, 3683.0, 3693.0, 3673.0, 3693.0, 3683.0, 3726.0, 3704.0, 3683.0, 3693.0, 3683.0, 3683.0, 3682.0, 3672.0, 3726.0, 3684.0, 3693.0, 3694.0, 3674.0, 3693.0, 3672.0, 3715.0, 3705.0, 3672.0, 3682.0, 3673.0, 3681.0, 3661.0, 3671.0, 3705.0, 3683.0, 3703.0, 3663.0, 3682.0, 3684.0, 3672.0, 3714.0, 3696.0, 3705.0, 3695.0, 3673.0, 3693.0, 3682.0, 3703.0, 3685.0, 3684.0, 3705.0, 3684.0, 3694.0, 3685.0, 3683.0, 3704.0, 3672.0, 3725.0, 3684.0, 3682.0, 3662.0, 3682.0, 3694.0, 3672.0, 3725.0, 3705.0, 3714.0, 3663.0, 3683.0, 3693.0, 3696.0, 3715.0, 3695.0, 3715.0, 3696.0, 3697.0, 3694.0, 3673.0, 3692.0, 3683.0, 3704.0, 3715.0, 3672.0, 3693.0, 3684.0, 3674.0, 3672.0, 3672.0, 3662.0, 3683.0, 3683.0, 3725.0, 3714.0, 3675.0, 3672.0, 3683.0, 3673.0, 3703.0, 3714.0, 3694.0, 3693.0, 3663.0, 3684.0, 3682.0, 3671.0, 3714.0, 3706.0, 3684.0, 3684.0, 3685.0, 3682.0, 3662.0, 3672.0, 3714.0, 3685.0, 3724.0, 3673.0, 3673.0, 3693.0, 3672.0, 3703.0, 3682.0, 3694.0, 3716.0, 3674.0, 3693.0, 3684.0, 3682.0, 3673.0, 3672.0, 3726.0, 3673.0, 3693.0, 3684.0, 3682.0, 3661.0, 3671.0, 3714.0, 3684.0, 3715.0, 3673.0, 3682.0, 3693.0, 3671.0, 3692.0, 3684.0, 3727.0, 3683.0, 3684.0, 3682.0, 3672.0, 3716.0, 3683.0, 3726.0, 3673.0, 3683.0, 3682.0, 3672.0, 3703.0, 3672.0, 3725.0, 3694.0, 3683.0, 3683.0, 3672.0, 3692.0, 3673.0, 3714.0, 3704.0, 3684.0, 3695.0, 3673.0, 3693.0, 3673.0, 3682.0, 3716.0, 3674.0, 3704.0, 3672.0, 3683.0, 3693.0, 3661.0, 3714.0, 3693.0, 3715.0, 3694.0, 3672.0, 3682.0, 3672.0, 3690.0, 3672.0, 3702.0, 3715.0, 3670.0, 3680.0, 3670.0, 3669.0, 3650.0, 3670.0, 3701.0, 3670.0, 3680.0, 3671.0, 3679.0, 3659.0, 3670.0, 3714.0, 3683.0, 3692.0, 3661.0, 3682.0, 3682.0, 3671.0, 3724.0, 3695.0, 3704.0, 3694.0, 3687.0, 3740.0, 3716.0, 3729.0, 3716.0, 3683.0, 3679.0, 3633.0, 3666.0, 3657.0, 3671.0, 3713.0, 3671.0, 3678.0, 3661.0, 3673.0, 3704.0, 3672.0, 3683.0, 3682.0, 3675.0, 3727.0, 3740.0, 3685.0, 3672.0, 3684.0, 3674.0, 3704.0, 3717.0, 3705.0, 3728.0, 3662.0, 3683.0, 3683.0, 3672.0, 3694.0, 3683.0, 3715.0, 3693.0, 3662.0, 3681.0, 3674.0, 3672.0, 3684.0, 3660.0, 3728.0, 3672.0, 3673.0, 3682.0, 3660.0, 3682.0, 3672.0, 3715.0, 3695.0, 3674.0, 3695.0, 3673.0, 3682.0, 3685.0, 3693.0, 3737.0, 3727.0, 3740.0, 3750.0, 3692.0, 3671.0, 3682.0, 3660.0, 3679.0, 3661.0, 3685.0, 3705.0, 3685.0, 3674.0, 3694.0, 3672.0, 3671.0, 3714.0, 3725.0, 3704.0, 3681.0, 3671.0, 3659.0, 3688.0, 3648.0, 3648.0, 3666.0, 3646.0, 3645.0, 3699.0, 3689.0, 3647.0, 3668.0, 3649.0, 3649.0, 3669.0, 3660.0, 3648.0, 3658.0, 3660.0, 3691.0, 3681.0, 3674.0, 3703.0, 3683.0, 3661.0, 3681.0, 3661.0, 3672.0, 3682.0, 3673.0, 3705.0, 3705.0, 3663.0, 3694.0, 3673.0, 3683.0, 3674.0, 3672.0, 3727.0, 3674.0, 3694.0, 3674.0, 3673.0, 3683.0, 3674.0, 3738.0, 3709.0, 3686.0, 3685.0, 3674.0, 3695.0, 3675.0, 3707.0, 3718.0, 3676.0, 3707.0, 3677.0, 3686.0, 3695.0, 3674.0, 3736.0, 3719.0, 3685.0, 3695.0, 3676.0, 3704.0, 3695.0, 3674.0, 3749.0, 3718.0, 3668.0, 3719.0, 3677.0, 3675.0, 3706.0, 3676.0, 3707.0, 3739.0, 3718.0, 3717.0, 3675.0, 3654.0, 3685.0, 3653.0, 3725.0, 3695.0, 3726.0, 3704.0, 3643.0, 3661.0, 3650.0, 3672.0, 3665.0, 3685.0, 3706.0, 3664.0, 3673.0, 3664.0, 3664.0, 3665.0, 3665.0, 3729.0, 3711.0, 3687.0, 3677.0, 3676.0, 3697.0, 3666.0, 3738.0, 3719.0, 3697.0, 3697.0, 3665.0, 3695.0, 3665.0, 3695.0, 3728.0, 3706.0, 3726.0, 3664.0, 3662.0, 3653.0, 3663.0, 3727.0, 3708.0, 3716.0, 3674.0, 3652.0, 3662.0, 3662.0, 3715.0, 3695.0, 3663.0, 3683.0, 3663.0, 3683.0, 3675.0, 3685.0, 3727.0, 3663.0, 3682.0, 3661.0, 3651.0, 3673.0, 3664.0, 3686.0, 3695.0, 3664.0, 3675.0, 3737.0, 3717.0, 3706.0, 3705.0, 3674.0, 3663.0, 3704.0, 3696.0, 3715.0, 3738.0, 3706.0, 3651.0, 3662.0, 3663.0, 3661.0, 3672.0, 3653.0, 3726.0, 3716.0, 3663.0, 3662.0, 3662.0, 3725.0, 3706.0, 3674.0, 3672.0, 3662.0, 3662.0, 3673.0, 3653.0, 3726.0, 3706.0, 3663.0, 3673.0, 3663.0, 3672.0, 3695.0, 3683.0, 3737.0, 3705.0, 3651.0, 3662.0, 3662.0, 3692.0, 3703.0, 3693.0, 3726.0, 3662.0, 3651.0, 3660.0, 3651.0, 3713.0, 3714.0, 3694.0, 3703.0, 3652.0, 3670.0, 3650.0, 3661.0, 3714.0, 3696.0, 3672.0, 3672.0, 3662.0, 3683.0, 3674.0, 3714.0, 3707.0, 3673.0, 3683.0, 3662.0, 3662.0, 3673.0, 3662.0, 3726.0, 3704.0, 3661.0, 3672.0, 3663.0, 3702.0, 3672.0, 3683.0, 3725.0, 3705.0, 3671.0, 3672.0, 3640.0, 3681.0, 3661.0, 3713.0, 3704.0, 3672.0, 3671.0, 3650.0, 3680.0, 3650.0, 3649.0, 3692.0, 3683.0, 3691.0, 3650.0, 3639.0, 3670.0, 3662.0, 3702.0, 3704.0, 3672.0, 3693.0, 3652.0, 3661.0, 3672.0, 3650.0, 3702.0, 3682.0, 3714.0, 3703.0, 3651.0, 3672.0, 3651.0, 3661.0, 3672.0, 3651.0, 3726.0, 3704.0, 3662.0, 3673.0, 3651.0, 3682.0, 3662.0, 3726.0, 3705.0, 3660.0, 3672.0, 3649.0, 3670.0], 'WindowWidth': [8498.0, 8398.0, 8380.0, 8342.0, 8345.0, 8333.0, 8400.0, 8376.0, 8333.0, 8317.0, 8301.0, 8312.0, 8299.0, 8328.0, 8319.0, 8345.0, 8329.0, 8296.0, 8310.0, 8317.0, 8308.0, 8301.0, 8314.0, 8346.0, 8298.0, 8325.0, 8297.0, 8307.0, 8282.0, 8310.0, 8342.0, 8300.0, 8376.0, 8315.0, 8326.0, 8299.0, 8311.0, 8328.0, 8300.0, 8374.0, 8305.0, 8331.0, 8319.0, 8328.0, 8331.0, 8318.0, 8364.0, 8328.0, 8377.0, 8304.0, 8317.0, 8331.0, 8298.0, 8342.0, 8304.0, 8378.0, 8334.0, 8327.0, 8320.0, 8317.0, 8333.0, 8303.0, 8376.0, 8367.0, 8313.0, 8315.0, 8309.0, 8323.0, 8299.0, 8357.0, 8349.0, 8359.0, 8332.0, 8316.0, 8325.0, 8322.0, 8326.0, 8317.0, 8347.0, 8382.0, 8318.0, 8336.0, 8319.0, 8329.0, 8301.0, 8316.0, 8377.0, 8319.0, 8344.0, 8327.0, 8305.0, 8329.0, 8304.0, 8298.0, 8344.0, 8359.0, 8345.0, 8343.0, 8303.0, 8314.0, 8328.0, 8316.0, 8373.0, 8362.0, 8315.0, 8311.0, 8308.0, 8304.0, 8312.0, 8305.0, 8326.0, 8297.0, 8323.0, 8299.0, 8312.0, 8327.0, 8302.0, 8347.0, 8335.0, 8328.0, 8338.0, 8323.0, 8332.0, 8290.0, 8313.0, 8330.0, 8303.0, 8378.0, 8361.0, 8296.0, 8307.0, 8294.0, 8308.0, 8295.0, 8324.0, 8355.0, 8297.0, 8307.0, 8295.0, 8291.0, 8283.0, 8295.0, 8293.0, 8297.0, 8372.0, 8331.0, 8311.0, 8299.0, 8297.0, 8308.0, 8298.0, 8368.0, 8346.0, 8298.0, 8310.0, 8298.0, 8323.0, 8313.0, 8309.0, 8345.0, 8305.0, 8348.0, 8317.0, 8316.0, 8304.0, 8321.0, 8337.0, 8315.0, 8358.0, 8325.0, 8301.0, 8380.0, 8350.0, 8333.0, 8334.0, 8333.0, 8301.0, 8327.0, 8333.0, 8346.0, 8379.0, 8318.0, 8312.0, 8319.0, 8299.0, 8313.0, 8316.0, 8355.0, 8336.0, 8300.0, 8329.0, 8290.0, 8312.0, 8333.0, 8304.0, 8375.0, 8365.0, 8324.0, 8334.0, 8321.0, 8314.0, 8303.0, 8296.0, 8358.0, 8333.0, 8374.0, 8289.0, 8314.0, 8318.0, 8299.0, 8325.0, 8296.0, 8372.0, 8346.0, 8307.0, 8308.0, 8295.0, 8307.0, 8299.0, 8353.0, 8329.0, 8298.0, 8310.0, 8297.0, 8327.0, 8313.0, 8327.0, 8333.0, 8317.0, 8350.0, 8345.0, 8350.0, 8336.0, 8305.0, 8326.0, 8330.0, 8314.0, 8400.0, 8319.0, 8358.0, 8298.0, 8296.0, 8313.0, 8298.0, 8372.0, 8344.0, 8290.0, 8308.0, 8292.0, 8306.0, 8293.0, 8335.0, 8315.0, 8316.0, 8315.0, 8303.0, 8327.0, 8317.0, 8326.0, 8322.0, 8328.0, 8354.0, 8298.0, 8314.0, 8299.0, 8325.0, 8299.0, 8339.0, 8328.0, 8360.0, 8312.0, 8294.0, 8322.0, 8296.0, 8320.0, 8298.0, 8307.0, 8363.0, 8299.0, 8325.0, 8311.0, 8314.0, 8311.0, 8313.0, 8347.0, 8299.0, 8328.0, 8312.0, 8309.0, 8287.0, 8311.0, 8327.0, 8312.0, 8376.0, 8314.0, 8314.0, 8328.0, 8302.0, 8328.0, 8318.0, 8375.0, 8346.0, 8313.0, 8328.0, 8317.0, 8314.0, 8313.0, 8299.0, 8377.0, 8320.0, 8327.0, 8331.0, 8304.0, 8328.0, 8298.0, 8357.0, 8346.0, 8299.0, 8310.0, 8300.0, 8308.0, 8282.0, 8296.0, 8345.0, 8315.0, 8340.0, 8289.0, 8311.0, 8315.0, 8299.0, 8358.0, 8337.0, 8347.0, 8333.0, 8303.0, 8328.0, 8313.0, 8341.0, 8322.0, 8319.0, 8349.0, 8319.0, 8332.0, 8321.0, 8316.0, 8347.0, 8300.0, 8378.0, 8320.0, 8313.0, 8288.0, 8313.0, 8331.0, 8299.0, 8373.0, 8350.0, 8356.0, 8290.0, 8315.0, 8328.0, 8338.0, 8361.0, 8335.0, 8360.0, 8337.0, 8342.0, 8333.0, 8302.0, 8324.0, 8316.0, 8344.0, 8364.0, 8303.0, 8331.0, 8320.0, 8305.0, 8299.0, 8298.0, 8285.0, 8313.0, 8314.0, 8372.0, 8355.0, 8307.0, 8300.0, 8313.0, 8300.0, 8342.0, 8357.0, 8330.0, 8327.0, 8290.0, 8317.0, 8312.0, 8295.0, 8357.0, 8350.0, 8316.0, 8315.0, 8318.0, 8312.0, 8285.0, 8299.0, 8358.0, 8320.0, 8369.0, 8300.0, 8301.0, 8326.0, 8297.0, 8339.0, 8313.0, 8330.0, 8362.0, 8304.0, 8328.0, 8316.0, 8310.0, 8302.0, 8299.0, 8378.0, 8303.0, 8326.0, 8315.0, 8310.0, 8283.0, 8296.0, 8356.0, 8319.0, 8358.0, 8300.0, 8311.0, 8328.0, 8295.0, 8326.0, 8321.0, 8378.0, 8316.0, 8317.0, 8313.0, 8299.0, 8362.0, 8317.0, 8377.0, 8303.0, 8313.0, 8311.0, 8297.0, 8341.0, 8300.0, 8375.0, 8330.0, 8313.0, 8313.0, 8300.0, 8326.0, 8304.0, 8357.0, 8347.0, 8318.0, 8333.0, 8302.0, 8328.0, 8303.0, 8314.0, 8364.0, 8306.0, 8344.0, 8300.0, 8314.0, 8327.0, 8282.0, 8357.0, 8330.0, 8360.0, 8330.0, 8298.0, 8312.0, 8298.0, 8319.0, 8298.0, 8338.0, 8361.0, 8293.0, 8305.0, 8292.0, 8288.0, 8266.0, 8291.0, 8334.0, 8294.0, 8304.0, 8294.0, 8302.0, 8278.0, 8293.0, 8356.0, 8317.0, 8324.0, 8283.0, 8311.0, 8310.0, 8298.0, 8372.0, 8334.0, 8343.0, 8328.0, 8328.0, 8423.0, 8382.0, 8385.0, 8361.0, 8313.0, 8299.0, 8229.0, 8278.0, 8271.0, 8295.0, 8353.0, 8293.0, 8300.0, 8283.0, 8301.0, 8343.0, 8301.0, 8314.0, 8311.0, 8309.0, 8381.0, 8402.0, 8323.0, 8302.0, 8317.0, 8304.0, 8343.0, 8363.0, 8345.0, 8384.0, 8287.0, 8314.0, 8315.0, 8297.0, 8327.0, 8315.0, 8359.0, 8326.0, 8282.0, 8308.0, 8301.0, 8297.0, 8317.0, 8281.0, 8382.0, 8300.0, 8300.0, 8312.0, 8281.0, 8312.0, 8299.0, 8359.0, 8333.0, 8302.0, 8331.0, 8303.0, 8312.0, 8324.0, 8330.0, 8397.0, 8380.0, 8408.0, 8418.0, 8327.0, 8299.0, 8312.0, 8280.0, 8304.0, 8284.0, 8319.0, 8342.0, 8319.0, 8305.0, 8330.0, 8299.0, 8295.0, 8354.0, 8371.0, 8341.0, 8304.0, 8291.0, 8274.0, 8310.0, 8256.0, 8255.0, 8277.0, 8250.0, 8248.0, 8327.0, 8311.0, 8254.0, 8284.0, 8261.0, 8261.0, 8288.0, 8277.0, 8259.0, 8272.0, 8278.0, 8319.0, 8308.0, 8301.0, 8339.0, 8313.0, 8283.0, 8309.0, 8283.0, 8296.0, 8312.0, 8302.0, 8346.0, 8347.0, 8289.0, 8330.0, 8304.0, 8313.0, 8304.0, 8301.0, 8379.0, 8306.0, 8330.0, 8305.0, 8302.0, 8314.0, 8307.0, 8397.0, 8360.0, 8322.0, 8322.0, 8307.0, 8335.0, 8310.0, 8355.0, 8372.0, 8311.0, 8353.0, 8314.0, 8323.0, 8335.0, 8308.0, 8391.0, 8373.0, 8323.0, 8336.0, 8312.0, 8345.0, 8335.0, 8305.0, 8414.0, 8373.0, 8300.0, 8367.0, 8311.0, 8305.0, 8346.0, 8310.0, 8349.0, 8397.0, 8366.0, 8360.0, 8305.0, 8274.0, 8317.0, 8272.0, 8368.0, 8329.0, 8372.0, 8340.0, 8257.0, 8279.0, 8264.0, 8295.0, 8290.0, 8319.0, 8348.0, 8289.0, 8298.0, 8291.0, 8290.0, 8293.0, 8296.0, 8384.0, 8364.0, 8324.0, 8311.0, 8309.0, 8337.0, 8297.0, 8396.0, 8372.0, 8339.0, 8337.0, 8294.0, 8333.0, 8292.0, 8331.0, 8381.0, 8348.0, 8373.0, 8289.0, 8283.0, 8273.0, 8287.0, 8378.0, 8354.0, 8361.0, 8303.0, 8271.0, 8283.0, 8285.0, 8359.0, 8334.0, 8287.0, 8313.0, 8287.0, 8313.0, 8307.0, 8320.0, 8380.0, 8287.0, 8309.0, 8282.0, 8267.0, 8300.0, 8293.0, 8323.0, 8331.0, 8290.0, 8306.0, 8392.0, 8365.0, 8346.0, 8344.0, 8301.0, 8286.0, 8341.0, 8333.0, 8357.0, 8394.0, 8346.0, 8268.0, 8282.0, 8285.0, 8280.0, 8296.0, 8271.0, 8375.0, 8359.0, 8286.0, 8284.0, 8284.0, 8372.0, 8347.0, 8300.0, 8296.0, 8284.0, 8282.0, 8299.0, 8273.0, 8374.0, 8350.0, 8287.0, 8299.0, 8287.0, 8297.0, 8332.0, 8314.0, 8392.0, 8345.0, 8268.0, 8282.0, 8283.0, 8322.0, 8340.0, 8326.0, 8376.0, 8284.0, 8266.0, 8278.0, 8268.0, 8352.0, 8355.0, 8327.0, 8337.0, 8271.0, 8290.0, 8266.0, 8282.0, 8356.0, 8334.0, 8297.0, 8298.0, 8284.0, 8312.0, 8304.0, 8355.0, 8350.0, 8300.0, 8313.0, 8286.0, 8284.0, 8300.0, 8285.0, 8376.0, 8342.0, 8280.0, 8297.0, 8286.0, 8337.0, 8298.0, 8313.0, 8372.0, 8344.0, 8293.0, 8296.0, 8253.0, 8306.0, 8279.0, 8351.0, 8341.0, 8295.0, 8292.0, 8265.0, 8303.0, 8263.0, 8263.0, 8321.0, 8313.0, 8317.0, 8264.0, 8249.0, 8291.0, 8284.0, 8337.0, 8343.0, 8299.0, 8326.0, 8270.0, 8281.0, 8295.0, 8265.0, 8338.0, 8312.0, 8354.0, 8339.0, 8269.0, 8296.0, 8269.0, 8279.0, 8298.0, 8268.0, 8376.0, 8343.0, 8283.0, 8299.0, 8269.0, 8311.0, 8285.0, 8375.0, 8343.0, 8278.0, 8294.0, 8263.0, 8292.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.0051707949308755765</td></tr>
<tr><td colspan=3>aqi</td><td>0.032786839861751155</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.71904974211069</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1314253959284883</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0004112380738173</td></tr>
<tr><td colspan=3>efc</td><td>0.4378</td></tr>
<tr><td colspan=3>fber</td><td>7279.9854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13313490340234094</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>106</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.211981566820276</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.40170719202507</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2696183095244464</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6151290285595565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3203742379912087</td></tr>
<tr><td colspan=3>gcor</td><td>0.00483875</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01997384987771511</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01986202970147133</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9076531126418494</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.8696</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.2848</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.3818</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>314334.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>697.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.3812</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2857</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.7062</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3014.3594</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3163.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>62210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3981.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>809.5587</td></tr>
<tr><td colspan=3>tsnr</td><td>34.53494797460735</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>