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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-04_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-04_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-0102/ses-04/func/sub-0102_ses-04_task-social_acq-mb8_run-04_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>5298fe316688550ee1e671844f7c3fab</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:25:21.887500</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.995342, -0.0744283, -0.0612825, 0.0751895, 0.997117, 0.0102076]</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-04_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.0991247</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7803, -7269, 252, -111, -25, -91, 105]</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>254.304</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2199e3a1-b8ee-4a8a-a47e-7df16e233ed0||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.67042875289917, 0.2017280012369156, -0.1629343181848526, 108.34385681152344], [0.19968564808368683, 2.67519211769104, 0.03987326845526695, -103.94312286376953], [-0.1644163578748703, -0.02738632634282112, 2.694784164428711, -61.839996337890625], [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': ['092521.887500', '092522.347500', '092522.807500', '092523.267500', '092523.727500', '092524.187500', '092524.647500', '092525.107500', '092525.567500', '092526.027500', '092526.487500', '092526.947500', '092527.407500', '092527.867500', '092528.327500', '092528.787500', '092529.247500', '092529.707500', '092530.167500', '092530.627500', '092531.087500', '092531.547500', '092532.007500', '092532.467500', '092532.927500', '092533.387500', '092533.847500', '092534.307500', '092534.767500', '092535.227500', '092535.687500', '092536.147500', '092536.607500', '092537.067500', '092537.527500', '092537.987500', '092538.447500', '092538.907500', '092539.367500', '092539.827500', '092540.287500', '092540.747500', '092541.207500', '092541.667500', '092542.127500', '092542.587500', '092543.047500', '092543.507500', '092543.967500', '092544.427500', '092544.887500', '092545.347500', '092545.807500', '092546.267500', '092546.727500', '092547.187500', '092547.647500', '092548.107500', '092548.567500', '092549.027500', '092549.487500', '092549.947500', '092550.407500', '092550.867500', '092551.327500', '092551.787500', '092552.247500', '092552.707500', '092553.167500', '092553.627500', '092554.087500', '092554.547500', '092555.007500', '092555.467500', '092555.927500', '092556.387500', '092556.847500', '092557.307500', '092557.767500', '092558.227500', '092558.687500', '092559.147500', '092559.607500', '092600.067500', '092600.527500', '092600.987500', '092601.447500', '092601.907500', '092602.367500', '092602.827500', '092603.287500', '092603.747500', '092604.207500', '092604.667500', '092605.127500', '092605.587500', '092606.047500', '092606.507500', '092606.967500', '092607.427500', '092607.887500', '092608.347500', '092608.807500', '092609.267500', '092609.727500', '092610.187500', '092610.647500', '092611.107500', '092611.567500', '092612.027500', '092612.487500', '092612.947500', '092613.407500', '092613.867500', '092614.327500', '092614.787500', '092615.247500', '092615.707500', '092616.167500', '092616.627500', '092617.087500', '092617.547500', '092618.007500', '092618.467500', '092618.927500', '092619.387500', '092619.847500', '092620.307500', '092620.767500', '092621.227500', '092621.687500', '092622.147500', '092622.607500', '092623.067500', '092623.527500', '092623.987500', '092624.447500', '092624.907500', '092625.367500', '092625.827500', '092626.287500', '092626.747500', '092627.207500', '092627.667500', '092628.127500', '092628.587500', '092629.047500', '092629.507500', '092629.967500', '092630.427500', '092630.887500', '092631.347500', '092631.807500', '092632.267500', '092632.727500', '092633.187500', '092633.647500', '092634.107500', '092634.567500', '092635.027500', '092635.487500', '092635.947500', '092636.407500', '092636.867500', '092637.327500', '092637.787500', '092638.247500', '092638.707500', '092639.167500', '092639.627500', '092640.087500', '092640.547500', '092641.007500', '092641.467500', '092641.927500', '092642.387500', '092642.847500', '092643.307500', '092643.767500', '092644.227500', '092644.687500', '092645.147500', '092645.607500', '092646.067500', '092646.527500', '092646.987500', '092647.447500', '092647.907500', '092648.367500', '092648.827500', '092649.287500', '092649.747500', '092650.207500', '092650.667500', '092651.127500', '092651.587500', '092652.047500', '092652.507500', '092652.967500', '092653.427500', '092653.887500', '092654.347500', '092654.807500', '092655.267500', '092655.727500', '092656.187500', '092656.647500', '092657.107500', '092657.567500', '092658.027500', '092658.487500', '092658.947500', '092659.407500', '092659.867500', '092700.327500', '092700.787500', '092701.247500', '092701.707500', '092702.167500', '092702.627500', '092703.087500', '092703.547500', '092704.007500', '092704.467500', '092704.927500', '092705.387500', '092705.847500', '092706.307500', '092706.767500', '092707.227500', '092707.687500', '092708.147500', '092708.607500', '092709.067500', '092709.527500', '092709.987500', '092710.447500', '092710.907500', '092711.367500', '092711.827500', '092712.287500', '092712.747500', '092713.207500', '092713.667500', '092714.127500', '092714.587500', '092715.047500', '092715.507500', '092715.967500', '092716.427500', '092716.887500', '092717.347500', '092717.807500', '092718.267500', '092718.727500', '092719.187500', '092719.647500', '092720.107500', '092720.567500', '092721.027500', '092721.487500', '092721.947500', '092722.407500', '092722.867500', '092723.327500', '092723.787500', '092724.247500', '092724.707500', '092725.167500', '092725.627500', '092726.087500', '092726.547500', '092727.007500', '092727.467500', '092727.927500', '092728.387500', '092728.847500', '092729.307500', '092729.767500', '092730.227500', '092730.687500', '092731.147500', '092731.607500', '092732.067500', '092732.527500', '092732.987500', '092733.447500', '092733.907500', '092734.367500', '092734.827500', '092735.287500', '092735.747500', '092736.207500', '092736.667500', '092737.127500', '092737.587500', '092738.047500', '092738.507500', '092738.967500', '092739.427500', '092739.887500', '092740.347500', '092740.807500', '092741.267500', '092741.727500', '092742.187500', '092742.647500', '092743.107500', '092743.567500', '092744.027500', '092744.487500', '092744.947500', '092745.407500', '092745.867500', '092746.327500', '092746.787500', '092747.247500', '092747.707500', '092748.167500', '092748.627500', '092749.087500', '092749.547500', '092750.007500', '092750.467500', '092750.927500', '092751.387500', '092751.847500', '092752.307500', '092752.767500', '092753.227500', '092753.687500', '092754.147500', '092754.607500', '092755.067500', '092755.527500', '092755.987500', '092756.447500', '092756.907500', '092757.367500', '092757.827500', '092758.287500', '092758.747500', '092759.207500', '092759.667500', '092800.127500', '092800.587500', '092801.047500', '092801.507500', '092801.967500', '092802.427500', '092802.887500', '092803.347500', '092803.807500', '092804.267500', '092804.727500', '092805.187500', '092805.647500', '092806.107500', '092806.567500', '092807.027500', '092807.487500', '092807.947500', '092808.407500', '092808.867500', '092809.327500', '092809.787500', '092810.247500', '092810.707500', '092811.167500', '092811.627500', '092812.087500', '092812.547500', '092813.007500', '092813.467500', '092813.927500', '092814.387500', '092814.847500', '092815.307500', '092815.767500', '092816.227500', '092816.687500', '092817.147500', '092817.607500', '092818.067500', '092818.527500', '092818.987500', '092819.447500', '092819.907500', '092820.367500', '092820.827500', '092821.287500', '092821.747500', '092822.207500', '092822.667500', '092823.127500', '092823.587500', '092824.047500', '092824.507500', '092824.967500', '092825.427500', '092825.887500', '092826.347500', '092826.807500', '092827.267500', '092827.727500', '092828.187500', '092828.647500', '092829.107500', '092829.567500', '092830.027500', '092830.487500', '092830.947500', '092831.407500', '092831.867500', '092832.327500', '092832.787500', '092833.247500', '092833.707500', '092834.167500', '092834.627500', '092835.087500', '092835.547500', '092836.007500', '092836.467500', '092836.927500', '092837.387500', '092837.847500', '092838.307500', '092838.767500', '092839.227500', '092839.687500', '092840.147500', '092840.607500', '092841.067500', '092841.527500', '092841.987500', '092842.447500', '092842.907500', '092843.367500', '092843.827500', '092844.287500', '092844.747500', '092845.207500', '092845.667500', '092846.127500', '092846.587500', '092847.047500', '092847.507500', '092847.967500', '092848.427500', '092848.887500', '092849.347500', '092849.807500', '092850.267500', '092850.727500', '092851.187500', '092851.647500', '092852.107500', '092852.567500', '092853.027500', '092853.487500', '092853.947500', '092854.407500', '092854.867500', '092855.327500', '092855.787500', '092856.247500', '092856.707500', '092857.167500', '092857.627500', '092858.087500', '092858.547500', '092859.007500', '092859.467500', '092859.927500', '092900.387500', '092900.847500', '092901.307500', '092901.767500', '092902.227500', '092902.687500', '092903.147500', '092903.607500', '092904.067500', '092904.527500', '092904.987500', '092905.447500', '092905.907500', '092906.367500', '092906.827500', '092907.287500', '092907.747500', '092908.207500', '092908.667500', '092909.127500', '092909.587500', '092910.047500', '092910.507500', '092910.967500', '092911.427500', '092911.887500', '092912.347500', '092912.807500', '092913.267500', '092913.727500', '092914.187500', '092914.647500', '092915.107500', '092915.567500', '092916.027500', '092916.487500', '092916.947500', '092917.407500', '092917.867500', '092918.327500', '092918.787500', '092919.247500', '092919.707500', '092920.167500', '092920.627500', '092921.087500', '092921.547500', '092922.007500', '092922.467500', '092922.927500', '092923.387500', '092923.847500', '092924.307500', '092924.767500', '092925.227500', '092925.687500', '092926.147500', '092926.607500', '092927.067500', '092927.527500', '092927.987500', '092928.447500', '092928.907500', '092929.367500', '092929.827500', '092930.287500', '092930.747500', '092931.207500', '092931.667500', '092932.127500', '092932.587500', '092933.047500', '092933.507500', '092933.967500', '092934.427500', '092934.887500', '092935.347500', '092935.807500', '092936.267500', '092936.727500', '092937.187500', '092937.647500', '092938.107500', '092938.567500', '092939.027500', '092939.487500', '092939.947500', '092940.407500', '092940.867500', '092941.327500', '092941.787500', '092942.247500', '092942.707500', '092943.167500', '092943.627500', '092944.087500', '092944.547500', '092945.007500', '092945.467500', '092945.927500', '092946.387500', '092946.847500', '092947.307500', '092947.767500', '092948.227500', '092948.687500', '092949.147500', '092949.607500', '092950.067500', '092950.527500', '092950.987500', '092951.447500', '092951.907500', '092952.367500', '092952.827500', '092953.287500', '092953.747500', '092954.207500', '092954.667500', '092955.127500', '092955.587500', '092956.047500', '092956.507500', '092956.967500', '092957.427500', '092957.887500', '092958.347500', '092958.807500', '092959.267500', '092959.727500', '093000.187500', '093000.647500', '093001.107500', '093001.567500', '093002.027500', '093002.487500', '093002.947500', '093003.407500', '093003.867500', '093004.327500', '093004.787500', '093005.247500', '093005.707500', '093006.167500', '093006.627500', '093007.087500', '093007.547500', '093008.007500', '093008.467500', '093008.927500', '093009.387500', '093009.847500', '093010.307500', '093010.767500', '093011.227500', '093011.687500', '093012.147500', '093012.607500', '093013.067500', '093013.527500', '093013.987500', '093014.447500', '093014.907500', '093015.367500', '093015.827500', '093016.287500', '093016.747500', '093017.207500', '093017.667500', '093018.127500', '093018.587500', '093019.047500', '093019.507500', '093019.967500', '093020.427500', '093020.887500', '093021.347500', '093021.807500', '093022.267500', '093022.727500', '093023.187500', '093023.647500', '093024.107500', '093024.567500', '093025.027500', '093025.487500', '093025.947500', '093026.407500', '093026.867500', '093027.327500', '093027.787500', '093028.247500', '093028.707500', '093029.167500', '093029.627500', '093030.087500', '093030.547500', '093031.007500', '093031.467500', '093031.927500', '093032.387500', '093032.847500', '093033.307500', '093033.767500', '093034.227500', '093034.687500', '093035.147500', '093035.607500', '093036.067500', '093036.527500', '093036.987500', '093037.447500', '093037.907500', '093038.367500', '093038.827500', '093039.287500', '093039.747500', '093040.207500', '093040.667500', '093041.127500', '093041.587500', '093042.047500', '093042.507500', '093042.967500', '093043.427500', '093043.887500', '093044.347500', '093044.807500', '093045.267500', '093045.727500', '093046.187500', '093046.647500', '093047.107500', '093047.567500', '093048.027500', '093048.487500', '093048.947500', '093049.407500', '093049.867500', '093050.327500', '093050.787500', '093051.247500', '093051.707500', '093052.167500', '093052.627500', '093053.087500', '093053.547500', '093054.007500', '093054.467500', '093054.927500', '093055.387500', '093055.847500', '093056.307500', '093056.767500', '093057.227500', '093057.687500', '093058.147500', '093058.607500', '093059.067500', '093059.527500', '093059.987500', '093100.447500', '093100.907500', '093101.367500', '093101.827500', '093102.287500', '093102.747500', '093103.207500', '093103.667500', '093104.127500', '093104.587500', '093105.047500', '093105.507500', '093105.967500', '093106.427500', '093106.887500', '093107.347500', '093107.807500', '093108.267500', '093108.727500', '093109.187500', '093109.647500', '093110.107500', '093110.567500', '093111.027500', '093111.487500', '093111.947500', '093112.407500', '093112.867500', '093113.327500', '093113.787500', '093114.247500', '093114.707500', '093115.167500', '093115.627500', '093116.087500', '093116.547500', '093117.007500', '093117.467500', '093117.927500', '093118.387500', '093118.847500', '093119.307500', '093119.767500', '093120.227500', '093120.687500', '093121.147500', '093121.607500', '093122.067500', '093122.527500', '093122.987500', '093123.447500', '093123.907500', '093124.367500', '093124.827500', '093125.287500', '093125.747500', '093126.207500', '093126.667500', '093127.127500', '093127.587500', '093128.047500', '093128.507500', '093128.967500', '093129.427500', '093129.887500', '093130.347500', '093130.807500', '093131.267500', '093131.727500', '093132.187500', '093132.647500', '093133.107500', '093133.567500', '093134.027500', '093134.487500', '093134.947500', '093135.407500', '093135.867500', '093136.327500', '093136.787500', '093137.247500', '093137.707500', '093138.167500', '093138.627500', '093139.087500', '093139.547500', '093140.007500', '093140.467500', '093140.927500', '093141.387500', '093141.847500', '093142.307500', '093142.767500', '093143.227500', '093143.687500', '093144.147500', '093144.607500', '093145.067500', '093145.527500', '093145.987500', '093146.447500', '093146.907500', '093147.367500', '093147.827500', '093148.287500', '093148.747500', '093149.207500', '093149.667500', '093150.127500', '093150.587500', '093151.047500', '093151.507500', '093151.967500', '093152.427500', '093152.887500', '093153.347500', '093153.807500', '093154.267500', '093154.727500', '093155.187500', '093155.647500', '093156.107500', '093156.567500', '093157.027500', '093157.487500', '093157.947500', '093158.407500', '093158.867500', '093159.327500', '093159.787500', '093200.247500', '093200.707500', '093201.167500', '093201.627500', '093202.087500', '093202.547500'], 'ContentTime': ['092543.959000', '092543.962000', '092543.965000', '092543.968000', '092543.978000', '092543.980000', '092543.983000', '092543.986000', '092543.988000', '092544.000000', '092544.002000', '092544.005000', '092544.007000', '092544.010000', '092544.013000', '092544.015000', '092544.018000', '092544.020000', '092544.023000', '092544.025000', '092544.028000', '092544.030000', '092544.033000', '092544.035000', '092544.038000', '092544.040000', '092544.043000', '092544.046000', '092544.048000', '092544.059000', '092544.070000', '092544.073000', '092544.075000', '092544.078000', '092544.081000', '092544.083000', '092544.086000', '092544.088000', '092544.091000', '092544.094000', '092544.096000', '092544.099000', '092544.101000', '092544.104000', '092544.106000', '092603.913000', '092603.916000', '092603.919000', '092603.922000', '092603.924000', '092603.927000', '092603.929000', '092603.932000', '092603.934000', '092603.937000', '092603.951000', '092603.954000', '092603.956000', '092603.959000', '092603.961000', '092603.964000', '092603.967000', '092603.969000', '092603.972000', '092603.974000', '092603.977000', '092603.979000', '092603.982000', '092603.984000', '092603.992000', '092603.995000', '092603.997000', '092604.001000', '092604.003000', '092604.006000', '092604.008000', '092604.011000', '092604.014000', '092604.016000', '092604.019000', '092604.021000', '092604.024000', '092604.026000', '092604.029000', '092604.031000', '092604.034000', '092604.037000', '092604.039000', '092623.913000', '092623.916000', '092623.919000', '092623.921000', '092623.924000', '092623.926000', '092623.929000', '092623.932000', '092623.934000', '092623.937000', '092623.939000', '092623.942000', '092623.944000', '092623.947000', '092623.949000', '092623.952000', '092623.954000', '092623.957000', '092623.959000', '092623.962000', '092623.965000', '092623.967000', '092623.970000', '092623.972000', '092623.975000', '092623.977000', '092623.980000', '092623.982000', '092623.985000', '092623.987000', '092623.990000', '092623.992000', '092623.995000', '092624.003000', '092624.006000', '092624.008000', '092624.011000', '092624.013000', '092624.016000', '092624.019000', '092624.021000', '092624.024000', '092624.026000', '092624.029000', '092643.914000', '092643.917000', '092643.920000', '092643.922000', '092643.925000', '092643.927000', '092643.930000', '092643.933000', '092643.935000', '092643.938000', '092643.941000', '092643.943000', '092643.946000', '092643.948000', '092643.951000', '092643.954000', '092643.956000', '092643.959000', '092643.961000', '092643.964000', '092643.966000', '092643.969000', '092643.980000', '092643.982000', '092643.985000', '092643.992000', '092643.995000', '092643.997000', '092644.001000', '092644.004000', '092644.006000', '092644.009000', '092644.011000', '092644.014000', '092644.017000', '092644.019000', '092644.022000', '092644.024000', '092644.027000', '092644.029000', '092644.032000', '092644.034000', '092644.037000', '092703.914000', '092703.917000', '092703.920000', '092703.922000', '092703.925000', '092703.927000', '092703.930000', '092703.932000', '092703.935000', '092703.938000', '092703.940000', '092703.943000', '092703.945000', '092703.948000', '092703.951000', '092703.953000', '092703.956000', '092703.958000', '092703.961000', '092703.963000', '092703.966000', '092703.969000', '092703.971000', '092703.974000', '092703.976000', '092703.979000', '092703.982000', '092703.984000', '092703.987000', '092703.989000', '092703.992000', '092703.995000', '092703.997000', '092704.001000', '092704.003000', '092704.006000', '092704.009000', '092704.011000', '092704.014000', '092704.016000', '092704.019000', '092704.021000', '092704.024000', '092704.026000', '092723.914000', '092723.917000', '092723.920000', '092723.922000', '092723.925000', '092723.928000', '092723.930000', '092723.933000', '092723.935000', '092723.938000', '092723.940000', '092723.943000', '092723.945000', '092723.948000', '092723.950000', '092723.953000', '092723.956000', '092723.958000', '092723.961000', '092723.963000', '092723.966000', '092723.968000', '092723.971000', '092723.973000', '092723.991000', '092723.994000', '092723.996000', '092724.000000', '092724.002000', '092724.005000', '092724.008000', '092724.010000', '092724.013000', '092724.015000', '092724.018000', '092724.021000', '092724.023000', '092724.026000', '092724.028000', '092724.031000', '092724.033000', '092724.036000', '092724.038000', '092743.914000', '092743.917000', '092743.921000', '092743.923000', '092743.926000', '092743.930000', '092743.943000', '092743.946000', '092743.949000', '092743.951000', '092743.954000', '092743.956000', '092743.959000', '092743.961000', '092743.964000', '092743.967000', '092743.969000', '092743.972000', '092743.974000', '092743.977000', '092743.980000', '092743.983000', '092743.985000', '092743.988000', '092743.991000', '092743.993000', '092743.996000', '092743.998000', '092744.002000', '092744.004000', '092744.007000', '092744.010000', '092744.012000', '092744.015000', '092744.017000', '092744.020000', '092744.023000', '092744.025000', '092744.028000', '092744.030000', '092744.033000', '092744.035000', '092744.038000', '092803.913000', '092803.916000', '092803.919000', '092803.922000', '092803.924000', '092803.927000', '092803.938000', '092803.940000', '092803.943000', '092803.945000', '092803.948000', '092803.950000', '092803.953000', '092803.956000', '092803.958000', '092803.961000', '092803.963000', '092803.966000', '092803.968000', '092803.971000', '092803.973000', '092803.976000', '092803.979000', '092803.981000', '092803.984000', '092803.986000', '092803.989000', '092803.992000', '092803.994000', '092803.997000', '092804.000000', '092804.003000', '092804.005000', '092804.008000', '092804.011000', '092804.013000', '092804.016000', '092804.018000', '092804.021000', '092804.023000', '092804.026000', '092804.028000', '092804.031000', '092804.033000', '092823.914000', '092823.916000', '092823.919000', '092823.921000', '092823.924000', '092823.927000', '092823.929000', '092823.932000', '092823.934000', '092823.937000', '092823.939000', '092823.942000', '092823.945000', '092823.947000', '092823.950000', '092823.952000', '092823.955000', '092823.958000', '092823.960000', '092823.963000', '092823.965000', '092823.968000', '092823.971000', '092823.973000', '092823.976000', '092823.978000', '092823.981000', '092823.984000', '092823.986000', '092823.989000', '092823.992000', '092823.995000', '092823.997000', '092824.001000', '092824.004000', '092824.006000', '092824.009000', '092824.011000', '092824.014000', '092824.016000', '092824.019000', '092824.021000', '092824.024000', '092843.913000', '092843.916000', '092843.919000', '092843.921000', '092843.924000', '092843.927000', '092843.929000', '092843.932000', '092843.935000', '092843.937000', '092843.940000', '092843.942000', '092843.945000', '092843.947000', '092843.950000', '092843.953000', '092843.955000', '092843.958000', '092843.961000', '092843.963000', '092843.966000', '092843.968000', '092843.971000', '092843.973000', '092843.976000', '092843.978000', '092843.981000', '092843.984000', '092843.986000', '092843.989000', '092843.991000', '092843.994000', '092843.996000', '092844.000000', '092844.003000', '092844.005000', '092844.008000', '092844.010000', '092844.013000', '092844.016000', '092844.018000', '092844.021000', '092844.023000', '092844.026000', '092903.915000', '092903.917000', '092903.920000', '092903.923000', '092903.925000', '092903.928000', '092903.930000', '092903.933000', '092903.935000', '092903.938000', '092903.941000', '092903.943000', '092903.946000', '092903.959000', '092903.961000', '092903.964000', '092903.967000', '092903.970000', '092903.973000', '092903.975000', '092903.978000', '092903.981000', '092903.984000', '092903.986000', '092903.989000', '092903.991000', '092903.994000', '092903.996000', '092904.000000', '092904.003000', '092904.005000', '092904.008000', '092904.011000', '092904.013000', '092904.016000', '092904.018000', '092904.021000', '092904.024000', '092904.026000', '092904.029000', '092904.031000', '092904.034000', '092904.037000', '092923.914000', '092923.917000', '092923.920000', '092923.922000', '092923.925000', '092923.928000', '092923.930000', '092923.933000', '092923.936000', '092923.938000', '092923.941000', '092923.943000', '092923.946000', '092923.948000', '092923.951000', '092923.954000', '092923.956000', '092923.959000', '092923.962000', '092923.964000', '092923.967000', '092923.969000', '092923.972000', '092923.974000', '092923.977000', '092923.979000', '092923.982000', '092923.985000', '092923.987000', '092923.990000', '092923.992000', '092923.995000', '092923.997000', '092924.001000', '092924.004000', '092924.006000', '092924.009000', '092924.011000', '092924.014000', '092924.016000', '092924.019000', '092924.022000', '092924.024000', '092924.027000', '092943.915000', '092943.917000', '092943.920000', '092943.923000', '092943.925000', '092943.928000', '092943.930000', '092943.933000', '092943.936000', '092943.938000', '092943.941000', '092943.943000', '092943.946000', '092943.948000', '092943.951000', '092943.954000', '092943.956000', '092943.959000', '092943.962000', '092943.965000', '092943.968000', '092943.971000', '092943.973000', '092943.976000', '092943.978000', '092943.991000', '092943.993000', '092943.996000', '092944.000000', '092944.002000', '092944.005000', '092944.007000', '092944.010000', '092944.012000', '092944.015000', '092944.018000', '092944.020000', '092944.023000', '092944.025000', '092944.028000', '092944.030000', '092944.033000', '092944.036000', '093003.915000', '093003.917000', '093003.920000', '093003.923000', '093003.925000', '093003.928000', '093003.930000', '093003.933000', '093003.936000', '093003.938000', '093003.941000', '093003.943000', '093003.946000', '093003.948000', '093003.951000', '093003.954000', '093003.957000', '093003.959000', '093003.962000', '093003.964000', '093003.967000', '093003.970000', '093003.972000', '093003.975000', '093003.977000', '093003.980000', '093003.982000', '093003.985000', '093003.988000', '093003.990000', '093003.993000', '093003.996000', '093003.998000', '093004.002000', '093004.004000', '093004.007000', '093004.009000', '093004.012000', '093004.014000', '093004.017000', '093004.019000', '093004.022000', '093004.025000', '093004.027000', '093023.914000', '093023.916000', '093023.919000', '093023.922000', '093023.924000', '093023.927000', '093023.930000', '093023.932000', '093023.935000', '093023.937000', '093023.940000', '093023.942000', '093023.945000', '093023.948000', '093023.950000', '093023.953000', '093023.955000', '093023.958000', '093023.960000', '093023.963000', '093023.966000', '093023.968000', '093023.971000', '093023.973000', '093023.976000', '093023.979000', '093023.981000', '093023.984000', '093023.986000', '093023.989000', '093023.993000', '093023.996000', '093023.998000', '093024.002000', '093024.005000', '093024.008000', '093024.011000', '093024.014000', '093024.016000', '093024.019000', '093024.021000', '093024.024000', '093024.027000', '093043.914000', '093043.917000', '093043.919000', '093043.922000', '093043.924000', '093043.927000', '093043.929000', '093043.932000', '093043.934000', '093043.937000', '093043.940000', '093043.942000', '093043.945000', '093043.970000', '093043.972000', '093043.975000', '093043.978000', '093043.980000', '093043.983000', '093043.985000', '093043.988000', '093043.991000', '093043.993000', '093043.996000', '093043.998000', '093044.002000', '093044.004000', '093044.007000', '093044.010000', '093044.012000', '093044.015000', '093044.017000', '093044.020000', '093044.022000', '093044.025000', '093044.028000', '093044.030000', '093044.033000', '093044.035000', '093044.038000', '093044.040000', '093044.043000', '093044.046000', '093044.048000', '093103.914000', '093103.916000', '093103.919000', '093103.922000', '093103.924000', '093103.927000', '093103.929000', '093103.932000', '093103.935000', '093103.937000', '093103.940000', '093103.942000', '093103.945000', '093103.947000', '093103.950000', '093103.953000', '093103.955000', '093103.958000', '093103.960000', '093103.963000', '093103.966000', '093103.968000', '093103.971000', '093103.973000', '093103.976000', '093103.979000', '093103.981000', '093103.984000', '093103.986000', '093103.989000', '093103.992000', '093103.994000', '093103.997000', '093104.001000', '093104.003000', '093104.006000', '093104.009000', '093104.011000', '093104.014000', '093104.018000', '093104.021000', '093104.024000', '093104.026000', '093123.914000', '093123.917000', '093123.920000', '093123.922000', '093123.925000', '093123.928000', '093123.930000', '093123.945000', '093123.947000', '093123.950000', '093123.952000', '093123.955000', '093123.958000', '093123.960000', '093123.963000', '093123.965000', '093123.968000', '093123.970000', '093123.973000', '093123.976000', '093123.978000', '093123.981000', '093123.983000', '093123.986000', '093123.988000', '093123.991000', '093123.994000', '093123.996000', '093124.000000', '093124.002000', '093124.005000', '093124.008000', '093124.010000', '093124.013000', '093124.015000', '093124.018000', '093124.020000', '093124.023000', '093124.025000', '093124.028000', '093124.031000', '093124.033000', '093124.036000', '093124.038000', '093143.915000', '093143.917000', '093143.920000', '093143.923000', '093143.925000', '093143.928000', '093143.930000', '093143.933000', '093143.935000', '093143.938000', '093143.941000', '093143.943000', '093143.946000', '093143.949000', '093143.951000', '093143.954000', '093143.956000', '093143.959000', '093143.962000', '093143.964000', '093143.967000', '093143.969000', '093143.972000', '093143.975000', '093143.977000', '093143.980000', '093143.983000', '093143.985000', '093143.988000', '093143.990000', '093143.993000', '093143.995000', '093143.998000', '093144.002000', '093144.004000', '093144.007000', '093144.009000', '093144.012000', '093144.015000', '093144.017000', '093144.020000', '093144.023000', '093144.025000', '093203.915000', '093203.918000', '093203.920000', '093203.923000', '093203.926000', '093203.929000', '093203.933000', '093203.936000', '093203.939000', '093203.942000', '093203.945000', '093203.948000', '093203.950000', '093203.953000', '093203.957000', '093203.960000', '093203.964000', '093203.968000', '093203.971000', '093203.974000', '093203.977000', '093203.980000', '093203.982000', '093203.985000', '093204.018000', '093204.021000', '093204.023000', '093204.026000', '093204.028000', '093204.031000', '093204.033000', '093204.036000', '093204.039000', '093204.041000', '093204.044000', '093204.047000', '093204.049000', '093204.052000', '093204.055000', '093204.057000', '093204.060000', '093204.062000', '093204.065000', '093204.068000', '093204.253000'], 'InstanceCreationTime': ['092543.959000', '092543.962000', '092543.965000', '092543.968000', '092543.978000', '092543.980000', '092543.983000', '092543.986000', '092543.988000', '092544.000000', '092544.002000', '092544.005000', '092544.007000', '092544.010000', '092544.013000', '092544.015000', '092544.018000', '092544.020000', '092544.023000', '092544.025000', '092544.028000', '092544.030000', '092544.033000', '092544.035000', '092544.038000', '092544.040000', '092544.043000', '092544.046000', '092544.048000', '092544.059000', '092544.070000', '092544.073000', '092544.075000', '092544.078000', '092544.081000', '092544.083000', '092544.086000', '092544.088000', '092544.091000', '092544.094000', '092544.096000', '092544.099000', '092544.101000', '092544.104000', '092544.106000', '092603.913000', '092603.916000', '092603.919000', '092603.922000', '092603.924000', '092603.927000', '092603.929000', '092603.932000', '092603.934000', '092603.937000', '092603.951000', '092603.954000', '092603.956000', '092603.959000', '092603.961000', '092603.964000', '092603.967000', '092603.969000', '092603.972000', '092603.974000', '092603.977000', '092603.979000', '092603.982000', '092603.984000', '092603.992000', '092603.995000', '092603.997000', '092604.001000', '092604.003000', '092604.006000', '092604.008000', '092604.011000', '092604.014000', '092604.016000', '092604.019000', '092604.021000', '092604.024000', '092604.026000', '092604.029000', '092604.031000', '092604.034000', '092604.037000', '092604.039000', '092623.913000', '092623.916000', '092623.919000', '092623.921000', '092623.924000', '092623.926000', '092623.929000', '092623.932000', '092623.934000', '092623.937000', '092623.939000', '092623.942000', '092623.944000', '092623.947000', '092623.949000', '092623.952000', '092623.954000', '092623.957000', '092623.959000', '092623.962000', '092623.965000', '092623.967000', '092623.970000', '092623.972000', '092623.975000', '092623.977000', '092623.980000', '092623.982000', '092623.985000', '092623.987000', '092623.990000', '092623.992000', '092623.995000', '092624.003000', '092624.006000', '092624.008000', '092624.011000', '092624.013000', '092624.016000', '092624.019000', '092624.021000', '092624.024000', '092624.026000', '092624.029000', '092643.914000', '092643.917000', '092643.920000', '092643.922000', '092643.925000', '092643.927000', '092643.930000', '092643.933000', '092643.935000', '092643.938000', '092643.941000', '092643.943000', '092643.946000', '092643.948000', '092643.951000', '092643.954000', '092643.956000', '092643.959000', '092643.961000', '092643.964000', '092643.966000', '092643.969000', '092643.980000', '092643.982000', '092643.985000', '092643.992000', '092643.995000', '092643.997000', '092644.001000', '092644.004000', '092644.006000', '092644.009000', '092644.011000', '092644.014000', '092644.017000', '092644.019000', '092644.022000', '092644.024000', '092644.027000', '092644.029000', '092644.032000', '092644.034000', '092644.037000', '092703.914000', '092703.917000', '092703.920000', '092703.922000', '092703.925000', '092703.927000', '092703.930000', '092703.932000', '092703.935000', '092703.938000', '092703.940000', '092703.943000', '092703.945000', '092703.948000', '092703.951000', '092703.953000', '092703.956000', '092703.958000', '092703.961000', '092703.963000', '092703.966000', '092703.969000', '092703.971000', '092703.974000', '092703.976000', '092703.979000', '092703.982000', '092703.984000', '092703.987000', '092703.989000', '092703.992000', '092703.995000', '092703.997000', '092704.001000', '092704.003000', '092704.006000', '092704.009000', '092704.011000', '092704.014000', '092704.016000', '092704.019000', '092704.021000', '092704.024000', '092704.026000', '092723.914000', '092723.917000', '092723.920000', '092723.922000', '092723.925000', '092723.928000', '092723.930000', '092723.933000', '092723.935000', '092723.938000', '092723.940000', '092723.943000', '092723.945000', '092723.948000', '092723.950000', '092723.953000', '092723.956000', '092723.958000', '092723.961000', '092723.963000', '092723.966000', '092723.968000', '092723.971000', '092723.973000', '092723.991000', '092723.994000', '092723.996000', '092724.000000', '092724.002000', '092724.005000', '092724.008000', '092724.010000', '092724.013000', '092724.015000', '092724.018000', '092724.021000', '092724.023000', '092724.026000', '092724.028000', '092724.031000', '092724.033000', '092724.036000', '092724.038000', '092743.914000', '092743.917000', '092743.921000', '092743.923000', '092743.926000', '092743.930000', '092743.943000', '092743.946000', '092743.949000', '092743.951000', '092743.954000', '092743.956000', '092743.959000', '092743.961000', '092743.964000', '092743.967000', '092743.969000', '092743.972000', '092743.974000', '092743.977000', '092743.980000', '092743.983000', '092743.985000', '092743.988000', '092743.991000', '092743.993000', '092743.996000', '092743.998000', '092744.002000', '092744.004000', '092744.007000', '092744.010000', '092744.012000', '092744.015000', '092744.017000', '092744.020000', '092744.023000', '092744.025000', '092744.028000', '092744.030000', '092744.033000', '092744.035000', '092744.038000', '092803.913000', '092803.916000', '092803.919000', '092803.922000', '092803.924000', '092803.927000', '092803.938000', '092803.940000', '092803.943000', '092803.945000', '092803.948000', '092803.950000', '092803.953000', '092803.956000', '092803.958000', '092803.961000', '092803.963000', '092803.966000', '092803.968000', '092803.971000', '092803.973000', '092803.976000', '092803.979000', '092803.981000', '092803.984000', '092803.986000', '092803.989000', '092803.992000', '092803.994000', '092803.997000', '092804.000000', '092804.003000', '092804.005000', '092804.008000', '092804.011000', '092804.013000', '092804.016000', '092804.018000', '092804.021000', '092804.023000', '092804.026000', '092804.028000', '092804.031000', '092804.033000', '092823.914000', '092823.916000', '092823.919000', '092823.921000', '092823.924000', '092823.927000', '092823.929000', '092823.932000', '092823.934000', '092823.937000', '092823.939000', '092823.942000', '092823.945000', '092823.947000', '092823.950000', '092823.952000', '092823.955000', '092823.958000', '092823.960000', '092823.963000', '092823.965000', '092823.968000', '092823.971000', '092823.973000', '092823.976000', '092823.978000', '092823.981000', '092823.984000', '092823.986000', '092823.989000', '092823.992000', '092823.995000', '092823.997000', '092824.001000', '092824.004000', '092824.006000', '092824.009000', '092824.011000', '092824.014000', '092824.016000', '092824.019000', '092824.021000', '092824.024000', '092843.913000', '092843.916000', '092843.919000', '092843.921000', '092843.924000', '092843.927000', '092843.929000', '092843.932000', '092843.935000', '092843.937000', '092843.940000', '092843.942000', '092843.945000', '092843.947000', '092843.950000', '092843.953000', '092843.955000', '092843.958000', '092843.961000', '092843.963000', '092843.966000', '092843.968000', '092843.971000', '092843.973000', '092843.976000', '092843.978000', '092843.981000', '092843.984000', '092843.986000', '092843.989000', '092843.991000', '092843.994000', '092843.996000', '092844.000000', '092844.003000', '092844.005000', '092844.008000', '092844.010000', '092844.013000', '092844.016000', '092844.018000', '092844.021000', '092844.023000', '092844.026000', '092903.915000', '092903.917000', '092903.920000', '092903.923000', '092903.925000', '092903.928000', '092903.930000', '092903.933000', '092903.935000', '092903.938000', '092903.941000', '092903.943000', '092903.946000', '092903.959000', '092903.961000', '092903.964000', '092903.967000', '092903.970000', '092903.973000', '092903.975000', '092903.978000', '092903.981000', '092903.984000', '092903.986000', '092903.989000', '092903.991000', '092903.994000', '092903.996000', '092904.000000', '092904.003000', '092904.005000', '092904.008000', '092904.011000', '092904.013000', '092904.016000', '092904.018000', '092904.021000', '092904.024000', '092904.026000', '092904.029000', '092904.031000', '092904.034000', '092904.037000', '092923.914000', '092923.917000', '092923.920000', '092923.922000', '092923.925000', '092923.928000', '092923.930000', '092923.933000', '092923.936000', '092923.938000', '092923.941000', '092923.943000', '092923.946000', '092923.948000', '092923.951000', '092923.954000', '092923.956000', '092923.959000', '092923.962000', '092923.964000', '092923.967000', '092923.969000', '092923.972000', '092923.974000', '092923.977000', '092923.979000', '092923.982000', '092923.985000', '092923.987000', '092923.990000', '092923.992000', '092923.995000', '092923.997000', '092924.001000', '092924.004000', '092924.006000', '092924.009000', '092924.011000', '092924.014000', '092924.016000', '092924.019000', '092924.022000', '092924.024000', '092924.027000', '092943.915000', '092943.917000', '092943.920000', '092943.923000', '092943.925000', '092943.928000', '092943.930000', '092943.933000', '092943.936000', '092943.938000', '092943.941000', '092943.943000', '092943.946000', '092943.948000', '092943.951000', '092943.954000', '092943.956000', '092943.959000', '092943.962000', '092943.965000', '092943.968000', '092943.971000', '092943.973000', '092943.976000', '092943.978000', '092943.991000', '092943.993000', '092943.996000', '092944.000000', '092944.002000', '092944.005000', '092944.007000', '092944.010000', '092944.012000', '092944.015000', '092944.018000', '092944.020000', '092944.023000', '092944.025000', '092944.028000', '092944.030000', '092944.033000', '092944.036000', '093003.915000', '093003.917000', '093003.920000', '093003.923000', '093003.925000', '093003.928000', '093003.930000', '093003.933000', '093003.936000', '093003.938000', '093003.941000', '093003.943000', '093003.946000', '093003.948000', '093003.951000', '093003.954000', '093003.957000', '093003.959000', '093003.962000', '093003.964000', '093003.967000', '093003.970000', '093003.972000', '093003.975000', '093003.977000', '093003.980000', '093003.982000', '093003.985000', '093003.988000', '093003.990000', '093003.993000', '093003.996000', '093003.998000', '093004.002000', '093004.004000', '093004.007000', '093004.009000', '093004.012000', '093004.014000', '093004.017000', '093004.019000', '093004.022000', '093004.025000', '093004.027000', '093023.914000', '093023.916000', '093023.919000', '093023.922000', '093023.924000', '093023.927000', '093023.930000', '093023.932000', '093023.935000', '093023.937000', '093023.940000', '093023.942000', '093023.945000', '093023.948000', '093023.950000', '093023.953000', '093023.955000', '093023.958000', '093023.960000', '093023.963000', '093023.966000', '093023.968000', '093023.971000', '093023.973000', '093023.976000', '093023.979000', '093023.981000', '093023.984000', '093023.986000', '093023.989000', '093023.993000', '093023.996000', '093023.998000', '093024.002000', '093024.005000', '093024.008000', '093024.011000', '093024.014000', '093024.016000', '093024.019000', '093024.021000', '093024.024000', '093024.027000', '093043.914000', '093043.917000', '093043.919000', '093043.922000', '093043.924000', '093043.927000', '093043.929000', '093043.932000', '093043.934000', '093043.937000', '093043.940000', '093043.942000', '093043.945000', '093043.970000', '093043.972000', '093043.975000', '093043.978000', '093043.980000', '093043.983000', '093043.985000', '093043.988000', '093043.991000', '093043.993000', '093043.996000', '093043.998000', '093044.002000', '093044.004000', '093044.007000', '093044.010000', '093044.012000', '093044.015000', '093044.017000', '093044.020000', '093044.022000', '093044.025000', '093044.028000', '093044.030000', '093044.033000', '093044.035000', '093044.038000', '093044.040000', '093044.043000', '093044.046000', '093044.048000', '093103.914000', '093103.916000', '093103.919000', '093103.922000', '093103.924000', '093103.927000', '093103.929000', '093103.932000', '093103.935000', '093103.937000', '093103.940000', '093103.942000', '093103.945000', '093103.947000', '093103.950000', '093103.953000', '093103.955000', '093103.958000', '093103.960000', '093103.963000', '093103.966000', '093103.968000', '093103.971000', '093103.973000', '093103.976000', '093103.979000', '093103.981000', '093103.984000', '093103.986000', '093103.989000', '093103.992000', '093103.994000', '093103.997000', '093104.001000', '093104.003000', '093104.006000', '093104.009000', '093104.011000', '093104.014000', '093104.018000', '093104.021000', '093104.024000', '093104.026000', '093123.914000', '093123.917000', '093123.920000', '093123.922000', '093123.925000', '093123.928000', '093123.930000', '093123.945000', '093123.947000', '093123.950000', '093123.952000', '093123.955000', '093123.958000', '093123.960000', '093123.963000', '093123.965000', '093123.968000', '093123.970000', '093123.973000', '093123.976000', '093123.978000', '093123.981000', '093123.983000', '093123.986000', '093123.988000', '093123.991000', '093123.994000', '093123.996000', '093124.000000', '093124.002000', '093124.005000', '093124.008000', '093124.010000', '093124.013000', '093124.015000', '093124.018000', '093124.020000', '093124.023000', '093124.025000', '093124.028000', '093124.031000', '093124.033000', '093124.036000', '093124.038000', '093143.915000', '093143.917000', '093143.920000', '093143.923000', '093143.925000', '093143.928000', '093143.930000', '093143.933000', '093143.935000', '093143.938000', '093143.941000', '093143.943000', '093143.946000', '093143.949000', '093143.951000', '093143.954000', '093143.956000', '093143.959000', '093143.962000', '093143.964000', '093143.967000', '093143.969000', '093143.972000', '093143.975000', '093143.977000', '093143.980000', '093143.983000', '093143.985000', '093143.988000', '093143.990000', '093143.993000', '093143.995000', '093143.998000', '093144.002000', '093144.004000', '093144.007000', '093144.009000', '093144.012000', '093144.015000', '093144.017000', '093144.020000', '093144.023000', '093144.025000', '093203.915000', '093203.918000', '093203.920000', '093203.923000', '093203.926000', '093203.929000', '093203.933000', '093203.936000', '093203.939000', '093203.942000', '093203.945000', '093203.948000', '093203.950000', '093203.953000', '093203.957000', '093203.960000', '093203.964000', '093203.968000', '093203.971000', '093203.974000', '093203.977000', '093203.980000', '093203.982000', '093203.985000', '093204.018000', '093204.021000', '093204.023000', '093204.026000', '093204.028000', '093204.031000', '093204.033000', '093204.036000', '093204.039000', '093204.041000', '093204.044000', '093204.047000', '093204.049000', '093204.052000', '093204.055000', '093204.057000', '093204.060000', '093204.062000', '093204.065000', '093204.068000', '093204.253000'], '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': [18925, 12924, 14084, 8876, 6659, 11200, 6551, 8587, 7473, 6683, 10634, 6614, 14287, 7944, 12816, 8917, 10925, 11128, 10192, 15741, 10296, 16184, 10245, 12357, 6956, 8218, 11602, 7271, 14441, 8534, 17576, 11159, 11531, 14296, 8766, 10326, 11076, 6713, 13305, 6594, 6566, 9423, 6701, 6489, 12238, 12964, 8170, 8208, 15724, 10118, 12944, 16188, 13719, 16402, 11041, 16056, 16142, 12343, 19108, 11246, 11404, 12224, 9629, 16548, 9255, 15329, 9253, 10076, 7533, 6970, 7120, 6691, 7465, 7265, 7667, 6869, 6920, 6666, 6828, 6780, 6846, 6572, 8088, 6803, 6760, 6761, 6775, 6512, 6899, 6623, 7418, 7168, 14654, 7594, 15793, 6933, 12548, 6610, 9319, 6563, 8823, 7364, 15757, 10919, 16687, 10326, 14985, 7099, 6921, 16544, 13043, 9700, 7228, 7508, 8556, 6914, 8485, 8958, 8164, 13702, 12049, 15430, 11245, 13863, 15741, 12969, 17313, 11805, 14557, 14937, 12827, 17411, 12198, 17160, 11457, 15516, 9477, 13542, 7514, 10381, 7040, 8637, 6861, 6894, 6686, 6547, 6766, 6684, 6863, 6381, 7035, 6582, 6881, 6821, 13350, 10591, 16967, 9794, 16525, 9173, 7816, 9020, 6652, 9041, 8218, 6555, 8711, 6826, 7352, 6622, 8861, 9900, 17911, 12900, 14405, 9952, 13271, 11848, 15186, 14967, 16227, 15965, 14895, 14863, 8306, 13213, 10033, 7963, 7293, 6947, 9937, 6583, 8139, 6582, 6934, 6722, 8179, 10982, 8595, 9435, 6711, 6640, 6609, 7211, 6772, 7410, 6634, 6859, 6419, 6826, 6724, 6668, 6558, 6713, 6497, 8776, 6695, 15462, 10731, 16627, 11897, 15553, 9098, 6595, 7272, 10765, 6990, 8598, 7380, 10095, 6811, 6564, 7408, 10925, 14759, 11336, 16468, 13086, 17787, 14393, 19225, 19513, 15009, 7649, 8749, 6601, 8879, 7200, 8656, 10253, 9245, 11851, 7659, 13109, 9209, 10541, 12787, 10455, 16082, 10655, 15055, 8794, 8937, 8375, 6459, 9403, 6504, 8906, 6909, 9558, 7092, 7213, 6578, 6672, 6629, 6651, 6429, 6511, 9165, 12247, 18658, 16157, 15831, 9190, 6866, 6945, 7002, 10499, 6758, 7301, 6711, 6647, 8293, 7306, 12921, 9059, 14064, 9610, 13952, 9559, 11695, 6909, 10853, 8422, 11954, 8883, 14205, 13056, 17224, 12403, 15430, 9221, 14292, 9380, 8412, 10793, 7143, 17054, 11786, 17799, 13354, 14731, 13184, 8653, 7984, 9254, 7711, 9225, 7271, 11180, 7500, 10564, 9693, 7667, 11238, 7274, 11570, 7527, 11880, 9354, 6568, 8822, 6891, 6532, 7897, 6704, 6708, 6693, 6636, 8898, 6868, 8745, 7131, 6397, 7934, 6475, 8592, 6640, 9589, 6617, 9246, 6728, 8713, 7061, 8516, 6765, 8002, 6634, 7860, 7187, 13631, 16984, 14557, 10092, 9131, 9989, 6905, 8838, 6769, 9565, 7808, 9992, 7256, 9119, 6747, 9772, 10800, 15787, 13015, 16971, 12698, 15490, 10798, 11196, 9982, 12096, 13794, 12076, 14968, 9900, 14261, 8557, 10934, 7494, 8472, 7110, 7987, 7221, 7280, 7034, 8117, 6874, 8467, 7044, 8241, 6876, 6694, 6540, 7657, 6697, 6846, 6789, 6547, 6492, 12995, 17341, 18727, 12390, 9269, 7546, 7024, 7106, 7138, 7831, 6939, 8467, 6795, 11033, 7973, 12602, 8359, 13014, 9380, 14359, 9683, 15283, 10198, 17324, 10750, 12152, 8773, 7326, 10097, 6860, 10391, 6804, 10402, 6834, 6796, 7127, 6734, 8361, 6956, 9925, 6767, 9297, 7103, 13151, 7651, 13471, 8001, 12828, 8024, 14056, 11692, 8611, 7261, 6480, 6928, 6688, 6842, 6548, 9313, 8876, 16229, 9040, 11770, 6967, 8633, 6788, 9833, 7623, 12063, 8093, 11830, 7115, 10035, 7126, 11748, 10448, 11969, 14444, 18118, 18494, 14445, 10852, 9294, 12065, 16962, 9474, 6417, 7036, 7197, 13312, 9469, 12339, 10840, 7314, 10351, 7263, 15701, 8014, 16748, 11786, 12864, 13240, 10543, 15874, 9306, 8973, 7134, 6637, 10086, 6733, 8814, 8047, 7714, 11136, 7129, 12280, 7076, 11242, 6837, 10658, 6796, 6936, 6559, 9206, 15022, 8302, 15290, 6754, 9508, 6840, 7604, 6922, 7124, 6663, 12821, 8438, 15925, 9782, 9145, 7621, 6920, 6658, 7524, 6665, 9550, 8034, 14664, 10149, 12471, 6704, 9482, 10568, 16135, 17377, 11382, 10382, 10644, 6893, 10920, 14112, 16379, 12114, 9979, 7449, 7483, 7459, 7681, 8677, 13910, 10640, 14013, 9934, 16585, 14033, 13329, 14636, 10761, 12733, 8556, 6367, 9222, 6736, 10318, 6870, 6652, 6995, 6519, 8238, 6726, 8171, 6496, 6474, 6821, 6622, 7158, 6650, 7993, 6623, 8119, 6818, 8042, 6611, 10428, 10106, 14533, 10061, 13358, 6734, 9870, 6947, 6717, 6682, 6593, 6873, 6600, 12474, 6806, 10241, 7113, 8475, 6934, 7109, 6877, 7271, 10803, 7091, 7035, 6750, 9426, 6902, 11584, 7959, 11435, 8041, 9764, 9337, 13191, 11586, 9278, 13256, 6797, 13185, 7699, 10081, 6991, 6846, 6901, 7081, 8235, 7147, 11471, 6897, 9420, 7059, 9154, 7033, 8319, 6996, 6674, 6946, 6933, 10091, 7161, 14941, 8763, 10910, 7575, 8857, 6716, 6928, 6725, 7021, 6919, 7050, 9490, 6975, 12768, 8086, 18176, 11612, 13250, 17383, 11065, 20167, 15092, 14509, 8929, 6670, 7155, 6844, 11571, 7561, 6653, 12124, 8010, 9056, 7630, 6505, 10811, 7205, 15609, 11105, 9604, 13587, 9656, 14346, 9369, 7717, 9716, 6928, 12145, 8252, 12852, 8718, 12788, 8478, 12926, 8207, 11370, 7119, 9322, 6948, 7667, 6614, 7263, 6748, 7436, 6541, 7735, 6754, 7553, 6682, 8607, 6723, 10676, 6961, 11603, 7098, 13319, 7702, 11511, 7652, 9687, 6811, 8984, 6867, 7080, 6784, 6797, 6485, 6815, 6735, 7454, 6464, 6982, 6609, 6673, 6535, 6603, 8113, 11495, 6627, 9530, 6811, 6413, 6863, 8490, 14065, 8201, 10959, 6697, 7005, 6628, 8985, 8659, 12070, 10118, 12159, 10957, 12608, 11438, 11119, 12506, 10245, 13017, 10545, 12504, 8790, 10979, 9272, 9679, 7904, 8430, 6993, 7299, 6913, 6849, 6714, 6689, 6812, 7530, 6685, 8660, 6799, 8631, 6855, 9394, 6748, 10272, 7040, 9908, 6906, 9722, 7170, 10033, 7183, 8578, 6553, 10197, 11988, 12430, 14706, 9344, 13528, 8746, 6972, 6908, 6489, 8983, 9982, 8629, 14520, 10088, 15828, 10121, 10397, 11592, 13998, 17445, 12187, 14847, 15782, 14316, 17236, 13433, 16877, 11803, 16382], 'WindowCenter': [4333.0, 4275.0, 4270.0, 4199.0, 4165.0, 4203.0, 4164.0, 4182.0, 4160.0, 4150.0, 4203.0, 4164.0, 4224.0, 4185.0, 4226.0, 4196.0, 4206.0, 4218.0, 4207.0, 4249.0, 4208.0, 4263.0, 4219.0, 4188.0, 4105.0, 4132.0, 4167.0, 4136.0, 4228.0, 4197.0, 4257.0, 4215.0, 4215.0, 4236.0, 4181.0, 4188.0, 4187.0, 4147.0, 4199.0, 4138.0, 4149.0, 4167.0, 4150.0, 4151.0, 4219.0, 4205.0, 4161.0, 4164.0, 4226.0, 4198.0, 4219.0, 4240.0, 4213.0, 4248.0, 4203.0, 4224.0, 4199.0, 4175.0, 4205.0, 4152.0, 4162.0, 4163.0, 4154.0, 4206.0, 4154.0, 4194.0, 4142.0, 4150.0, 4117.0, 4106.0, 4106.0, 4106.0, 4117.0, 4118.0, 4129.0, 4109.0, 4120.0, 4120.0, 4119.0, 4122.0, 4122.0, 4121.0, 4142.0, 4123.0, 4134.0, 4135.0, 4137.0, 4138.0, 4149.0, 4151.0, 4162.0, 4161.0, 4224.0, 4173.0, 4235.0, 4163.0, 4214.0, 4151.0, 4182.0, 4153.0, 4184.0, 4175.0, 4238.0, 4220.0, 4250.0, 4206.0, 4226.0, 4163.0, 4153.0, 4227.0, 4201.0, 4169.0, 4135.0, 4150.0, 4183.0, 4164.0, 4184.0, 4197.0, 4187.0, 4228.0, 4219.0, 4238.0, 4205.0, 4214.0, 4224.0, 4201.0, 4222.0, 4177.0, 4197.0, 4197.0, 4175.0, 4195.0, 4163.0, 4192.0, 4160.0, 4179.0, 4137.0, 4157.0, 4105.0, 4135.0, 4106.0, 4126.0, 4107.0, 4118.0, 4120.0, 4109.0, 4121.0, 4121.0, 4132.0, 4123.0, 4134.0, 4135.0, 4147.0, 4150.0, 4212.0, 4191.0, 4247.0, 4194.0, 4233.0, 4159.0, 4125.0, 4122.0, 4102.0, 4120.0, 4125.0, 4105.0, 4162.0, 4142.0, 4154.0, 4142.0, 4172.0, 4194.0, 4235.0, 4215.0, 4228.0, 4196.0, 4214.0, 4203.0, 4211.0, 4200.0, 4209.0, 4199.0, 4186.0, 4186.0, 4143.0, 4171.0, 4140.0, 4129.0, 4118.0, 4118.0, 4137.0, 4107.0, 4127.0, 4107.0, 4117.0, 4108.0, 4129.0, 4160.0, 4128.0, 4138.0, 4108.0, 4107.0, 4107.0, 4118.0, 4109.0, 4119.0, 4120.0, 4121.0, 4122.0, 4122.0, 4132.0, 4134.0, 4125.0, 4136.0, 4137.0, 4169.0, 4151.0, 4234.0, 4206.0, 4246.0, 4217.0, 4238.0, 4196.0, 4165.0, 4187.0, 4218.0, 4175.0, 4183.0, 4177.0, 4206.0, 4166.0, 4166.0, 4177.0, 4208.0, 4252.0, 4220.0, 4253.0, 4221.0, 4242.0, 4192.0, 4228.0, 4226.0, 4213.0, 4161.0, 4174.0, 4167.0, 4157.0, 4147.0, 4156.0, 4167.0, 4157.0, 4178.0, 4149.0, 4189.0, 4169.0, 4178.0, 4188.0, 4165.0, 4193.0, 4152.0, 4181.0, 4128.0, 4128.0, 4117.0, 4096.0, 4127.0, 4097.0, 4127.0, 4118.0, 4138.0, 4119.0, 4118.0, 4108.0, 4108.0, 4109.0, 4120.0, 4111.0, 4122.0, 4154.0, 4200.0, 4232.0, 4227.0, 4212.0, 4169.0, 4137.0, 4148.0, 4137.0, 4178.0, 4149.0, 4148.0, 4138.0, 4149.0, 4171.0, 4163.0, 4214.0, 4183.0, 4225.0, 4184.0, 4224.0, 4195.0, 4202.0, 4151.0, 4191.0, 4171.0, 4191.0, 4171.0, 4213.0, 4214.0, 4237.0, 4214.0, 4225.0, 4157.0, 4185.0, 4154.0, 4142.0, 4176.0, 4134.0, 4220.0, 4187.0, 4222.0, 4201.0, 4210.0, 4199.0, 4154.0, 4142.0, 4153.0, 4131.0, 4151.0, 4133.0, 4160.0, 4131.0, 4150.0, 4150.0, 4131.0, 4160.0, 4132.0, 4155.0, 4127.0, 4155.0, 4123.0, 4102.0, 4123.0, 4103.0, 4104.0, 4124.0, 4104.0, 4104.0, 4104.0, 4115.0, 4135.0, 4117.0, 4138.0, 4117.0, 4118.0, 4138.0, 4120.0, 4149.0, 4131.0, 4160.0, 4131.0, 4160.0, 4132.0, 4151.0, 4143.0, 4153.0, 4145.0, 4156.0, 4147.0, 4180.0, 4173.0, 4222.0, 4245.0, 4238.0, 4204.0, 4192.0, 4191.0, 4161.0, 4181.0, 4162.0, 4193.0, 4186.0, 4206.0, 4187.0, 4195.0, 4175.0, 4205.0, 4205.0, 4236.0, 4224.0, 4247.0, 4228.0, 4223.0, 4189.0, 4188.0, 4165.0, 4185.0, 4184.0, 4173.0, 4182.0, 4149.0, 4180.0, 4138.0, 4147.0, 4116.0, 4125.0, 4115.0, 4126.0, 4128.0, 4129.0, 4117.0, 4125.0, 4105.0, 4125.0, 4114.0, 4123.0, 4116.0, 4117.0, 4118.0, 4139.0, 4133.0, 4131.0, 4144.0, 4133.0, 4124.0, 4195.0, 4217.0, 4229.0, 4199.0, 4148.0, 4169.0, 4156.0, 4146.0, 4149.0, 4171.0, 4175.0, 4195.0, 4176.0, 4203.0, 4184.0, 4224.0, 4185.0, 4224.0, 4194.0, 4223.0, 4181.0, 4221.0, 4180.0, 4219.0, 4177.0, 4187.0, 4155.0, 4133.0, 4163.0, 4123.0, 4162.0, 4132.0, 4162.0, 4132.0, 4134.0, 4146.0, 4146.0, 4167.0, 4146.0, 4176.0, 4146.0, 4178.0, 4147.0, 4197.0, 4156.0, 4196.0, 4156.0, 4197.0, 4157.0, 4220.0, 4213.0, 4168.0, 4158.0, 4148.0, 4160.0, 4161.0, 4162.0, 4165.0, 4207.0, 4209.0, 4261.0, 4207.0, 4215.0, 4174.0, 4195.0, 4178.0, 4206.0, 4186.0, 4227.0, 4199.0, 4228.0, 4177.0, 4206.0, 4188.0, 4226.0, 4216.0, 4226.0, 4261.0, 4272.0, 4277.0, 4243.0, 4178.0, 4184.0, 4193.0, 4212.0, 4158.0, 4127.0, 4139.0, 4162.0, 4224.0, 4192.0, 4225.0, 4203.0, 4160.0, 4176.0, 4133.0, 4206.0, 4145.0, 4218.0, 4188.0, 4199.0, 4198.0, 4176.0, 4206.0, 4153.0, 4141.0, 4118.0, 4106.0, 4136.0, 4107.0, 4126.0, 4126.0, 4115.0, 4145.0, 4105.0, 4156.0, 4104.0, 4144.0, 4105.0, 4144.0, 4106.0, 4116.0, 4117.0, 4149.0, 4203.0, 4153.0, 4204.0, 4131.0, 4162.0, 4131.0, 4142.0, 4145.0, 4146.0, 4136.0, 4210.0, 4181.0, 4244.0, 4188.0, 4177.0, 4167.0, 4155.0, 4156.0, 4177.0, 4156.0, 4185.0, 4176.0, 4215.0, 4197.0, 4204.0, 4181.0, 4200.0, 4213.0, 4218.0, 4286.0, 4199.0, 4175.0, 4186.0, 4147.0, 4174.0, 4182.0, 4192.0, 4172.0, 4161.0, 4157.0, 4157.0, 4142.0, 4154.0, 4165.0, 4207.0, 4176.0, 4194.0, 4161.0, 4204.0, 4182.0, 4168.0, 4179.0, 4145.0, 4152.0, 4123.0, 4089.0, 4118.0, 4088.0, 4117.0, 4085.0, 4087.0, 4085.0, 4074.0, 4108.0, 4087.0, 4108.0, 4088.0, 4089.0, 4099.0, 4101.0, 4110.0, 4103.0, 4124.0, 4114.0, 4125.0, 4116.0, 4137.0, 4118.0, 4159.0, 4170.0, 4191.0, 4174.0, 4192.0, 4132.0, 4160.0, 4130.0, 4131.0, 4132.0, 4143.0, 4143.0, 4146.0, 4196.0, 4145.0, 4184.0, 4157.0, 4169.0, 4157.0, 4157.0, 4157.0, 4183.0, 4214.0, 4171.0, 4159.0, 4160.0, 4188.0, 4171.0, 4211.0, 4182.0, 4212.0, 4171.0, 4188.0, 4178.0, 4220.0, 4199.0, 4180.0, 4210.0, 4147.0, 4206.0, 4158.0, 4185.0, 4157.0, 4146.0, 4156.0, 4156.0, 4167.0, 4159.0, 4199.0, 4158.0, 4179.0, 4160.0, 4178.0, 4170.0, 4179.0, 4160.0, 4160.0, 4169.0, 4171.0, 4201.0, 4171.0, 4234.0, 4193.0, 4202.0, 4170.0, 4182.0, 4160.0, 4158.0, 4161.0, 4160.0, 4162.0, 4172.0, 4191.0, 4171.0, 4236.0, 4197.0, 4249.0, 4206.0, 4202.0, 4210.0, 4170.0, 4226.0, 4216.0, 4218.0, 4165.0, 4133.0, 4118.0, 4115.0, 4177.0, 4158.0, 4135.0, 4186.0, 4156.0, 4166.0, 4146.0, 4137.0, 4190.0, 4160.0, 4234.0, 4203.0, 4180.0, 4211.0, 4168.0, 4198.0, 4154.0, 4132.0, 4151.0, 4120.0, 4160.0, 4130.0, 4171.0, 4137.0, 4170.0, 4128.0, 4170.0, 4127.0, 4157.0, 4118.0, 4137.0, 4118.0, 4128.0, 4120.0, 4128.0, 4130.0, 4130.0, 4133.0, 4143.0, 4134.0, 4145.0, 4134.0, 4165.0, 4138.0, 4178.0, 4147.0, 4187.0, 4145.0, 4198.0, 4156.0, 4189.0, 4171.0, 4180.0, 4147.0, 4167.0, 4148.0, 4147.0, 4147.0, 4149.0, 4147.0, 4149.0, 4149.0, 4173.0, 4152.0, 4159.0, 4164.0, 4163.0, 4166.0, 4190.0, 4187.0, 4207.0, 4165.0, 4195.0, 4166.0, 4155.0, 4179.0, 4184.0, 4223.0, 4181.0, 4203.0, 4174.0, 4174.0, 4176.0, 4207.0, 4198.0, 4227.0, 4207.0, 4226.0, 4216.0, 4227.0, 4216.0, 4214.0, 4215.0, 4204.0, 4224.0, 4203.0, 4211.0, 4182.0, 4202.0, 4180.0, 4179.0, 4170.0, 4169.0, 4148.0, 4158.0, 4146.0, 4148.0, 4149.0, 4149.0, 4150.0, 4170.0, 4162.0, 4182.0, 4163.0, 4183.0, 4164.0, 4195.0, 4176.0, 4232.0, 4190.0, 4206.0, 4164.0, 4192.0, 4163.0, 4191.0, 4164.0, 4186.0, 4156.0, 4208.0, 4219.0, 4228.0, 4238.0, 4184.0, 4211.0, 4166.0, 4148.0, 4145.0, 4147.0, 4192.0, 4203.0, 4195.0, 4248.0, 4216.0, 4246.0, 4217.0, 4217.0, 4228.0, 4250.0, 4261.0, 4229.0, 4239.0, 4249.0, 4239.0, 4248.0, 4212.0, 4222.0, 4188.0, 4219.0], 'WindowWidth': [9561.0, 9467.0, 9446.0, 9329.0, 9277.0, 9327.0, 9274.0, 9294.0, 9262.0, 9248.0, 9324.0, 9276.0, 9354.0, 9302.0, 9360.0, 9319.0, 9334.0, 9353.0, 9335.0, 9399.0, 9340.0, 9427.0, 9359.0, 9291.0, 9151.0, 9198.0, 9254.0, 9212.0, 9364.0, 9326.0, 9410.0, 9346.0, 9346.0, 9378.0, 9294.0, 9297.0, 9290.0, 9239.0, 9308.0, 9225.0, 9244.0, 9264.0, 9245.0, 9247.0, 9351.0, 9320.0, 9254.0, 9263.0, 9356.0, 9320.0, 9350.0, 9387.0, 9337.0, 9397.0, 9324.0, 9354.0, 9316.0, 9270.0, 9314.0, 9232.0, 9246.0, 9250.0, 9240.0, 9314.0, 9239.0, 9296.0, 9219.0, 9228.0, 9179.0, 9161.0, 9161.0, 9163.0, 9179.0, 9182.0, 9197.0, 9173.0, 9187.0, 9189.0, 9189.0, 9195.0, 9195.0, 9194.0, 9222.0, 9198.0, 9215.0, 9219.0, 9223.0, 9226.0, 9243.0, 9250.0, 9265.0, 9267.0, 9353.0, 9283.0, 9368.0, 9271.0, 9337.0, 9251.0, 9294.0, 9255.0, 9297.0, 9290.0, 9380.0, 9355.0, 9398.0, 9331.0, 9358.0, 9270.0, 9252.0, 9360.0, 9312.0, 9264.0, 9212.0, 9242.0, 9296.0, 9272.0, 9301.0, 9320.0, 9305.0, 9364.0, 9353.0, 9378.0, 9328.0, 9339.0, 9351.0, 9313.0, 9346.0, 9276.0, 9301.0, 9304.0, 9268.0, 9299.0, 9247.0, 9291.0, 9240.0, 9266.0, 9203.0, 9231.0, 9160.0, 9199.0, 9163.0, 9190.0, 9167.0, 9182.0, 9188.0, 9175.0, 9192.0, 9194.0, 9210.0, 9198.0, 9214.0, 9218.0, 9237.0, 9249.0, 9335.0, 9305.0, 9396.0, 9313.0, 9366.0, 9249.0, 9190.0, 9178.0, 9152.0, 9173.0, 9186.0, 9167.0, 9254.0, 9231.0, 9250.0, 9234.0, 9275.0, 9310.0, 9369.0, 9343.0, 9365.0, 9318.0, 9339.0, 9320.0, 9328.0, 9315.0, 9325.0, 9311.0, 9283.0, 9285.0, 9223.0, 9258.0, 9212.0, 9195.0, 9181.0, 9182.0, 9205.0, 9166.0, 9189.0, 9166.0, 9179.0, 9169.0, 9199.0, 9239.0, 9194.0, 9208.0, 9171.0, 9166.0, 9167.0, 9182.0, 9172.0, 9187.0, 9190.0, 9192.0, 9195.0, 9197.0, 9211.0, 9215.0, 9204.0, 9220.0, 9225.0, 9270.0, 9251.0, 9365.0, 9332.0, 9389.0, 9348.0, 9380.0, 9319.0, 9277.0, 9311.0, 9352.0, 9290.0, 9298.0, 9293.0, 9331.0, 9280.0, 9279.0, 9295.0, 9337.0, 9409.0, 9358.0, 9413.0, 9359.0, 9388.0, 9297.0, 9371.0, 9366.0, 9337.0, 9259.0, 9279.0, 9278.0, 9247.0, 9235.0, 9247.0, 9260.0, 9246.0, 9275.0, 9238.0, 9293.0, 9265.0, 9277.0, 9289.0, 9253.0, 9291.0, 9233.0, 9269.0, 9193.0, 9192.0, 9175.0, 9147.0, 9188.0, 9150.0, 9191.0, 9182.0, 9206.0, 9183.0, 9181.0, 9168.0, 9169.0, 9171.0, 9189.0, 9177.0, 9194.0, 9240.0, 9312.0, 9363.0, 9365.0, 9331.0, 9266.0, 9220.0, 9237.0, 9223.0, 9280.0, 9243.0, 9241.0, 9228.0, 9245.0, 9274.0, 9268.0, 9337.0, 9294.0, 9354.0, 9298.0, 9353.0, 9316.0, 9319.0, 9250.0, 9302.0, 9276.0, 9302.0, 9276.0, 9336.0, 9339.0, 9380.0, 9340.0, 9357.0, 9247.0, 9286.0, 9239.0, 9219.0, 9271.0, 9216.0, 9343.0, 9289.0, 9354.0, 9317.0, 9331.0, 9311.0, 9240.0, 9223.0, 9240.0, 9207.0, 9232.0, 9211.0, 9242.0, 9204.0, 9229.0, 9227.0, 9206.0, 9242.0, 9207.0, 9228.0, 9197.0, 9227.0, 9182.0, 9152.0, 9183.0, 9157.0, 9161.0, 9186.0, 9161.0, 9162.0, 9162.0, 9178.0, 9205.0, 9182.0, 9211.0, 9184.0, 9187.0, 9214.0, 9191.0, 9229.0, 9208.0, 9246.0, 9210.0, 9248.0, 9214.0, 9236.0, 9231.0, 9242.0, 9236.0, 9250.0, 9244.0, 9294.0, 9290.0, 9352.0, 9390.0, 9389.0, 9328.0, 9310.0, 9305.0, 9268.0, 9294.0, 9270.0, 9313.0, 9308.0, 9334.0, 9312.0, 9321.0, 9294.0, 9331.0, 9331.0, 9381.0, 9359.0, 9399.0, 9372.0, 9358.0, 9299.0, 9296.0, 9260.0, 9288.0, 9285.0, 9267.0, 9280.0, 9229.0, 9274.0, 9212.0, 9223.0, 9181.0, 9190.0, 9179.0, 9193.0, 9202.0, 9204.0, 9187.0, 9191.0, 9164.0, 9190.0, 9175.0, 9185.0, 9183.0, 9184.0, 9190.0, 9216.0, 9216.0, 9211.0, 9233.0, 9216.0, 9204.0, 9298.0, 9334.0, 9357.0, 9314.0, 9228.0, 9276.0, 9254.0, 9236.0, 9245.0, 9282.0, 9295.0, 9321.0, 9294.0, 9326.0, 9303.0, 9354.0, 9305.0, 9357.0, 9316.0, 9353.0, 9292.0, 9347.0, 9287.0, 9343.0, 9277.0, 9288.0, 9244.0, 9213.0, 9253.0, 9199.0, 9250.0, 9210.0, 9249.0, 9214.0, 9219.0, 9239.0, 9237.0, 9267.0, 9238.0, 9276.0, 9237.0, 9282.0, 9241.0, 9306.0, 9251.0, 9305.0, 9252.0, 9309.0, 9256.0, 9346.0, 9339.0, 9271.0, 9259.0, 9244.0, 9264.0, 9268.0, 9273.0, 9282.0, 9342.0, 9345.0, 9422.0, 9339.0, 9346.0, 9292.0, 9321.0, 9303.0, 9335.0, 9308.0, 9363.0, 9333.0, 9372.0, 9299.0, 9335.0, 9319.0, 9366.0, 9349.0, 9366.0, 9423.0, 9444.0, 9464.0, 9400.0, 9276.0, 9297.0, 9304.0, 9329.0, 9244.0, 9200.0, 9223.0, 9265.0, 9353.0, 9311.0, 9358.0, 9328.0, 9265.0, 9277.0, 9214.0, 9318.0, 9233.0, 9335.0, 9296.0, 9311.0, 9310.0, 9273.0, 9319.0, 9238.0, 9218.0, 9183.0, 9164.0, 9202.0, 9164.0, 9189.0, 9189.0, 9175.0, 9214.0, 9162.0, 9229.0, 9157.0, 9210.0, 9162.0, 9212.0, 9165.0, 9179.0, 9185.0, 9229.0, 9307.0, 9240.0, 9312.0, 9209.0, 9250.0, 9209.0, 9223.0, 9232.0, 9236.0, 9224.0, 9328.0, 9293.0, 9384.0, 9299.0, 9281.0, 9270.0, 9251.0, 9259.0, 9286.0, 9258.0, 9295.0, 9287.0, 9336.0, 9314.0, 9320.0, 9304.0, 9326.0, 9349.0, 9349.0, 9478.0, 9317.0, 9276.0, 9291.0, 9238.0, 9268.0, 9274.0, 9292.0, 9261.0, 9249.0, 9258.0, 9258.0, 9228.0, 9246.0, 9264.0, 9325.0, 9279.0, 9299.0, 9250.0, 9317.0, 9281.0, 9254.0, 9273.0, 9217.0, 9223.0, 9182.0, 9132.0, 9169.0, 9130.0, 9167.0, 9123.0, 9125.0, 9121.0, 9107.0, 9154.0, 9127.0, 9158.0, 9133.0, 9133.0, 9148.0, 9153.0, 9165.0, 9161.0, 9190.0, 9180.0, 9192.0, 9185.0, 9212.0, 9190.0, 9245.0, 9264.0, 9292.0, 9274.0, 9297.0, 9212.0, 9247.0, 9209.0, 9211.0, 9214.0, 9231.0, 9232.0, 9240.0, 9306.0, 9239.0, 9290.0, 9258.0, 9274.0, 9256.0, 9258.0, 9262.0, 9305.0, 9347.0, 9283.0, 9263.0, 9266.0, 9302.0, 9282.0, 9337.0, 9299.0, 9340.0, 9282.0, 9303.0, 9289.0, 9349.0, 9317.0, 9290.0, 9332.0, 9244.0, 9324.0, 9260.0, 9292.0, 9257.0, 9241.0, 9255.0, 9255.0, 9272.0, 9261.0, 9316.0, 9262.0, 9288.0, 9265.0, 9288.0, 9280.0, 9292.0, 9268.0, 9268.0, 9278.0, 9284.0, 9324.0, 9285.0, 9373.0, 9314.0, 9325.0, 9281.0, 9296.0, 9268.0, 9264.0, 9270.0, 9268.0, 9271.0, 9286.0, 9310.0, 9284.0, 9379.0, 9330.0, 9399.0, 9328.0, 9316.0, 9324.0, 9263.0, 9368.0, 9348.0, 9342.0, 9262.0, 9214.0, 9181.0, 9178.0, 9269.0, 9255.0, 9218.0, 9288.0, 9248.0, 9261.0, 9236.0, 9224.0, 9300.0, 9261.0, 9370.0, 9323.0, 9288.0, 9330.0, 9267.0, 9308.0, 9242.0, 9208.0, 9231.0, 9186.0, 9242.0, 9200.0, 9257.0, 9210.0, 9255.0, 9197.0, 9255.0, 9194.0, 9235.0, 9184.0, 9207.0, 9184.0, 9197.0, 9190.0, 9199.0, 9207.0, 9207.0, 9215.0, 9228.0, 9218.0, 9232.0, 9219.0, 9261.0, 9228.0, 9281.0, 9239.0, 9292.0, 9235.0, 9309.0, 9252.0, 9298.0, 9278.0, 9288.0, 9238.0, 9266.0, 9242.0, 9239.0, 9240.0, 9243.0, 9242.0, 9247.0, 9248.0, 9284.0, 9256.0, 9262.0, 9275.0, 9275.0, 9283.0, 9324.0, 9307.0, 9335.0, 9274.0, 9316.0, 9277.0, 9262.0, 9301.0, 9302.0, 9352.0, 9292.0, 9324.0, 9290.0, 9291.0, 9297.0, 9341.0, 9329.0, 9367.0, 9338.0, 9362.0, 9349.0, 9364.0, 9348.0, 9342.0, 9345.0, 9327.0, 9358.0, 9325.0, 9337.0, 9294.0, 9321.0, 9291.0, 9289.0, 9275.0, 9273.0, 9245.0, 9257.0, 9241.0, 9245.0, 9247.0, 9249.0, 9250.0, 9278.0, 9269.0, 9295.0, 9272.0, 9298.0, 9276.0, 9317.0, 9297.0, 9383.0, 9321.0, 9331.0, 9274.0, 9308.0, 9272.0, 9306.0, 9274.0, 9305.0, 9263.0, 9334.0, 9351.0, 9363.0, 9379.0, 9297.0, 9330.0, 9262.0, 9240.0, 9232.0, 9240.0, 9309.0, 9328.0, 9322.0, 9402.0, 9351.0, 9391.0, 9355.0, 9352.0, 9368.0, 9404.0, 9425.0, 9374.0, 9387.0, 9407.0, 9388.0, 9401.0, 9340.0, 9354.0, 9296.0, 9347.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.00666817451205511</td></tr>
<tr><td colspan=3>aqi</td><td>0.08809467841561423</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.32312496220693</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1524393023793102</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.050833033632186</td></tr>
<tr><td colspan=3>efc</td><td>0.4987</td></tr>
<tr><td colspan=3>fber</td><td>5399.8262</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3021351186211329</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>338</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>38.80597014925373</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5367104518276444</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4292014875378687</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.748226207204454</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.432703660740611</td></tr>
<tr><td colspan=3>gcor</td><td>0.0174777</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.01274720299988985</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03865611180663109</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.3612763421990275</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.8644</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5453</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.8722</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294252.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>907.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.5019</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9506</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.4061</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3374.654</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>808.7033</td></tr>
<tr><td colspan=3>tsnr</td><td>22.134141264250502</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>