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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0062_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-05_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-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-04_task-social_acq-mb8_run-05_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-0062/ses-04/func/sub-0062_ses-04_task-social_acq-mb8_run-05_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>f462f705e39449ad1dae3913cab716b6</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:43:23.647500</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.999596, -0.00558033, 0.0278592, 0.00314033, 0.996215, 0.0868706]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.106562</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7743, -7283, 517, -13, -86, 57, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>272.702</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d79d0807-6a03-4ac7-ba7a-07147a74895f||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.6818437576293945, 0.008425286039710045, 0.07624388486146927, 111.5133285522461], [0.014971623197197914, 2.6727709770202637, 0.23421970009803772, -96.98233795166016], [0.07474410533905029, -0.23306746780872345, 2.6887409687042236, -52.44034957885742], [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': ['094323.647500', '094324.107500', '094324.567500', '094325.027500', '094325.487500', '094325.947500', '094326.407500', '094326.867500', '094327.327500', '094327.787500', '094328.247500', '094328.707500', '094329.167500', '094329.627500', '094330.087500', '094330.547500', '094331.007500', '094331.467500', '094331.927500', '094332.387500', '094332.847500', '094333.307500', '094333.767500', '094334.227500', '094334.687500', '094335.147500', '094335.607500', '094336.067500', '094336.527500', '094336.987500', '094337.447500', '094337.907500', '094338.367500', '094338.827500', '094339.287500', '094339.747500', '094340.207500', '094340.667500', '094341.127500', '094341.587500', '094342.047500', '094342.507500', '094342.967500', '094343.427500', '094343.887500', '094344.347500', '094344.807500', '094345.267500', '094345.727500', '094346.187500', '094346.647500', '094347.107500', '094347.567500', '094348.027500', '094348.487500', '094348.947500', '094349.407500', '094349.867500', '094350.327500', '094350.787500', '094351.247500', '094351.707500', '094352.167500', '094352.627500', '094353.087500', '094353.547500', '094354.007500', '094354.467500', '094354.927500', '094355.387500', '094355.847500', '094356.307500', '094356.767500', '094357.227500', '094357.687500', '094358.147500', '094358.607500', '094359.067500', '094359.527500', '094359.987500', '094400.447500', '094400.907500', '094401.367500', '094401.827500', '094402.287500', '094402.747500', '094403.207500', '094403.667500', '094404.127500', '094404.587500', '094405.047500', '094405.507500', '094405.967500', '094406.427500', '094406.887500', '094407.347500', '094407.807500', '094408.267500', '094408.727500', '094409.187500', '094409.647500', '094410.107500', '094410.567500', '094411.027500', '094411.487500', '094411.947500', '094412.407500', '094412.867500', '094413.327500', '094413.787500', '094414.247500', '094414.707500', '094415.167500', '094415.627500', '094416.087500', '094416.547500', '094417.007500', '094417.467500', '094417.927500', '094418.387500', '094418.847500', '094419.307500', '094419.767500', '094420.227500', '094420.687500', '094421.147500', '094421.607500', '094422.067500', '094422.527500', '094422.987500', '094423.447500', '094423.907500', '094424.367500', '094424.827500', '094425.287500', '094425.747500', '094426.207500', '094426.667500', '094427.127500', '094427.587500', '094428.047500', '094428.507500', '094428.967500', '094429.427500', '094429.887500', '094430.347500', '094430.807500', '094431.267500', '094431.727500', '094432.187500', '094432.647500', '094433.107500', '094433.567500', '094434.027500', '094434.487500', '094434.947500', '094435.407500', '094435.867500', '094436.327500', '094436.787500', '094437.247500', '094437.707500', '094438.167500', '094438.627500', '094439.087500', '094439.547500', '094440.007500', '094440.467500', '094440.927500', '094441.387500', '094441.847500', '094442.307500', '094442.767500', '094443.227500', '094443.687500', '094444.147500', '094444.607500', '094445.067500', '094445.527500', '094445.987500', '094446.447500', '094446.907500', '094447.367500', '094447.827500', '094448.287500', '094448.747500', '094449.207500', '094449.667500', '094450.127500', '094450.587500', '094451.047500', '094451.507500', '094451.967500', '094452.427500', '094452.887500', '094453.347500', '094453.807500', '094454.267500', '094454.727500', '094455.187500', '094455.647500', '094456.107500', '094456.567500', '094457.027500', '094457.487500', '094457.947500', '094458.407500', '094458.867500', '094459.327500', '094459.787500', '094500.247500', '094500.707500', '094501.167500', '094501.627500', '094502.087500', '094502.547500', '094503.007500', '094503.467500', '094503.927500', '094504.387500', '094504.847500', '094505.307500', '094505.767500', '094506.227500', '094506.687500', '094507.147500', '094507.607500', '094508.067500', '094508.527500', '094508.987500', '094509.447500', '094509.907500', '094510.367500', '094510.827500', '094511.287500', '094511.747500', '094512.207500', '094512.667500', '094513.127500', '094513.587500', '094514.047500', '094514.507500', '094514.967500', '094515.427500', '094515.887500', '094516.347500', '094516.807500', '094517.267500', '094517.727500', '094518.187500', '094518.647500', '094519.107500', '094519.567500', '094520.027500', '094520.487500', '094520.947500', '094521.407500', '094521.867500', '094522.327500', '094522.787500', '094523.247500', '094523.707500', '094524.167500', '094524.627500', '094525.087500', '094525.547500', '094526.007500', '094526.467500', '094526.927500', '094527.387500', '094527.847500', '094528.307500', '094528.767500', '094529.227500', '094529.687500', '094530.147500', '094530.607500', '094531.067500', '094531.527500', '094531.987500', '094532.447500', '094532.907500', '094533.367500', '094533.827500', '094534.287500', '094534.747500', '094535.207500', '094535.667500', '094536.127500', '094536.587500', '094537.047500', '094537.507500', '094537.967500', '094538.427500', '094538.887500', '094539.347500', '094539.807500', '094540.267500', '094540.727500', '094541.187500', '094541.647500', '094542.107500', '094542.567500', '094543.027500', '094543.487500', '094543.947500', '094544.407500', '094544.867500', '094545.327500', '094545.787500', '094546.247500', '094546.707500', '094547.167500', '094547.627500', '094548.087500', '094548.547500', '094549.007500', '094549.467500', '094549.927500', '094550.387500', '094550.847500', '094551.307500', '094551.767500', '094552.227500', '094552.687500', '094553.147500', '094553.607500', '094554.067500', '094554.527500', '094554.987500', '094555.447500', '094555.907500', '094556.367500', '094556.827500', '094557.287500', '094557.747500', '094558.207500', '094558.667500', '094559.127500', '094559.587500', '094600.047500', '094600.507500', '094600.967500', '094601.427500', '094601.887500', '094602.347500', '094602.807500', '094603.267500', '094603.727500', '094604.187500', '094604.647500', '094605.107500', '094605.567500', '094606.027500', '094606.487500', '094606.947500', '094607.407500', '094607.867500', '094608.327500', '094608.787500', '094609.247500', '094609.707500', '094610.167500', '094610.627500', '094611.087500', '094611.547500', '094612.007500', '094612.467500', '094612.927500', '094613.387500', '094613.847500', '094614.307500', '094614.767500', '094615.227500', '094615.687500', '094616.147500', '094616.607500', '094617.067500', '094617.527500', '094617.987500', '094618.447500', '094618.907500', '094619.367500', '094619.827500', '094620.287500', '094620.747500', '094621.207500', '094621.667500', '094622.127500', '094622.587500', '094623.047500', '094623.507500', '094623.967500', '094624.427500', '094624.887500', '094625.347500', '094625.807500', '094626.267500', '094626.727500', '094627.187500', '094627.647500', '094628.107500', '094628.567500', '094629.027500', '094629.487500', '094629.947500', '094630.407500', '094630.867500', '094631.327500', '094631.787500', '094632.247500', '094632.707500', '094633.167500', '094633.627500', '094634.087500', '094634.547500', '094635.007500', '094635.467500', '094635.927500', '094636.387500', '094636.847500', '094637.307500', '094637.767500', '094638.227500', '094638.687500', '094639.147500', '094639.607500', '094640.067500', '094640.527500', '094640.987500', '094641.447500', '094641.907500', '094642.367500', '094642.827500', '094643.287500', '094643.747500', '094644.207500', '094644.667500', '094645.127500', '094645.587500', '094646.047500', '094646.507500', '094646.967500', '094647.427500', '094647.887500', '094648.347500', '094648.807500', '094649.267500', '094649.727500', '094650.187500', '094650.647500', '094651.107500', '094651.567500', '094652.027500', '094652.487500', '094652.947500', '094653.407500', '094653.867500', '094654.327500', '094654.787500', '094655.247500', '094655.707500', '094656.167500', '094656.627500', '094657.087500', '094657.547500', '094658.007500', '094658.467500', '094658.927500', '094659.387500', '094659.847500', '094700.307500', '094700.767500', '094701.227500', '094701.687500', '094702.147500', '094702.607500', '094703.067500', '094703.527500', '094703.987500', '094704.447500', '094704.907500', '094705.367500', '094705.827500', '094706.287500', '094706.747500', '094707.207500', '094707.667500', '094708.127500', '094708.587500', '094709.047500', '094709.507500', '094709.967500', '094710.427500', '094710.887500', '094711.347500', '094711.807500', '094712.267500', '094712.727500', '094713.187500', '094713.647500', '094714.107500', '094714.567500', '094715.027500', '094715.487500', '094715.947500', '094716.407500', '094716.867500', '094717.327500', '094717.787500', '094718.247500', '094718.707500', '094719.167500', '094719.627500', '094720.087500', '094720.547500', '094721.007500', '094721.467500', '094721.927500', '094722.387500', '094722.847500', '094723.307500', '094723.767500', '094724.227500', '094724.687500', '094725.147500', '094725.607500', '094726.067500', '094726.527500', '094726.987500', '094727.447500', '094727.907500', '094728.367500', '094728.827500', '094729.287500', '094729.747500', '094730.207500', '094730.667500', '094731.127500', '094731.587500', '094732.047500', '094732.507500', '094732.967500', '094733.427500', '094733.887500', '094734.347500', '094734.807500', '094735.267500', '094735.727500', '094736.187500', '094736.647500', '094737.107500', '094737.567500', '094738.027500', '094738.487500', '094738.947500', '094739.407500', '094739.867500', '094740.327500', '094740.787500', '094741.247500', '094741.707500', '094742.167500', '094742.627500', '094743.087500', '094743.547500', '094744.007500', '094744.467500', '094744.927500', '094745.387500', '094745.847500', '094746.307500', '094746.767500', '094747.227500', '094747.687500', '094748.147500', '094748.607500', '094749.067500', '094749.527500', '094749.987500', '094750.447500', '094750.907500', '094751.367500', '094751.827500', '094752.287500', '094752.747500', '094753.207500', '094753.667500', '094754.127500', '094754.587500', '094755.047500', '094755.507500', '094755.967500', '094756.427500', '094756.887500', '094757.347500', '094757.807500', '094758.267500', '094758.727500', '094759.187500', '094759.647500', '094800.107500', '094800.567500', '094801.027500', '094801.487500', '094801.947500', '094802.407500', '094802.867500', '094803.327500', '094803.787500', '094804.247500', '094804.707500', '094805.167500', '094805.627500', '094806.087500', '094806.547500', '094807.007500', '094807.467500', '094807.927500', '094808.387500', '094808.847500', '094809.307500', '094809.767500', '094810.227500', '094810.687500', '094811.147500', '094811.607500', '094812.067500', '094812.527500', '094812.987500', '094813.447500', '094813.907500', '094814.367500', '094814.827500', '094815.287500', '094815.747500', '094816.207500', '094816.667500', '094817.127500', '094817.587500', '094818.047500', '094818.507500', '094818.967500', '094819.427500', '094819.887500', '094820.347500', '094820.807500', '094821.267500', '094821.727500', '094822.187500', '094822.647500', '094823.107500', '094823.567500', '094824.027500', '094824.487500', '094824.947500', '094825.407500', '094825.867500', '094826.327500', '094826.787500', '094827.247500', '094827.707500', '094828.167500', '094828.627500', '094829.087500', '094829.547500', '094830.007500', '094830.467500', '094830.927500', '094831.387500', '094831.847500', '094832.307500', '094832.767500', '094833.227500', '094833.687500', '094834.147500', '094834.607500', '094835.067500', '094835.527500', '094835.987500', '094836.447500', '094836.907500', '094837.367500', '094837.827500', '094838.287500', '094838.747500', '094839.207500', '094839.667500', '094840.127500', '094840.587500', '094841.047500', '094841.507500', '094841.967500', '094842.427500', '094842.887500', '094843.347500', '094843.807500', '094844.267500', '094844.727500', '094845.187500', '094845.647500', '094846.107500', '094846.567500', '094847.027500', '094847.487500', '094847.947500', '094848.407500', '094848.867500', '094849.327500', '094849.787500', '094850.247500', '094850.707500', '094851.167500', '094851.627500', '094852.087500', '094852.547500', '094853.007500', '094853.467500', '094853.927500', '094854.387500', '094854.847500', '094855.307500', '094855.767500', '094856.227500', '094856.687500', '094857.147500', '094857.607500', '094858.067500', '094858.527500', '094858.987500', '094859.447500', '094859.907500', '094900.367500', '094900.827500', '094901.287500', '094901.747500', '094902.207500', '094902.667500', '094903.127500', '094903.587500', '094904.047500', '094904.507500', '094904.967500', '094905.427500', '094905.887500', '094906.347500', '094906.807500', '094907.267500', '094907.727500', '094908.187500', '094908.647500', '094909.107500', '094909.567500', '094910.027500', '094910.487500', '094910.947500', '094911.407500', '094911.867500', '094912.327500', '094912.787500', '094913.247500', '094913.707500', '094914.167500', '094914.627500', '094915.087500', '094915.547500', '094916.007500', '094916.467500', '094916.927500', '094917.387500', '094917.847500', '094918.307500', '094918.767500', '094919.227500', '094919.687500', '094920.147500', '094920.607500', '094921.067500', '094921.527500', '094921.987500', '094922.447500', '094922.907500', '094923.367500', '094923.827500', '094924.287500', '094924.747500', '094925.207500', '094925.667500', '094926.127500', '094926.587500', '094927.047500', '094927.507500', '094927.967500', '094928.427500', '094928.887500', '094929.347500', '094929.807500', '094930.267500', '094930.727500', '094931.187500', '094931.647500', '094932.107500', '094932.567500', '094933.027500', '094933.487500', '094933.947500', '094934.407500', '094934.867500', '094935.327500', '094935.787500', '094936.247500', '094936.707500', '094937.167500', '094937.627500', '094938.087500', '094938.547500', '094939.007500', '094939.467500', '094939.927500', '094940.387500', '094940.847500', '094941.307500', '094941.767500', '094942.227500', '094942.687500', '094943.147500', '094943.607500', '094944.067500', '094944.527500', '094944.987500', '094945.447500', '094945.907500', '094946.367500', '094946.827500', '094947.287500', '094947.747500', '094948.207500', '094948.667500', '094949.127500', '094949.587500', '094950.047500', '094950.507500', '094950.967500', '094951.427500', '094951.887500', '094952.347500', '094952.807500', '094953.267500', '094953.727500', '094954.187500', '094954.647500', '094955.107500', '094955.567500', '094956.027500', '094956.487500', '094956.947500', '094957.407500', '094957.867500', '094958.327500', '094958.787500', '094959.247500', '094959.707500', '095000.167500', '095000.627500', '095001.087500', '095001.547500', '095002.007500', '095002.467500', '095002.927500', '095003.387500', '095003.847500', '095004.307500'], 'ContentTime': ['094350.816000', '094350.819000', '094350.822000', '094350.825000', '094350.827000', '094350.830000', '094350.832000', '094350.840000', '094350.843000', '094350.846000', '094350.848000', '094350.851000', '094350.853000', '094350.856000', '094350.859000', '094350.861000', '094350.864000', '094350.867000', '094350.869000', '094350.872000', '094350.875000', '094350.877000', '094350.880000', '094350.882000', '094350.885000', '094350.888000', '094350.890000', '094350.893000', '094350.895000', '094350.898000', '094350.901000', '094350.903000', '094350.906000', '094350.909000', '094350.911000', '094350.914000', '094350.916000', '094350.927000', '094350.930000', '094350.933000', '094350.936000', '094350.938000', '094350.941000', '094350.944000', '094350.946000', '094350.949000', '094350.952000', '094350.954000', '094350.957000', '094350.960000', '094350.962000', '094350.965000', '094350.967000', '094350.970000', '094350.973000', '094350.988000', '094350.991000', '094410.781000', '094410.784000', '094410.787000', '094410.789000', '094410.792000', '094410.795000', '094410.797000', '094410.800000', '094410.803000', '094410.805000', '094410.808000', '094410.810000', '094410.813000', '094410.816000', '094410.818000', '094410.821000', '094410.824000', '094410.826000', '094410.829000', '094410.832000', '094410.834000', '094410.837000', '094410.839000', '094410.842000', '094410.845000', '094410.847000', '094410.850000', '094410.853000', '094410.855000', '094410.858000', '094410.860000', '094410.863000', '094410.866000', '094410.868000', '094410.871000', '094410.874000', '094410.876000', '094410.879000', '094410.881000', '094410.884000', '094410.887000', '094410.889000', '094410.892000', '094410.895000', '094430.781000', '094430.793000', '094430.795000', '094430.798000', '094430.800000', '094430.803000', '094430.806000', '094430.808000', '094430.811000', '094430.814000', '094430.816000', '094430.819000', '094430.822000', '094430.824000', '094430.827000', '094430.830000', '094430.832000', '094430.835000', '094430.837000', '094430.840000', '094430.843000', '094430.845000', '094430.848000', '094430.850000', '094430.853000', '094430.856000', '094430.858000', '094430.861000', '094430.863000', '094430.866000', '094430.869000', '094430.872000', '094430.874000', '094430.877000', '094430.879000', '094430.882000', '094430.884000', '094430.887000', '094430.890000', '094430.892000', '094430.895000', '094430.898000', '094430.900000', '094450.781000', '094450.784000', '094450.787000', '094450.790000', '094450.792000', '094450.795000', '094450.798000', '094450.800000', '094450.803000', '094450.805000', '094450.808000', '094450.811000', '094450.813000', '094450.895000', '094450.897000', '094450.900000', '094450.902000', '094450.905000', '094450.908000', '094450.910000', '094450.913000', '094450.916000', '094450.918000', '094450.921000', '094450.924000', '094450.926000', '094450.929000', '094450.932000', '094450.934000', '094450.937000', '094450.940000', '094450.942000', '094450.945000', '094450.947000', '094450.950000', '094450.953000', '094450.955000', '094450.958000', '094450.961000', '094450.963000', '094450.966000', '094450.968000', '094450.971000', '094450.974000', '094510.781000', '094510.784000', '094510.787000', '094510.789000', '094510.792000', '094510.795000', '094510.797000', '094510.800000', '094510.803000', '094510.805000', '094510.808000', '094510.811000', '094510.813000', '094510.816000', '094510.819000', '094510.821000', '094510.824000', '094510.826000', '094510.829000', '094510.832000', '094510.834000', '094510.837000', '094510.840000', '094510.842000', '094510.845000', '094510.847000', '094510.850000', '094510.853000', '094510.855000', '094510.858000', '094510.861000', '094510.863000', '094510.866000', '094510.869000', '094510.871000', '094510.874000', '094510.876000', '094510.879000', '094510.882000', '094510.884000', '094510.887000', '094510.889000', '094510.892000', '094530.782000', '094530.784000', '094530.787000', '094530.790000', '094530.793000', '094530.795000', '094530.798000', '094530.800000', '094530.803000', '094530.806000', '094530.808000', '094530.811000', '094530.814000', '094530.816000', '094530.819000', '094530.822000', '094530.824000', '094530.827000', '094530.829000', '094530.832000', '094530.835000', '094530.837000', '094530.840000', '094530.854000', '094530.856000', '094530.859000', '094530.861000', '094530.864000', '094530.867000', '094530.870000', '094530.872000', '094530.875000', '094530.877000', '094530.880000', '094530.883000', '094530.885000', '094530.888000', '094530.890000', '094530.893000', '094530.896000', '094530.898000', '094530.901000', '094530.903000', '094550.781000', '094550.784000', '094550.787000', '094550.789000', '094550.792000', '094550.795000', '094550.798000', '094550.800000', '094550.803000', '094550.806000', '094550.808000', '094550.811000', '094550.814000', '094550.816000', '094550.819000', '094550.821000', '094550.824000', '094550.827000', '094550.829000', '094550.832000', '094550.835000', '094550.837000', '094550.840000', '094550.843000', '094550.845000', '094550.848000', '094550.850000', '094550.853000', '094550.856000', '094550.858000', '094550.861000', '094550.863000', '094550.866000', '094550.869000', '094550.872000', '094550.874000', '094550.877000', '094550.879000', '094550.882000', '094550.884000', '094550.887000', '094550.890000', '094550.892000', '094550.895000', '094610.783000', '094610.785000', '094610.788000', '094610.791000', '094610.794000', '094610.796000', '094610.799000', '094610.801000', '094610.804000', '094610.807000', '094610.809000', '094610.812000', '094610.815000', '094610.857000', '094610.859000', '094610.862000', '094610.865000', '094610.867000', '094610.870000', '094610.873000', '094610.875000', '094610.878000', '094610.881000', '094610.883000', '094610.886000', '094610.888000', '094610.891000', '094610.894000', '094610.896000', '094610.899000', '094610.902000', '094610.904000', '094610.907000', '094610.910000', '094610.912000', '094610.915000', '094610.918000', '094610.920000', '094610.923000', '094610.925000', '094610.928000', '094610.931000', '094610.933000', '094630.781000', '094630.784000', '094630.787000', '094630.790000', '094630.792000', '094630.795000', '094630.797000', '094630.800000', '094630.803000', '094630.805000', '094630.808000', '094630.811000', '094630.813000', '094630.873000', '094630.876000', '094630.878000', '094630.881000', '094630.883000', '094630.886000', '094630.889000', '094630.891000', '094630.894000', '094630.897000', '094630.899000', '094630.902000', '094630.904000', '094630.907000', '094630.910000', '094630.912000', '094630.915000', '094630.918000', '094630.920000', '094630.923000', '094630.925000', '094630.928000', '094630.931000', '094630.933000', '094630.936000', '094630.939000', '094630.941000', '094630.944000', '094630.947000', '094630.949000', '094630.952000', '094650.782000', '094650.785000', '094650.787000', '094650.790000', '094650.792000', '094650.796000', '094650.798000', '094650.801000', '094650.803000', '094650.806000', '094650.809000', '094650.811000', '094650.814000', '094650.867000', '094650.869000', '094650.873000', '094650.876000', '094650.878000', '094650.881000', '094650.884000', '094650.886000', '094650.889000', '094650.891000', '094650.894000', '094650.897000', '094650.899000', '094650.902000', '094650.905000', '094650.907000', '094650.910000', '094650.912000', '094650.915000', '094650.918000', '094650.921000', '094650.923000', '094650.926000', '094650.929000', '094650.931000', '094650.934000', '094650.937000', '094650.939000', '094650.942000', '094650.944000', '094710.781000', '094710.784000', '094710.787000', '094710.790000', '094710.792000', '094710.795000', '094710.798000', '094710.800000', '094710.803000', '094710.805000', '094710.808000', '094710.811000', '094710.813000', '094710.845000', '094710.848000', '094710.850000', '094710.853000', '094710.855000', '094710.858000', '094710.869000', '094710.871000', '094710.874000', '094710.877000', '094710.879000', '094710.882000', '094710.884000', '094710.887000', '094710.890000', '094710.892000', '094710.895000', '094710.897000', '094710.900000', '094710.903000', '094710.905000', '094710.908000', '094710.911000', '094710.913000', '094710.916000', '094710.919000', '094710.921000', '094710.924000', '094710.927000', '094710.929000', '094710.932000', '094730.781000', '094730.784000', '094730.787000', '094730.789000', '094730.792000', '094730.795000', '094730.798000', '094730.800000', '094730.803000', '094730.806000', '094730.808000', '094730.811000', '094730.814000', '094730.886000', '094730.888000', '094730.910000', '094730.913000', '094730.915000', '094730.918000', '094730.921000', '094730.924000', '094730.926000', '094730.929000', '094730.931000', '094730.934000', '094730.937000', '094730.939000', '094730.942000', '094730.945000', '094730.947000', '094730.950000', '094730.952000', '094730.955000', '094730.958000', '094730.960000', '094730.963000', '094730.966000', '094730.968000', '094730.971000', '094730.974000', '094730.976000', '094730.979000', '094730.981000', '094750.781000', '094750.784000', '094750.787000', '094750.790000', '094750.792000', '094750.795000', '094750.798000', '094750.800000', '094750.803000', '094750.806000', '094750.808000', '094750.811000', '094750.814000', '094750.861000', '094750.864000', '094750.866000', '094750.869000', '094750.872000', '094750.874000', '094750.877000', '094750.879000', '094750.882000', '094750.885000', '094750.887000', '094750.890000', '094750.893000', '094750.895000', '094750.898000', '094750.900000', '094750.903000', '094750.906000', '094750.908000', '094750.911000', '094750.914000', '094750.916000', '094750.919000', '094750.921000', '094750.924000', '094750.927000', '094750.929000', '094750.932000', '094750.935000', '094750.937000', '094750.940000', '094810.782000', '094810.785000', '094810.787000', '094810.790000', '094810.793000', '094810.796000', '094810.798000', '094810.801000', '094810.804000', '094810.806000', '094810.809000', '094810.811000', '094810.814000', '094810.894000', '094810.896000', '094810.899000', '094810.902000', '094810.904000', '094810.907000', '094810.910000', '094810.912000', '094810.915000', '094810.918000', '094810.920000', '094810.923000', '094810.925000', '094810.928000', '094810.931000', '094810.933000', '094810.936000', '094810.946000', '094810.949000', '094810.951000', '094810.954000', '094810.956000', '094810.959000', '094810.962000', '094810.964000', '094810.967000', '094810.970000', '094810.972000', '094810.975000', '094810.977000', '094830.783000', '094830.786000', '094830.788000', '094830.791000', '094830.794000', '094830.796000', '094830.799000', '094830.802000', '094830.805000', '094830.807000', '094830.810000', '094830.812000', '094830.815000', '094830.836000', '094830.839000', '094830.841000', '094830.844000', '094830.847000', '094830.850000', '094830.852000', '094830.855000', '094830.857000', '094830.860000', '094830.863000', '094830.865000', '094830.868000', '094830.870000', '094830.873000', '094830.876000', '094830.878000', '094830.881000', '094830.884000', '094830.886000', '094830.889000', '094830.892000', '094830.894000', '094830.897000', '094830.899000', '094830.902000', '094830.905000', '094830.907000', '094830.910000', '094830.913000', '094830.915000', '094850.792000', '094850.795000', '094850.798000', '094850.801000', '094850.803000', '094850.806000', '094850.809000', '094850.811000', '094850.814000', '094850.863000', '094850.866000', '094850.869000', '094850.871000', '094850.874000', '094850.877000', '094850.879000', '094850.882000', '094850.884000', '094850.887000', '094850.890000', '094850.892000', '094850.896000', '094850.899000', '094850.902000', '094850.905000', '094850.907000', '094850.910000', '094850.921000', '094850.924000', '094850.927000', '094850.929000', '094850.932000', '094850.934000', '094850.937000', '094850.940000', '094850.942000', '094850.945000', '094850.948000', '094850.950000', '094850.953000', '094850.956000', '094850.958000', '094850.961000', '094910.782000', '094910.784000', '094910.787000', '094910.790000', '094910.792000', '094910.795000', '094910.798000', '094910.800000', '094910.803000', '094910.806000', '094910.808000', '094910.811000', '094910.816000', '094910.868000', '094910.871000', '094910.874000', '094910.876000', '094910.879000', '094910.882000', '094910.884000', '094910.887000', '094910.890000', '094910.892000', '094910.895000', '094910.897000', '094910.900000', '094910.903000', '094910.905000', '094910.908000', '094910.911000', '094910.913000', '094910.916000', '094910.918000', '094910.921000', '094910.924000', '094910.926000', '094910.929000', '094910.932000', '094910.934000', '094910.937000', '094910.940000', '094910.942000', '094910.945000', '094910.948000', '094930.781000', '094930.784000', '094930.787000', '094930.789000', '094930.792000', '094930.795000', '094930.797000', '094930.800000', '094930.803000', '094930.805000', '094930.808000', '094930.810000', '094930.813000', '094930.897000', '094930.900000', '094930.903000', '094930.905000', '094930.908000', '094930.911000', '094930.913000', '094930.916000', '094930.919000', '094930.921000', '094930.924000', '094930.926000', '094930.929000', '094930.932000', '094930.934000', '094930.937000', '094930.940000', '094930.942000', '094930.945000', '094930.948000', '094930.950000', '094930.953000', '094930.956000', '094930.958000', '094930.961000', '094930.963000', '094930.966000', '094930.969000', '094930.971000', '094930.974000', '094950.782000', '094950.784000', '094950.787000', '094950.790000', '094950.792000', '094950.795000', '094950.798000', '094950.801000', '094950.803000', '094950.806000', '094950.808000', '094950.811000', '094950.814000', '094950.849000', '094950.852000', '094950.855000', '094950.857000', '094950.860000', '094950.863000', '094950.865000', '094950.868000', '094950.870000', '094950.873000', '094950.876000', '094950.878000', '094950.881000', '094950.884000', '094950.886000', '094950.895000', '094950.898000', '094950.900000', '094950.903000', '094950.906000', '094950.908000', '094950.911000', '094950.914000', '094950.916000', '094950.919000', '094950.921000', '094950.924000', '094950.927000', '094950.929000', '094950.932000', '095005.359000', '095005.362000', '095005.365000', '095005.368000', '095005.371000', '095005.374000', '095005.377000', '095005.379000', '095005.382000', '095005.385000', '095005.388000', '095005.391000', '095005.394000', '095005.401000', '095005.404000', '095005.407000', '095005.410000', '095005.412000', '095005.415000', '095005.418000', '095005.421000', '095005.423000', '095005.426000', '095005.429000', '095005.432000', '095005.435000', '095005.438000', '095005.440000', '095005.443000', '095005.446000', '095005.448000', '095005.451000', '095005.454000'], 'InstanceCreationTime': ['094350.816000', '094350.819000', '094350.822000', '094350.825000', '094350.827000', '094350.830000', '094350.832000', '094350.840000', '094350.843000', '094350.846000', '094350.848000', '094350.851000', '094350.853000', '094350.856000', '094350.859000', '094350.861000', '094350.864000', '094350.867000', '094350.869000', '094350.872000', '094350.875000', '094350.877000', '094350.880000', '094350.882000', '094350.885000', '094350.888000', '094350.890000', '094350.893000', '094350.895000', '094350.898000', '094350.901000', '094350.903000', '094350.906000', '094350.909000', '094350.911000', '094350.914000', '094350.916000', '094350.927000', '094350.930000', '094350.933000', '094350.936000', '094350.938000', '094350.941000', '094350.944000', '094350.946000', '094350.949000', '094350.952000', '094350.954000', '094350.957000', '094350.960000', '094350.962000', '094350.965000', '094350.967000', '094350.970000', '094350.973000', '094350.988000', '094350.991000', '094410.781000', '094410.784000', '094410.787000', '094410.789000', '094410.792000', '094410.795000', '094410.797000', '094410.800000', '094410.803000', '094410.805000', '094410.808000', '094410.810000', '094410.813000', '094410.816000', '094410.818000', '094410.821000', '094410.824000', '094410.826000', '094410.829000', '094410.832000', '094410.834000', '094410.837000', '094410.839000', '094410.842000', '094410.845000', '094410.847000', '094410.850000', '094410.853000', '094410.855000', '094410.858000', '094410.860000', '094410.863000', '094410.866000', '094410.868000', '094410.871000', '094410.874000', '094410.876000', '094410.879000', '094410.881000', '094410.884000', '094410.887000', '094410.889000', '094410.892000', '094410.895000', '094430.781000', '094430.793000', '094430.795000', '094430.798000', '094430.800000', '094430.803000', '094430.806000', '094430.808000', '094430.811000', '094430.814000', '094430.816000', '094430.819000', '094430.822000', '094430.824000', '094430.827000', '094430.830000', '094430.832000', '094430.835000', '094430.837000', '094430.840000', '094430.843000', '094430.845000', '094430.848000', '094430.850000', '094430.853000', '094430.856000', '094430.858000', '094430.861000', '094430.863000', '094430.866000', '094430.869000', '094430.872000', '094430.874000', '094430.877000', '094430.879000', '094430.882000', '094430.884000', '094430.887000', '094430.890000', '094430.892000', '094430.895000', '094430.898000', '094430.900000', '094450.781000', '094450.784000', '094450.787000', '094450.790000', '094450.792000', '094450.795000', '094450.798000', '094450.800000', '094450.803000', '094450.805000', '094450.808000', '094450.811000', '094450.813000', '094450.895000', '094450.897000', '094450.900000', '094450.902000', '094450.905000', '094450.908000', '094450.910000', '094450.913000', '094450.916000', '094450.918000', '094450.921000', '094450.924000', '094450.926000', '094450.929000', '094450.932000', '094450.934000', '094450.937000', '094450.940000', '094450.942000', '094450.945000', '094450.947000', '094450.950000', '094450.953000', '094450.955000', '094450.958000', '094450.961000', '094450.963000', '094450.966000', '094450.968000', '094450.971000', '094450.974000', '094510.781000', '094510.784000', '094510.787000', '094510.789000', '094510.792000', '094510.795000', '094510.797000', '094510.800000', '094510.803000', '094510.805000', '094510.808000', '094510.811000', '094510.813000', '094510.816000', '094510.819000', '094510.821000', '094510.824000', '094510.826000', '094510.829000', '094510.832000', '094510.834000', '094510.837000', '094510.840000', '094510.842000', '094510.845000', '094510.847000', '094510.850000', '094510.853000', '094510.855000', '094510.858000', '094510.861000', '094510.863000', '094510.866000', '094510.869000', '094510.871000', '094510.874000', '094510.876000', '094510.879000', '094510.882000', '094510.884000', '094510.887000', '094510.889000', '094510.892000', '094530.782000', '094530.784000', '094530.787000', '094530.790000', '094530.793000', '094530.795000', '094530.798000', '094530.800000', '094530.803000', '094530.806000', '094530.808000', '094530.811000', '094530.814000', '094530.816000', '094530.819000', '094530.822000', '094530.824000', '094530.827000', '094530.829000', '094530.832000', '094530.835000', '094530.837000', '094530.840000', '094530.854000', '094530.856000', '094530.859000', '094530.861000', '094530.864000', '094530.867000', '094530.870000', '094530.872000', '094530.875000', '094530.877000', '094530.880000', '094530.883000', '094530.885000', '094530.888000', '094530.890000', '094530.893000', '094530.896000', '094530.898000', '094530.901000', '094530.903000', '094550.781000', '094550.784000', '094550.787000', '094550.789000', '094550.792000', '094550.795000', '094550.798000', '094550.800000', '094550.803000', '094550.806000', '094550.808000', '094550.811000', '094550.814000', '094550.816000', '094550.819000', '094550.821000', '094550.824000', '094550.827000', '094550.829000', '094550.832000', '094550.835000', '094550.837000', '094550.840000', '094550.843000', '094550.845000', '094550.848000', '094550.850000', '094550.853000', '094550.856000', '094550.858000', '094550.861000', '094550.863000', '094550.866000', '094550.869000', '094550.872000', '094550.874000', '094550.877000', '094550.879000', '094550.882000', '094550.884000', '094550.887000', '094550.890000', '094550.892000', '094550.895000', '094610.783000', '094610.785000', '094610.788000', '094610.791000', '094610.794000', '094610.796000', '094610.799000', '094610.801000', '094610.804000', '094610.807000', '094610.809000', '094610.812000', '094610.815000', '094610.857000', '094610.859000', '094610.862000', '094610.865000', '094610.867000', '094610.870000', '094610.873000', '094610.875000', '094610.878000', '094610.881000', '094610.883000', '094610.886000', '094610.888000', '094610.891000', '094610.894000', '094610.896000', '094610.899000', '094610.902000', '094610.904000', '094610.907000', '094610.910000', '094610.912000', '094610.915000', '094610.918000', '094610.920000', '094610.923000', '094610.925000', '094610.928000', '094610.931000', '094610.933000', '094630.781000', '094630.784000', '094630.787000', '094630.790000', '094630.792000', '094630.795000', '094630.797000', '094630.800000', '094630.803000', '094630.805000', '094630.808000', '094630.811000', '094630.813000', '094630.873000', '094630.876000', '094630.878000', '094630.881000', '094630.883000', '094630.886000', '094630.889000', '094630.891000', '094630.894000', '094630.897000', '094630.899000', '094630.902000', '094630.904000', '094630.907000', '094630.910000', '094630.912000', '094630.915000', '094630.918000', '094630.920000', '094630.923000', '094630.925000', '094630.928000', '094630.931000', '094630.933000', '094630.936000', '094630.939000', '094630.941000', '094630.944000', '094630.947000', '094630.949000', '094630.952000', '094650.782000', '094650.785000', '094650.787000', '094650.790000', '094650.792000', '094650.796000', '094650.798000', '094650.801000', '094650.803000', '094650.806000', '094650.809000', '094650.811000', '094650.814000', '094650.867000', '094650.869000', '094650.873000', '094650.876000', '094650.878000', '094650.881000', '094650.884000', '094650.886000', '094650.889000', '094650.891000', '094650.894000', '094650.897000', '094650.899000', '094650.902000', '094650.905000', '094650.907000', '094650.910000', '094650.912000', '094650.915000', '094650.918000', '094650.921000', '094650.923000', '094650.926000', '094650.929000', '094650.931000', '094650.934000', '094650.937000', '094650.939000', '094650.942000', '094650.944000', '094710.781000', '094710.784000', '094710.787000', '094710.790000', '094710.792000', '094710.795000', '094710.798000', '094710.800000', '094710.803000', '094710.805000', '094710.808000', '094710.811000', '094710.813000', '094710.845000', '094710.848000', '094710.850000', '094710.853000', '094710.855000', '094710.858000', '094710.869000', '094710.871000', '094710.874000', '094710.877000', '094710.879000', '094710.882000', '094710.884000', '094710.887000', '094710.890000', '094710.892000', '094710.895000', '094710.897000', '094710.900000', '094710.903000', '094710.905000', '094710.908000', '094710.911000', '094710.913000', '094710.916000', '094710.919000', '094710.921000', '094710.924000', '094710.927000', '094710.929000', '094710.932000', '094730.781000', '094730.784000', '094730.787000', '094730.789000', '094730.792000', '094730.795000', '094730.798000', '094730.800000', '094730.803000', '094730.806000', '094730.808000', '094730.811000', '094730.814000', '094730.886000', '094730.888000', '094730.910000', '094730.913000', '094730.915000', '094730.918000', '094730.921000', '094730.924000', '094730.926000', '094730.929000', '094730.931000', '094730.934000', '094730.937000', '094730.939000', '094730.942000', '094730.945000', '094730.947000', '094730.950000', '094730.952000', '094730.955000', '094730.958000', '094730.960000', '094730.963000', '094730.966000', '094730.968000', '094730.971000', '094730.974000', '094730.976000', '094730.979000', '094730.981000', '094750.781000', '094750.784000', '094750.787000', '094750.790000', '094750.792000', '094750.795000', '094750.798000', '094750.800000', '094750.803000', '094750.806000', '094750.808000', '094750.811000', '094750.814000', '094750.861000', '094750.864000', '094750.866000', '094750.869000', '094750.872000', '094750.874000', '094750.877000', '094750.879000', '094750.882000', '094750.885000', '094750.887000', '094750.890000', '094750.893000', '094750.895000', '094750.898000', '094750.900000', '094750.903000', '094750.906000', '094750.908000', '094750.911000', '094750.914000', '094750.916000', '094750.919000', '094750.921000', '094750.924000', '094750.927000', '094750.929000', '094750.932000', '094750.935000', '094750.937000', '094750.940000', '094810.782000', '094810.785000', '094810.787000', '094810.790000', '094810.793000', '094810.796000', '094810.798000', '094810.801000', '094810.804000', '094810.806000', '094810.809000', '094810.811000', '094810.814000', '094810.894000', '094810.896000', '094810.899000', '094810.902000', '094810.904000', '094810.907000', '094810.910000', '094810.912000', '094810.915000', '094810.918000', '094810.920000', '094810.923000', '094810.925000', '094810.928000', '094810.931000', '094810.933000', '094810.936000', '094810.946000', '094810.949000', '094810.951000', '094810.954000', '094810.956000', '094810.959000', '094810.962000', '094810.964000', '094810.967000', '094810.970000', '094810.972000', '094810.975000', '094810.977000', '094830.783000', '094830.786000', '094830.788000', '094830.791000', '094830.794000', '094830.796000', '094830.799000', '094830.802000', '094830.805000', '094830.807000', '094830.810000', '094830.812000', '094830.815000', '094830.836000', '094830.839000', '094830.841000', '094830.844000', '094830.847000', '094830.850000', '094830.852000', '094830.855000', '094830.857000', '094830.860000', '094830.863000', '094830.865000', '094830.868000', '094830.870000', '094830.873000', '094830.876000', '094830.878000', '094830.881000', '094830.884000', '094830.886000', '094830.889000', '094830.892000', '094830.894000', '094830.897000', '094830.899000', '094830.902000', '094830.905000', '094830.907000', '094830.910000', '094830.913000', '094830.915000', '094850.792000', '094850.795000', '094850.798000', '094850.801000', '094850.803000', '094850.806000', '094850.809000', '094850.811000', '094850.814000', '094850.863000', '094850.866000', '094850.869000', '094850.871000', '094850.874000', '094850.877000', '094850.879000', '094850.882000', '094850.884000', '094850.887000', '094850.890000', '094850.892000', '094850.896000', '094850.899000', '094850.902000', '094850.905000', '094850.907000', '094850.910000', '094850.921000', '094850.924000', '094850.927000', '094850.929000', '094850.932000', '094850.934000', '094850.937000', '094850.940000', '094850.942000', '094850.945000', '094850.948000', '094850.950000', '094850.953000', '094850.956000', '094850.958000', '094850.961000', '094910.782000', '094910.784000', '094910.787000', '094910.790000', '094910.792000', '094910.795000', '094910.798000', '094910.800000', '094910.803000', '094910.806000', '094910.808000', '094910.811000', '094910.816000', '094910.868000', '094910.871000', '094910.874000', '094910.876000', '094910.879000', '094910.882000', '094910.884000', '094910.887000', '094910.890000', '094910.892000', '094910.895000', '094910.897000', '094910.900000', '094910.903000', '094910.905000', '094910.908000', '094910.911000', '094910.913000', '094910.916000', '094910.918000', '094910.921000', '094910.924000', '094910.926000', '094910.929000', '094910.932000', '094910.934000', '094910.937000', '094910.940000', '094910.942000', '094910.945000', '094910.948000', '094930.781000', '094930.784000', '094930.787000', '094930.789000', '094930.792000', '094930.795000', '094930.797000', '094930.800000', '094930.803000', '094930.805000', '094930.808000', '094930.810000', '094930.813000', '094930.897000', '094930.900000', '094930.903000', '094930.905000', '094930.908000', '094930.911000', '094930.913000', '094930.916000', '094930.919000', '094930.921000', '094930.924000', '094930.926000', '094930.929000', '094930.932000', '094930.934000', '094930.937000', '094930.940000', '094930.942000', '094930.945000', '094930.948000', '094930.950000', '094930.953000', '094930.956000', '094930.958000', '094930.961000', '094930.963000', '094930.966000', '094930.969000', '094930.971000', '094930.974000', '094950.782000', '094950.784000', '094950.787000', '094950.790000', '094950.792000', '094950.795000', '094950.798000', '094950.801000', '094950.803000', '094950.806000', '094950.808000', '094950.811000', '094950.814000', '094950.849000', '094950.852000', '094950.855000', '094950.857000', '094950.860000', '094950.863000', '094950.865000', '094950.868000', '094950.870000', '094950.873000', '094950.876000', '094950.878000', '094950.881000', '094950.884000', '094950.886000', '094950.895000', '094950.898000', '094950.900000', '094950.903000', '094950.906000', '094950.908000', '094950.911000', '094950.914000', '094950.916000', '094950.919000', '094950.921000', '094950.924000', '094950.927000', '094950.929000', '094950.932000', '095005.359000', '095005.362000', '095005.365000', '095005.368000', '095005.371000', '095005.374000', '095005.377000', '095005.379000', '095005.382000', '095005.385000', '095005.388000', '095005.391000', '095005.394000', '095005.401000', '095005.404000', '095005.407000', '095005.410000', '095005.412000', '095005.415000', '095005.418000', '095005.421000', '095005.423000', '095005.426000', '095005.429000', '095005.432000', '095005.435000', '095005.438000', '095005.440000', '095005.443000', '095005.446000', '095005.448000', '095005.451000', '095005.454000'], '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': [8473, 12130, 8329, 12050, 7741, 11238, 8975, 11615, 7943, 7794, 8101, 9784, 8543, 13906, 10213, 15105, 8111, 11572, 7196, 10786, 7346, 10763, 7479, 9612, 7248, 9701, 7106, 9687, 7320, 9687, 7198, 10216, 7120, 9546, 7622, 7210, 7817, 9680, 8788, 12014, 9370, 12627, 7627, 11556, 7393, 12671, 7341, 13635, 8158, 10673, 7907, 7483, 8248, 7283, 9141, 7141, 10083, 7275, 12223, 7204, 8727, 7947, 7508, 11588, 7327, 11254, 7110, 13981, 7178, 11407, 7716, 12239, 8129, 12325, 8444, 12127, 8592, 7389, 8450, 7269, 8211, 6948, 9052, 7179, 9855, 7163, 9885, 7355, 10087, 7247, 11677, 7863, 10142, 9134, 9306, 7192, 8321, 7116, 8906, 7412, 9327, 7139, 10623, 7606, 9585, 8172, 7537, 8519, 8212, 9176, 9616, 12489, 7766, 9610, 7423, 9511, 7453, 12181, 7388, 12425, 8360, 14874, 7309, 9805, 7758, 10124, 7576, 10165, 7957, 7320, 7226, 7380, 8101, 7399, 9604, 7251, 11501, 7565, 9320, 7142, 9608, 7174, 9977, 7399, 10348, 7185, 10647, 7440, 10339, 7297, 10073, 7279, 9955, 7263, 10062, 7455, 11001, 7363, 10127, 7360, 9579, 7370, 9904, 7548, 10020, 7586, 10194, 7381, 9928, 7372, 11770, 7555, 11518, 7268, 9044, 7041, 9383, 7259, 8665, 7238, 8257, 7378, 8661, 7618, 8860, 7192, 8285, 11455, 7578, 10249, 7549, 10101, 7464, 9459, 7447, 9493, 7517, 9249, 7466, 10109, 7292, 9485, 7401, 9888, 7455, 11520, 7523, 11611, 7474, 8465, 7362, 8978, 7510, 10948, 7614, 11074, 7659, 10511, 7245, 9006, 7863, 8784, 14452, 8655, 12780, 7642, 10897, 8306, 12189, 7318, 10361, 7071, 9672, 7192, 7364, 8381, 7382, 8639, 9086, 8303, 10844, 8265, 9486, 8739, 7100, 8891, 7249, 9201, 7117, 10599, 7518, 14485, 8203, 12814, 7488, 12294, 7316, 10472, 7244, 10696, 7592, 10101, 7868, 6898, 7645, 7406, 8595, 7274, 9958, 7512, 11321, 7644, 11511, 7387, 10283, 7372, 10036, 7524, 12226, 7948, 10614, 7488, 7470, 8588, 7601, 8656, 9216, 8979, 9158, 9809, 7374, 9128, 8434, 8084, 7183, 8708, 7243, 8382, 7104, 9562, 7361, 9716, 7302, 9420, 8027, 7372, 8409, 7521, 9104, 7499, 7466, 9329, 7422, 9853, 7172, 12825, 7605, 9933, 8499, 7221, 11337, 7216, 11194, 7410, 14344, 7508, 10553, 7992, 8702, 7944, 9836, 8456, 7645, 8466, 7294, 9279, 7324, 7989, 7631, 7493, 8666, 7644, 9601, 7320, 9398, 7323, 9356, 7307, 10095, 7839, 13791, 7231, 11169, 7229, 10619, 7659, 8857, 11352, 7255, 9702, 7297, 10542, 7353, 11016, 7390, 10670, 8361, 13531, 7261, 10920, 7584, 10005, 7285, 9902, 7531, 11306, 7754, 9217, 7561, 7164, 7831, 7298, 8006, 10253, 8522, 11289, 7577, 8794, 7842, 8640, 7412, 9246, 8352, 7050, 8288, 6954, 8191, 7194, 8700, 7398, 9114, 7730, 8681, 11185, 7859, 13320, 7351, 9886, 7487, 10224, 7178, 10827, 7273, 8693, 7217, 8397, 7491, 9243, 7321, 9290, 7481, 7234, 8375, 7155, 8459, 10971, 8834, 11409, 8546, 8056, 9011, 7407, 8796, 10705, 9024, 10853, 12074, 6992, 9024, 7359, 8589, 7102, 9631, 7466, 9526, 7320, 9402, 7524, 9997, 7327, 9515, 7481, 12936, 7379, 9472, 7853, 7130, 8805, 7242, 9800, 7213, 9338, 7024, 9536, 7340, 9293, 7333, 7323, 8217, 8833, 12983, 8595, 12675, 7117, 9058, 7428, 10071, 9768, 8388, 14837, 9320, 14406, 8261, 13944, 6934, 10217, 7327, 10437, 7528, 7176, 8425, 6930, 8371, 7341, 8870, 7166, 9721, 7818, 13211, 8287, 9909, 8209, 7136, 7718, 7135, 8825, 7144, 9583, 7796, 12955, 7932, 14483, 7557, 10179, 7341, 9589, 7870, 9879, 7654, 9130, 7343, 7059, 7985, 7108, 9054, 7069, 10544, 6998, 8686, 6894, 8903, 7264, 9465, 7340, 11233, 7501, 11982, 7262, 9755, 7213, 12144, 7222, 13235, 7254, 8505, 7231, 8715, 7332, 9076, 7561, 9430, 7036, 10741, 7165, 9996, 7333, 9297, 7071, 9186, 7132, 9759, 7555, 10439, 7702, 7094, 8078, 7257, 8580, 7164, 10993, 7463, 10663, 7120, 9858, 7018, 10108, 7074, 11351, 7360, 11390, 7141, 9825, 7005, 8551, 7287, 8833, 7053, 9529, 7144, 9978, 7198, 8269, 7898, 7302, 8571, 7306, 11593, 7121, 9030, 7500, 7449, 8305, 8466, 9109, 9009, 8510, 7055, 7977, 7168, 8786, 7233, 9514, 7236, 10396, 7367, 10519, 7691, 10805, 8732, 10632, 8402, 7310, 7734, 7157, 9531, 7564, 9317, 8248, 7224, 8628, 7205, 9939, 7988, 11531, 8631, 10823, 7886, 12072, 7993, 13135, 7616, 9289, 8490, 7112, 8864, 7030, 9429, 7180, 10095, 7451, 10007, 7450, 10113, 8664, 7168, 8706, 7063, 10079, 7068, 7438, 9335, 7026, 10468, 9953, 7312, 11659, 7897, 13953, 8174, 13945, 8405, 10306, 7094, 10018, 7715, 13349, 8359, 7075, 7107, 7139, 8364, 7168, 9898, 7620, 11009, 8660, 7035, 7838, 6991, 9239, 7085, 9842, 7373, 10584, 7988, 10987, 7348, 6960, 8377, 7240, 9528, 7255, 12460, 7614, 7106, 8238, 7059, 9887, 8843, 7171, 7820, 7031, 9555, 7307, 10500, 8206, 8805, 9258, 7180, 9308, 7360, 9736, 7550, 10174, 7164, 9275, 7524, 14111, 7630, 7003, 7630, 7150, 9911, 8187, 12863, 7881, 14478, 8227, 12843, 9928, 12077, 9132, 8394, 7095, 8499, 6950, 9364, 7396, 10636, 7377, 6969, 7487, 8995, 7328, 10642, 7172, 9776, 7214, 9754, 7115, 9844, 6841, 7095, 7447, 7377, 9274, 6990, 8917, 7764, 8402, 11617, 7733, 11328, 10337, 16806, 12673, 12847, 11082, 7757, 12371, 9160, 15133, 11724, 13626, 9069, 12215, 7998, 12741, 8532, 9805, 7545, 7099, 7631, 7078, 9028, 7064, 9177, 6907, 10512, 7700, 7102, 7260, 7320, 7987, 7152, 8780, 7109, 9280, 7208, 10288, 7105, 7018, 7648, 7037, 8292, 6809, 9738, 7455, 10380, 7607, 13457, 7034, 8338, 6939, 6845, 7331, 7211, 8386, 7264, 7017, 9016, 7566, 7557, 8883, 8419, 15025, 11832, 15717, 8013, 15884, 12146, 13519, 14496, 9602, 15435, 10176, 14642, 10509, 12628, 12828, 14034, 9013, 9244, 7288, 8744, 7857, 8730, 6998, 9899, 7217, 10288, 7617, 7080, 7353, 7165, 7599, 6852, 8322, 7205, 8628, 6936, 8791], 'WindowCenter': [4691.0, 4725.0, 4664.0, 4710.0, 4651.0, 4689.0, 4658.0, 4686.0, 4637.0, 4637.0, 4647.0, 4677.0, 4658.0, 4718.0, 4678.0, 4716.0, 4636.0, 4684.0, 4615.0, 4673.0, 4624.0, 4674.0, 4624.0, 4653.0, 4624.0, 4653.0, 4615.0, 4680.0, 4651.0, 4664.0, 4638.0, 4687.0, 4638.0, 4677.0, 4647.0, 4639.0, 4649.0, 4678.0, 4672.0, 4709.0, 4680.0, 4709.0, 4650.0, 4698.0, 4638.0, 4704.0, 4636.0, 4703.0, 4647.0, 4674.0, 4644.0, 4626.0, 4661.0, 4651.0, 4678.0, 4629.0, 4687.0, 4635.0, 4694.0, 4638.0, 4643.0, 4632.0, 4637.0, 4685.0, 4637.0, 4687.0, 4627.0, 4714.0, 4627.0, 4684.0, 4634.0, 4693.0, 4636.0, 4694.0, 4645.0, 4694.0, 4644.0, 4625.0, 4655.0, 4649.0, 4656.0, 4639.0, 4679.0, 4640.0, 4690.0, 4642.0, 4679.0, 4640.0, 4691.0, 4651.0, 4701.0, 4649.0, 4678.0, 4657.0, 4657.0, 4616.0, 4645.0, 4616.0, 4657.0, 4626.0, 4656.0, 4628.0, 4676.0, 4639.0, 4668.0, 4660.0, 4640.0, 4659.0, 4649.0, 4670.0, 4668.0, 4698.0, 4639.0, 4668.0, 4628.0, 4668.0, 4628.0, 4697.0, 4627.0, 4698.0, 4660.0, 4719.0, 4639.0, 4678.0, 4652.0, 4690.0, 4650.0, 4677.0, 4647.0, 4637.0, 4627.0, 4638.0, 4648.0, 4638.0, 4668.0, 4640.0, 4700.0, 4639.0, 4668.0, 4628.0, 4668.0, 4628.0, 4667.0, 4638.0, 4677.0, 4629.0, 4703.0, 4640.0, 4676.0, 4637.0, 4666.0, 4626.0, 4667.0, 4626.0, 4666.0, 4627.0, 4674.0, 4627.0, 4665.0, 4626.0, 4665.0, 4628.0, 4667.0, 4637.0, 4666.0, 4638.0, 4676.0, 4627.0, 4666.0, 4627.0, 4686.0, 4636.0, 4686.0, 4628.0, 4655.0, 4616.0, 4656.0, 4625.0, 4646.0, 4626.0, 4647.0, 4637.0, 4657.0, 4638.0, 4658.0, 4628.0, 4660.0, 4687.0, 4639.0, 4681.0, 4652.0, 4678.0, 4638.0, 4678.0, 4653.0, 4669.0, 4641.0, 4670.0, 4642.0, 4679.0, 4642.0, 4683.0, 4642.0, 4681.0, 4628.0, 4688.0, 4639.0, 4689.0, 4629.0, 4649.0, 4631.0, 4660.0, 4630.0, 4689.0, 4641.0, 4690.0, 4640.0, 4679.0, 4631.0, 4673.0, 4639.0, 4661.0, 4730.0, 4660.0, 4709.0, 4651.0, 4700.0, 4675.0, 4700.0, 4627.0, 4664.0, 4627.0, 4667.0, 4625.0, 4627.0, 4647.0, 4637.0, 4656.0, 4656.0, 4646.0, 4676.0, 4646.0, 4655.0, 4645.0, 4615.0, 4655.0, 4626.0, 4656.0, 4626.0, 4676.0, 4628.0, 4715.0, 4648.0, 4694.0, 4615.0, 4683.0, 4625.0, 4675.0, 4626.0, 4676.0, 4639.0, 4676.0, 4636.0, 4626.0, 4636.0, 4628.0, 4657.0, 4638.0, 4679.0, 4639.0, 4687.0, 4638.0, 4686.0, 4641.0, 4677.0, 4652.0, 4668.0, 4651.0, 4699.0, 4638.0, 4677.0, 4653.0, 4651.0, 4657.0, 4650.0, 4671.0, 4670.0, 4658.0, 4680.0, 4692.0, 4640.0, 4669.0, 4644.0, 4647.0, 4615.0, 4643.0, 4625.0, 4645.0, 4617.0, 4665.0, 4626.0, 4665.0, 4627.0, 4656.0, 4646.0, 4638.0, 4648.0, 4638.0, 4658.0, 4640.0, 4639.0, 4669.0, 4640.0, 4680.0, 4630.0, 4708.0, 4640.0, 4668.0, 4657.0, 4637.0, 4687.0, 4628.0, 4687.0, 4628.0, 4716.0, 4629.0, 4677.0, 4637.0, 4646.0, 4638.0, 4666.0, 4647.0, 4637.0, 4648.0, 4638.0, 4667.0, 4640.0, 4649.0, 4639.0, 4639.0, 4671.0, 4651.0, 4681.0, 4641.0, 4670.0, 4639.0, 4669.0, 4640.0, 4677.0, 4639.0, 4707.0, 4629.0, 4688.0, 4630.0, 4676.0, 4637.0, 4657.0, 4686.0, 4629.0, 4667.0, 4628.0, 4678.0, 4628.0, 4674.0, 4629.0, 4675.0, 4645.0, 4705.0, 4627.0, 4674.0, 4625.0, 4653.0, 4614.0, 4654.0, 4626.0, 4675.0, 4626.0, 4653.0, 4635.0, 4617.0, 4637.0, 4626.0, 4639.0, 4677.0, 4661.0, 4688.0, 4637.0, 4645.0, 4638.0, 4645.0, 4626.0, 4655.0, 4647.0, 4627.0, 4647.0, 4614.0, 4633.0, 4616.0, 4659.0, 4654.0, 4673.0, 4640.0, 4660.0, 4687.0, 4648.0, 4706.0, 4641.0, 4706.0, 4640.0, 4664.0, 4614.0, 4674.0, 4639.0, 4659.0, 4640.0, 4659.0, 4651.0, 4669.0, 4640.0, 4669.0, 4641.0, 4642.0, 4660.0, 4641.0, 4664.0, 4689.0, 4670.0, 4689.0, 4659.0, 4637.0, 4646.0, 4626.0, 4647.0, 4677.0, 4656.0, 4676.0, 4695.0, 4616.0, 4656.0, 4627.0, 4644.0, 4616.0, 4665.0, 4626.0, 4655.0, 4625.0, 4655.0, 4636.0, 4665.0, 4624.0, 4655.0, 4626.0, 4693.0, 4626.0, 4666.0, 4636.0, 4626.0, 4656.0, 4626.0, 4668.0, 4627.0, 4667.0, 4628.0, 4667.0, 4638.0, 4667.0, 4639.0, 4639.0, 4649.0, 4659.0, 4721.0, 4675.0, 4721.0, 4629.0, 4671.0, 4628.0, 4678.0, 4678.0, 4648.0, 4727.0, 4669.0, 4728.0, 4657.0, 4717.0, 4638.0, 4674.0, 4639.0, 4663.0, 4633.0, 4625.0, 4645.0, 4627.0, 4647.0, 4636.0, 4657.0, 4628.0, 4667.0, 4638.0, 4706.0, 4646.0, 4666.0, 4646.0, 4627.0, 4635.0, 4627.0, 4656.0, 4629.0, 4665.0, 4649.0, 4707.0, 4647.0, 4717.0, 4635.0, 4666.0, 4626.0, 4663.0, 4636.0, 4664.0, 4637.0, 4656.0, 4627.0, 4627.0, 4647.0, 4628.0, 4667.0, 4629.0, 4688.0, 4630.0, 4656.0, 4630.0, 4656.0, 4638.0, 4669.0, 4638.0, 4689.0, 4639.0, 4697.0, 4639.0, 4667.0, 4628.0, 4696.0, 4625.0, 4707.0, 4627.0, 4645.0, 4638.0, 4655.0, 4636.0, 4656.0, 4637.0, 4668.0, 4626.0, 4685.0, 4628.0, 4664.0, 4626.0, 4656.0, 4626.0, 4654.0, 4626.0, 4665.0, 4638.0, 4676.0, 4638.0, 4628.0, 4646.0, 4637.0, 4655.0, 4628.0, 4689.0, 4639.0, 4687.0, 4627.0, 4678.0, 4628.0, 4676.0, 4628.0, 4685.0, 4625.0, 4686.0, 4614.0, 4664.0, 4615.0, 4643.0, 4624.0, 4655.0, 4625.0, 4664.0, 4626.0, 4663.0, 4626.0, 4646.0, 4648.0, 4639.0, 4659.0, 4681.0, 4729.0, 4639.0, 4643.0, 4638.0, 4640.0, 4645.0, 4633.0, 4672.0, 4684.0, 4669.0, 4625.0, 4634.0, 4613.0, 4642.0, 4623.0, 4665.0, 4626.0, 4672.0, 4637.0, 4675.0, 4637.0, 4687.0, 4659.0, 4676.0, 4645.0, 4625.0, 4622.0, 4614.0, 4663.0, 4636.0, 4655.0, 4644.0, 4625.0, 4645.0, 4627.0, 4665.0, 4647.0, 4686.0, 4645.0, 4675.0, 4633.0, 4683.0, 4632.0, 4692.0, 4625.0, 4653.0, 4644.0, 4614.0, 4654.0, 4625.0, 4656.0, 4625.0, 4677.0, 4651.0, 4678.0, 4639.0, 4678.0, 4668.0, 4641.0, 4659.0, 4640.0, 4680.0, 4643.0, 4640.0, 4668.0, 4630.0, 4679.0, 4679.0, 4639.0, 4697.0, 4651.0, 4719.0, 4647.0, 4705.0, 4635.0, 4663.0, 4612.0, 4652.0, 4623.0, 4691.0, 4635.0, 4613.0, 4612.0, 4640.0, 4659.0, 4626.0, 4675.0, 4638.0, 4674.0, 4658.0, 4629.0, 4637.0, 4625.0, 4667.0, 4628.0, 4666.0, 4636.0, 4676.0, 4649.0, 4675.0, 4626.0, 4628.0, 4645.0, 4625.0, 4664.0, 4653.0, 4737.0, 4679.0, 4653.0, 4685.0, 4638.0, 4674.0, 4667.0, 4627.0, 4633.0, 4627.0, 4678.0, 4640.0, 4688.0, 4658.0, 4668.0, 4668.0, 4638.0, 4666.0, 4636.0, 4665.0, 4635.0, 4703.0, 4655.0, 4669.0, 4621.0, 4700.0, 4621.0, 4612.0, 4620.0, 4614.0, 4663.0, 4633.0, 4691.0, 4632.0, 4701.0, 4632.0, 4682.0, 4650.0, 4669.0, 4638.0, 4616.0, 4597.0, 4628.0, 4599.0, 4638.0, 4610.0, 4660.0, 4610.0, 4611.0, 4622.0, 4641.0, 4623.0, 4663.0, 4613.0, 4662.0, 4625.0, 4663.0, 4636.0, 4662.0, 4626.0, 4652.0, 4665.0, 4677.0, 4677.0, 4637.0, 4668.0, 4651.0, 4672.0, 4699.0, 4636.0, 4688.0, 4680.0, 4736.0, 4696.0, 4694.0, 4674.0, 4624.0, 4684.0, 4643.0, 4702.0, 4682.0, 4705.0, 4645.0, 4680.0, 4622.0, 4679.0, 4631.0, 4650.0, 4610.0, 4601.0, 4610.0, 4602.0, 4641.0, 4614.0, 4652.0, 4614.0, 4674.0, 4635.0, 4626.0, 4626.0, 4625.0, 4647.0, 4627.0, 4658.0, 4640.0, 4669.0, 4641.0, 4688.0, 4640.0, 4641.0, 4649.0, 4641.0, 4662.0, 4644.0, 4693.0, 4653.0, 4690.0, 4651.0, 4719.0, 4641.0, 4660.0, 4655.0, 4642.0, 4638.0, 4639.0, 4644.0, 4637.0, 4639.0, 4681.0, 4676.0, 4665.0, 4685.0, 4676.0, 4742.0, 4723.0, 4742.0, 4661.0, 4741.0, 4710.0, 4709.0, 4716.0, 4656.0, 4714.0, 4653.0, 4691.0, 4650.0, 4669.0, 4666.0, 4677.0, 4617.0, 4625.0, 4597.0, 4616.0, 4616.0, 4618.0, 4599.0, 4638.0, 4609.0, 4647.0, 4609.0, 4611.0, 4611.0, 4613.0, 4623.0, 4604.0, 4646.0, 4639.0, 4644.0, 4625.0, 4616.0], 'WindowWidth': [10285.0, 10319.0, 10232.0, 10289.0, 10209.0, 10257.0, 10215.0, 10249.0, 10184.0, 10183.0, 10199.0, 10237.0, 10215.0, 10294.0, 10240.0, 10289.0, 10181.0, 10243.0, 10150.0, 10225.0, 10161.0, 10228.0, 10160.0, 10199.0, 10159.0, 10199.0, 10149.0, 10250.0, 10211.0, 10217.0, 10191.0, 10254.0, 10191.0, 10240.0, 10201.0, 10193.0, 10205.0, 10243.0, 10243.0, 10287.0, 10249.0, 10285.0, 10209.0, 10272.0, 10189.0, 10271.0, 10183.0, 10270.0, 10197.0, 10230.0, 10190.0, 10168.0, 10224.0, 10214.0, 10243.0, 10177.0, 10254.0, 10179.0, 10258.0, 10187.0, 10185.0, 10170.0, 10187.0, 10248.0, 10185.0, 10252.0, 10171.0, 10285.0, 10171.0, 10243.0, 10177.0, 10255.0, 10181.0, 10257.0, 10192.0, 10257.0, 10189.0, 10164.0, 10209.0, 10209.0, 10211.0, 10192.0, 10248.0, 10197.0, 10264.0, 10200.0, 10246.0, 10195.0, 10266.0, 10213.0, 10276.0, 10205.0, 10242.0, 10210.0, 10209.0, 10151.0, 10192.0, 10154.0, 10211.0, 10168.0, 10209.0, 10173.0, 10237.0, 10189.0, 10228.0, 10219.0, 10191.0, 10217.0, 10202.0, 10232.0, 10227.0, 10268.0, 10188.0, 10227.0, 10173.0, 10225.0, 10171.0, 10263.0, 10171.0, 10269.0, 10221.0, 10295.0, 10187.0, 10239.0, 10212.0, 10263.0, 10208.0, 10237.0, 10198.0, 10186.0, 10170.0, 10187.0, 10202.0, 10187.0, 10227.0, 10191.0, 10271.0, 10188.0, 10226.0, 10174.0, 10226.0, 10173.0, 10225.0, 10187.0, 10238.0, 10179.0, 10283.0, 10193.0, 10236.0, 10183.0, 10220.0, 10167.0, 10223.0, 10168.0, 10220.0, 10168.0, 10231.0, 10170.0, 10217.0, 10167.0, 10219.0, 10172.0, 10224.0, 10184.0, 10222.0, 10186.0, 10236.0, 10172.0, 10222.0, 10170.0, 10249.0, 10180.0, 10246.0, 10172.0, 10205.0, 10154.0, 10205.0, 10164.0, 10192.0, 10166.0, 10195.0, 10183.0, 10211.0, 10188.0, 10215.0, 10174.0, 10219.0, 10252.0, 10189.0, 10249.0, 10209.0, 10240.0, 10184.0, 10242.0, 10216.0, 10229.0, 10197.0, 10233.0, 10199.0, 10245.0, 10197.0, 10254.0, 10196.0, 10247.0, 10171.0, 10252.0, 10186.0, 10253.0, 10172.0, 10201.0, 10178.0, 10219.0, 10175.0, 10256.0, 10193.0, 10258.0, 10190.0, 10241.0, 10179.0, 10242.0, 10185.0, 10221.0, 10314.0, 10217.0, 10285.0, 10211.0, 10275.0, 10252.0, 10273.0, 10166.0, 10215.0, 10169.0, 10224.0, 10165.0, 10170.0, 10196.0, 10184.0, 10210.0, 10206.0, 10193.0, 10235.0, 10194.0, 10204.0, 10191.0, 10151.0, 10202.0, 10166.0, 10206.0, 10166.0, 10235.0, 10173.0, 10286.0, 10197.0, 10255.0, 10149.0, 10238.0, 10164.0, 10231.0, 10167.0, 10233.0, 10191.0, 10232.0, 10181.0, 10168.0, 10179.0, 10171.0, 10211.0, 10188.0, 10242.0, 10190.0, 10251.0, 10187.0, 10249.0, 10193.0, 10238.0, 10214.0, 10226.0, 10209.0, 10268.0, 10184.0, 10235.0, 10216.0, 10209.0, 10212.0, 10207.0, 10235.0, 10232.0, 10213.0, 10250.0, 10268.0, 10195.0, 10231.0, 10191.0, 10198.0, 10150.0, 10185.0, 10162.0, 10191.0, 10153.0, 10217.0, 10166.0, 10219.0, 10172.0, 10207.0, 10195.0, 10187.0, 10200.0, 10188.0, 10214.0, 10192.0, 10189.0, 10230.0, 10194.0, 10247.0, 10181.0, 10282.0, 10191.0, 10225.0, 10211.0, 10184.0, 10249.0, 10172.0, 10250.0, 10171.0, 10288.0, 10174.0, 10236.0, 10181.0, 10194.0, 10184.0, 10221.0, 10195.0, 10184.0, 10198.0, 10186.0, 10223.0, 10193.0, 10201.0, 10189.0, 10191.0, 10236.0, 10210.0, 10249.0, 10196.0, 10232.0, 10189.0, 10229.0, 10192.0, 10239.0, 10189.0, 10278.0, 10174.0, 10251.0, 10174.0, 10232.0, 10182.0, 10209.0, 10247.0, 10172.0, 10222.0, 10171.0, 10238.0, 10171.0, 10230.0, 10172.0, 10232.0, 10192.0, 10270.0, 10166.0, 10225.0, 10160.0, 10198.0, 10146.0, 10198.0, 10165.0, 10229.0, 10164.0, 10199.0, 10177.0, 10154.0, 10181.0, 10166.0, 10186.0, 10236.0, 10219.0, 10253.0, 10182.0, 10190.0, 10181.0, 10189.0, 10164.0, 10204.0, 10194.0, 10170.0, 10194.0, 10144.0, 10168.0, 10153.0, 10216.0, 10220.0, 10242.0, 10191.0, 10218.0, 10250.0, 10199.0, 10276.0, 10193.0, 10293.0, 10193.0, 10213.0, 10146.0, 10225.0, 10189.0, 10216.0, 10190.0, 10218.0, 10212.0, 10232.0, 10194.0, 10230.0, 10195.0, 10198.0, 10220.0, 10196.0, 10229.0, 10257.0, 10233.0, 10255.0, 10211.0, 10178.0, 10191.0, 10165.0, 10196.0, 10233.0, 10206.0, 10232.0, 10258.0, 10153.0, 10206.0, 10167.0, 10189.0, 10153.0, 10218.0, 10167.0, 10205.0, 10164.0, 10204.0, 10178.0, 10215.0, 10162.0, 10203.0, 10166.0, 10252.0, 10165.0, 10220.0, 10179.0, 10167.0, 10205.0, 10167.0, 10225.0, 10170.0, 10224.0, 10173.0, 10224.0, 10187.0, 10224.0, 10190.0, 10189.0, 10203.0, 10215.0, 10306.0, 10251.0, 10305.0, 10177.0, 10237.0, 10171.0, 10242.0, 10242.0, 10200.0, 10307.0, 10232.0, 10309.0, 10216.0, 10294.0, 10191.0, 10232.0, 10192.0, 10210.0, 10171.0, 10165.0, 10194.0, 10171.0, 10198.0, 10183.0, 10212.0, 10175.0, 10224.0, 10188.0, 10275.0, 10196.0, 10220.0, 10193.0, 10170.0, 10178.0, 10169.0, 10208.0, 10175.0, 10221.0, 10204.0, 10280.0, 10198.0, 10291.0, 10180.0, 10220.0, 10167.0, 10213.0, 10180.0, 10217.0, 10182.0, 10209.0, 10170.0, 10171.0, 10197.0, 10175.0, 10227.0, 10178.0, 10254.0, 10179.0, 10212.0, 10179.0, 10210.0, 10189.0, 10231.0, 10189.0, 10256.0, 10190.0, 10268.0, 10189.0, 10225.0, 10173.0, 10261.0, 10167.0, 10277.0, 10169.0, 10192.0, 10185.0, 10207.0, 10182.0, 10208.0, 10186.0, 10227.0, 10171.0, 10248.0, 10173.0, 10217.0, 10168.0, 10205.0, 10167.0, 10201.0, 10167.0, 10218.0, 10185.0, 10235.0, 10185.0, 10173.0, 10194.0, 10184.0, 10207.0, 10173.0, 10257.0, 10190.0, 10253.0, 10173.0, 10240.0, 10174.0, 10234.0, 10171.0, 10245.0, 10164.0, 10245.0, 10148.0, 10214.0, 10150.0, 10186.0, 10162.0, 10205.0, 10165.0, 10216.0, 10166.0, 10214.0, 10169.0, 10196.0, 10199.0, 10189.0, 10219.0, 10273.0, 10333.0, 10193.0, 10186.0, 10187.0, 10194.0, 10191.0, 10171.0, 10243.0, 10260.0, 10234.0, 10163.0, 10174.0, 10147.0, 10182.0, 10161.0, 10219.0, 10169.0, 10228.0, 10185.0, 10232.0, 10186.0, 10252.0, 10216.0, 10235.0, 10192.0, 10164.0, 10156.0, 10147.0, 10213.0, 10182.0, 10205.0, 10187.0, 10166.0, 10192.0, 10171.0, 10219.0, 10198.0, 10248.0, 10192.0, 10231.0, 10172.0, 10238.0, 10168.0, 10249.0, 10162.0, 10199.0, 10187.0, 10149.0, 10201.0, 10166.0, 10207.0, 10166.0, 10241.0, 10212.0, 10243.0, 10189.0, 10239.0, 10232.0, 10197.0, 10219.0, 10194.0, 10247.0, 10202.0, 10192.0, 10228.0, 10179.0, 10243.0, 10243.0, 10189.0, 10267.0, 10207.0, 10298.0, 10197.0, 10272.0, 10175.0, 10210.0, 10140.0, 10195.0, 10158.0, 10247.0, 10175.0, 10146.0, 10145.0, 10196.0, 10217.0, 10170.0, 10234.0, 10186.0, 10230.0, 10212.0, 10175.0, 10184.0, 10166.0, 10223.0, 10171.0, 10222.0, 10183.0, 10234.0, 10200.0, 10232.0, 10166.0, 10171.0, 10191.0, 10160.0, 10215.0, 10218.0, 10341.0, 10266.0, 10219.0, 10268.0, 10188.0, 10231.0, 10229.0, 10173.0, 10175.0, 10173.0, 10242.0, 10195.0, 10257.0, 10218.0, 10230.0, 10228.0, 10189.0, 10222.0, 10182.0, 10219.0, 10178.0, 10285.0, 10226.0, 10231.0, 10153.0, 10257.0, 10152.0, 10141.0, 10149.0, 10147.0, 10213.0, 10170.0, 10247.0, 10169.0, 10262.0, 10166.0, 10235.0, 10187.0, 10213.0, 10168.0, 10137.0, 10112.0, 10155.0, 10118.0, 10169.0, 10137.0, 10203.0, 10137.0, 10139.0, 10155.0, 10179.0, 10157.0, 10210.0, 10144.0, 10211.0, 10164.0, 10213.0, 10186.0, 10212.0, 10171.0, 10217.0, 10241.0, 10261.0, 10240.0, 10187.0, 10226.0, 10211.0, 10241.0, 10271.0, 10182.0, 10253.0, 10244.0, 10315.0, 10260.0, 10255.0, 10226.0, 10158.0, 10239.0, 10183.0, 10262.0, 10234.0, 10271.0, 10188.0, 10227.0, 10150.0, 10224.0, 10160.0, 10185.0, 10131.0, 10121.0, 10134.0, 10125.0, 10178.0, 10146.0, 10195.0, 10149.0, 10228.0, 10178.0, 10167.0, 10167.0, 10166.0, 10196.0, 10170.0, 10213.0, 10194.0, 10231.0, 10195.0, 10255.0, 10193.0, 10194.0, 10204.0, 10195.0, 10225.0, 10205.0, 10270.0, 10216.0, 10261.0, 10208.0, 10298.0, 10195.0, 10220.0, 10225.0, 10201.0, 10188.0, 10192.0, 10189.0, 10188.0, 10192.0, 10255.0, 10256.0, 10238.0, 10265.0, 10254.0, 10335.0, 10311.0, 10335.0, 10224.0, 10334.0, 10288.0, 10282.0, 10289.0, 10204.0, 10283.0, 10194.0, 10245.0, 10183.0, 10208.0, 10200.0, 10216.0, 10133.0, 10144.0, 10109.0, 10135.0, 10135.0, 10140.0, 10117.0, 10167.0, 10130.0, 10180.0, 10131.0, 10137.0, 10136.0, 10143.0, 10157.0, 10133.0, 10193.0, 10189.0, 10186.0, 10165.0, 10133.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.002589644087256028</td></tr>
<tr><td colspan=3>aqi</td><td>0.03514673960964409</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.993347733666674</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1542191396321848</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0162074428620675</td></tr>
<tr><td colspan=3>efc</td><td>0.5005</td></tr>
<tr><td colspan=3>fber</td><td>4803.2041</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10317547714352511</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.495981630309988</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.835132816715143</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6832113905727097</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1420871069049876</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6800999526677316</td></tr>
<tr><td colspan=3>gcor</td><td>0.00830745</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006650695111602545</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03713318333029747</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4910656484013454</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>13.7802</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.4853</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.7449</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293057.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1070.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.7518</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3492</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>657.2061</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3747.7443</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>941.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5043.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1163.5346</td></tr>
<tr><td colspan=3>tsnr</td><td>31.727304121479392</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>