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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0009/ses-03/func/sub-0009_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ef130d14b8f777b29c735b8ffe16de65</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>12:34:4.822500</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_VE11C_LATEST_20160120</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.999661, 0.0220967, 0.0138045, -0.0225109, 0.999278, 0.0306117]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0947843</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7727, -7245, 608, -38, -95, 115, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.109</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>53e427b2-bd83-475e-8f88-582c11e8d85d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682016134262085, -0.060395170003175735, 0.03541898727416992, 116.84759521484375], [-0.05928372964262962, 2.6809892654418945, 0.08346246927976608, -85.62066650390625], [0.03703653812408447, -0.0821288600564003, 2.698477268218994, -38.0308837890625], [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': ['123404.822500', '123405.282500', '123405.742500', '123406.202500', '123406.662500', '123407.122500', '123407.582500', '123408.042500', '123408.502500', '123408.962500', '123409.422500', '123409.882500', '123410.342500', '123410.802500', '123411.262500', '123411.722500', '123412.182500', '123412.642500', '123413.102500', '123413.562500', '123414.022500', '123414.482500', '123414.942500', '123415.402500', '123415.862500', '123416.322500', '123416.782500', '123417.242500', '123417.702500', '123418.162500', '123418.622500', '123419.082500', '123419.542500', '123420.002500', '123420.462500', '123420.922500', '123421.382500', '123421.842500', '123422.302500', '123422.762500', '123423.222500', '123423.682500', '123424.142500', '123424.602500', '123425.062500', '123425.522500', '123425.982500', '123426.442500', '123426.902500', '123427.362500', '123427.822500', '123428.282500', '123428.742500', '123429.202500', '123429.662500', '123430.122500', '123430.582500', '123431.042500', '123431.502500', '123431.962500', '123432.422500', '123432.882500', '123433.342500', '123433.802500', '123434.262500', '123434.722500', '123435.182500', '123435.642500', '123436.102500', '123436.562500', '123437.022500', '123437.482500', '123437.942500', '123438.402500', '123438.862500', '123439.322500', '123439.782500', '123440.242500', '123440.702500', '123441.162500', '123441.622500', '123442.082500', '123442.542500', '123443.002500', '123443.462500', '123443.922500', '123444.382500', '123444.842500', '123445.302500', '123445.762500', '123446.222500', '123446.682500', '123447.142500', '123447.602500', '123448.062500', '123448.522500', '123448.982500', '123449.442500', '123449.902500', '123450.362500', '123450.822500', '123451.282500', '123451.742500', '123452.202500', '123452.662500', '123453.122500', '123453.582500', '123454.042500', '123454.502500', '123454.962500', '123455.422500', '123455.882500', '123456.342500', '123456.802500', '123457.262500', '123457.722500', '123458.182500', '123458.642500', '123459.102500', '123459.562500', '123500.022500', '123500.482500', '123500.942500', '123501.402500', '123501.862500', '123502.322500', '123502.782500', '123503.242500', '123503.702500', '123504.162500', '123504.622500', '123505.082500', '123505.542500', '123506.002500', '123506.462500', '123506.922500', '123507.382500', '123507.842500', '123508.302500', '123508.762500', '123509.222500', '123509.682500', '123510.142500', '123510.602500', '123511.062500', '123511.522500', '123511.982500', '123512.442500', '123512.902500', '123513.362500', '123513.822500', '123514.282500', '123514.742500', '123515.202500', '123515.662500', '123516.122500', '123516.582500', '123517.042500', '123517.502500', '123517.962500', '123518.422500', '123518.882500', '123519.342500', '123519.802500', '123520.262500', '123520.722500', '123521.182500', '123521.642500', '123522.102500', '123522.562500', '123523.022500', '123523.482500', '123523.942500', '123524.402500', '123524.862500', '123525.322500', '123525.782500', '123526.242500', '123526.702500', '123527.162500', '123527.622500', '123528.082500', '123528.542500', '123529.002500', '123529.462500', '123529.922500', '123530.382500', '123530.842500', '123531.302500', '123531.762500', '123532.222500', '123532.682500', '123533.142500', '123533.602500', '123534.062500', '123534.522500', '123534.982500', '123535.442500', '123535.902500', '123536.362500', '123536.822500', '123537.282500', '123537.742500', '123538.202500', '123538.662500', '123539.122500', '123539.582500', '123540.042500', '123540.502500', '123540.962500', '123541.422500', '123541.882500', '123542.342500', '123542.802500', '123543.262500', '123543.722500', '123544.182500', '123544.642500', '123545.102500', '123545.562500', '123546.022500', '123546.482500', '123546.942500', '123547.402500', '123547.862500', '123548.322500', '123548.782500', '123549.242500', '123549.702500', '123550.162500', '123550.622500', '123551.082500', '123551.542500', '123552.002500', '123552.462500', '123552.922500', '123553.382500', '123553.842500', '123554.302500', '123554.762500', '123555.222500', '123555.682500', '123556.142500', '123556.602500', '123557.062500', '123557.522500', '123557.982500', '123558.442500', '123558.902500', '123559.362500', '123559.822500', '123600.282500', '123600.742500', '123601.202500', '123601.662500', '123602.122500', '123602.582500', '123603.042500', '123603.502500', '123603.962500', '123604.422500', '123604.882500', '123605.342500', '123605.802500', '123606.262500', '123606.722500', '123607.182500', '123607.642500', '123608.102500', '123608.562500', '123609.022500', '123609.482500', '123609.942500', '123610.402500', '123610.862500', '123611.322500', '123611.782500', '123612.242500', '123612.702500', '123613.162500', '123613.622500', '123614.082500', '123614.542500', '123615.002500', '123615.462500', '123615.922500', '123616.382500', '123616.842500', '123617.302500', '123617.762500', '123618.222500', '123618.682500', '123619.142500', '123619.602500', '123620.062500', '123620.522500', '123620.982500', '123621.442500', '123621.902500', '123622.362500', '123622.822500', '123623.282500', '123623.742500', '123624.202500', '123624.662500', '123625.122500', '123625.582500', '123626.042500', '123626.502500', '123626.962500', '123627.422500', '123627.882500', '123628.342500', '123628.802500', '123629.262500', '123629.722500', '123630.182500', '123630.642500', '123631.102500', '123631.562500', '123632.022500', '123632.482500', '123632.942500', '123633.402500', '123633.862500', '123634.322500', '123634.782500', '123635.242500', '123635.702500', '123636.162500', '123636.622500', '123637.082500', '123637.542500', '123638.002500', '123638.462500', '123638.922500', '123639.382500', '123639.842500', '123640.302500', '123640.762500', '123641.222500', '123641.682500', '123642.142500', '123642.602500', '123643.062500', '123643.522500', '123643.982500', '123644.442500', '123644.902500', '123645.362500', '123645.822500', '123646.282500', '123646.742500', '123647.202500', '123647.662500', '123648.122500', '123648.582500', '123649.042500', '123649.502500', '123649.962500', '123650.422500', '123650.882500', '123651.342500', '123651.802500', '123652.262500', '123652.722500', '123653.182500', '123653.642500', '123654.102500', '123654.562500', '123655.022500', '123655.482500', '123655.942500', '123656.402500', '123656.862500', '123657.322500', '123657.782500', '123658.242500', '123658.702500', '123659.162500', '123659.622500', '123700.082500', '123700.542500', '123701.002500', '123701.462500', '123701.922500', '123702.382500', '123702.842500', '123703.302500', '123703.762500', '123704.222500', '123704.682500', '123705.142500', '123705.602500', '123706.062500', '123706.522500', '123706.982500', '123707.442500', '123707.902500', '123708.362500', '123708.822500', '123709.282500', '123709.742500', '123710.202500', '123710.662500', '123711.122500', '123711.582500', '123712.042500', '123712.502500', '123712.962500', '123713.422500', '123713.882500', '123714.342500', '123714.802500', '123715.262500', '123715.722500', '123716.182500', '123716.642500', '123717.102500', '123717.562500', '123718.022500', '123718.482500', '123718.942500', '123719.402500', '123719.862500', '123720.322500', '123720.782500', '123721.242500', '123721.702500', '123722.162500', '123722.622500', '123723.082500', '123723.542500', '123724.002500', '123724.462500', '123724.922500', '123725.382500', '123725.842500', '123726.302500', '123726.762500', '123727.222500', '123727.682500', '123728.142500', '123728.602500', '123729.062500', '123729.522500', '123729.982500', '123730.442500', '123730.902500', '123731.362500', '123731.822500', '123732.282500', '123732.742500', '123733.202500', '123733.662500', '123734.122500', '123734.582500', '123735.042500', '123735.502500', '123735.962500', '123736.422500', '123736.882500', '123737.342500', '123737.802500', '123738.262500', '123738.722500', '123739.182500', '123739.642500', '123740.102500', '123740.562500', '123741.022500', '123741.482500', '123741.942500', '123742.402500', '123742.862500', '123743.322500', '123743.782500', '123744.242500', '123744.702500', '123745.162500', '123745.622500', '123746.082500', '123746.542500', '123747.002500', '123747.462500', '123747.922500', '123748.382500', '123748.842500', '123749.302500', '123749.762500', '123750.222500', '123750.682500', '123751.142500', '123751.602500', '123752.062500', '123752.522500', '123752.982500', '123753.442500', '123753.902500', '123754.362500', '123754.822500', '123755.282500', '123755.742500', '123756.202500', '123756.662500', '123757.122500', '123757.582500', '123758.042500', '123758.502500', '123758.962500', '123759.422500', '123759.882500', '123800.342500', '123800.802500', '123801.262500', '123801.722500', '123802.182500', '123802.642500', '123803.102500', '123803.562500', '123804.022500', '123804.482500', '123804.942500', '123805.402500', '123805.862500', '123806.322500', '123806.782500', '123807.242500', '123807.702500', '123808.162500', '123808.622500', '123809.082500', '123809.542500', '123810.002500', '123810.462500', '123810.922500', '123811.382500', '123811.842500', '123812.302500', '123812.762500', '123813.222500', '123813.682500', '123814.142500', '123814.602500', '123815.062500', '123815.522500', '123815.982500', '123816.442500', '123816.902500', '123817.362500', '123817.822500', '123818.282500', '123818.742500', '123819.202500', '123819.662500', '123820.122500', '123820.582500', '123821.042500', '123821.502500', '123821.962500', '123822.422500', '123822.882500', '123823.342500', '123823.802500', '123824.262500', '123824.722500', '123825.182500', '123825.642500', '123826.102500', '123826.562500', '123827.022500', '123827.482500', '123827.942500', '123828.402500', '123828.862500', '123829.322500', '123829.782500', '123830.242500', '123830.702500', '123831.162500', '123831.622500', '123832.082500', '123832.542500', '123833.002500', '123833.462500', '123833.922500', '123834.382500', '123834.842500', '123835.302500', '123835.762500', '123836.222500', '123836.682500', '123837.142500', '123837.602500', '123838.062500', '123838.522500', '123838.982500', '123839.442500', '123839.902500', '123840.362500', '123840.822500', '123841.282500', '123841.742500', '123842.202500', '123842.662500', '123843.122500', '123843.582500', '123844.042500', '123844.502500', '123844.962500', '123845.422500', '123845.882500', '123846.342500', '123846.802500', '123847.262500', '123847.722500', '123848.182500', '123848.642500', '123849.102500', '123849.562500', '123850.022500', '123850.482500', '123850.942500', '123851.402500', '123851.862500', '123852.322500', '123852.782500', '123853.242500', '123853.702500', '123854.162500', '123854.622500', '123855.082500', '123855.542500', '123856.002500', '123856.462500', '123856.922500', '123857.382500', '123857.842500', '123858.302500', '123858.762500', '123859.222500', '123859.682500', '123900.142500', '123900.602500', '123901.062500', '123901.522500', '123901.982500', '123902.442500', '123902.902500', '123903.362500', '123903.822500', '123904.282500', '123904.742500', '123905.202500', '123905.662500', '123906.122500', '123906.582500', '123907.042500', '123907.502500', '123907.962500', '123908.422500', '123908.882500', '123909.342500', '123909.802500', '123910.262500', '123910.722500', '123911.182500', '123911.642500', '123912.102500', '123912.562500', '123913.022500', '123913.482500', '123913.942500', '123914.402500', '123914.862500', '123915.322500', '123915.782500', '123916.242500', '123916.702500', '123917.162500', '123917.622500', '123918.082500', '123918.542500', '123919.002500', '123919.462500', '123919.922500', '123920.382500', '123920.842500', '123921.302500', '123921.762500', '123922.222500', '123922.682500', '123923.142500', '123923.602500', '123924.062500', '123924.522500', '123924.982500', '123925.442500', '123925.902500', '123926.362500', '123926.822500', '123927.282500', '123927.742500', '123928.202500', '123928.662500', '123929.122500', '123929.582500', '123930.042500', '123930.502500', '123930.962500', '123931.422500', '123931.882500', '123932.342500', '123932.802500', '123933.262500', '123933.722500', '123934.182500', '123934.642500', '123935.102500', '123935.562500', '123936.022500', '123936.482500', '123936.942500', '123937.402500', '123937.862500', '123938.322500', '123938.782500', '123939.242500', '123939.702500', '123940.162500', '123940.622500', '123941.082500', '123941.542500', '123942.002500', '123942.462500', '123942.922500', '123943.382500', '123943.842500', '123944.302500', '123944.762500', '123945.222500', '123945.682500', '123946.142500', '123946.602500', '123947.062500', '123947.522500', '123947.982500', '123948.442500', '123948.902500', '123949.362500', '123949.822500', '123950.282500', '123950.742500', '123951.202500', '123951.662500', '123952.122500', '123952.582500', '123953.042500', '123953.502500', '123953.962500', '123954.422500', '123954.882500', '123955.342500', '123955.802500', '123956.262500', '123956.722500', '123957.182500', '123957.642500', '123958.102500', '123958.562500', '123959.022500', '123959.482500', '123959.942500', '124000.402500', '124000.862500', '124001.322500', '124001.782500', '124002.242500', '124002.702500', '124003.162500', '124003.622500', '124004.082500', '124004.542500', '124005.002500', '124005.462500', '124005.922500', '124006.382500', '124006.842500', '124007.302500', '124007.762500', '124008.222500', '124008.682500', '124009.142500', '124009.602500', '124010.062500', '124010.522500', '124010.982500', '124011.442500', '124011.902500', '124012.362500', '124012.822500', '124013.282500', '124013.742500', '124014.202500', '124014.662500', '124015.122500', '124015.582500', '124016.042500', '124016.502500', '124016.962500', '124017.422500', '124017.882500', '124018.342500', '124018.802500', '124019.262500', '124019.722500', '124020.182500', '124020.642500', '124021.102500', '124021.562500', '124022.022500', '124022.482500', '124022.942500', '124023.402500', '124023.862500', '124024.322500', '124024.782500', '124025.242500', '124025.702500', '124026.162500', '124026.622500', '124027.082500', '124027.542500', '124028.002500', '124028.462500', '124028.922500', '124029.382500', '124029.842500', '124030.302500', '124030.762500', '124031.222500', '124031.682500', '124032.142500', '124032.602500', '124033.062500', '124033.522500', '124033.982500', '124034.442500', '124034.902500', '124035.362500', '124035.822500', '124036.282500', '124036.742500', '124037.202500', '124037.662500', '124038.122500', '124038.582500', '124039.042500', '124039.502500', '124039.962500', '124040.422500', '124040.882500', '124041.342500', '124041.802500', '124042.262500', '124042.722500', '124043.182500', '124043.642500', '124044.102500', '124044.562500', '124045.022500', '124045.482500'], 'ContentTime': ['123425.340000', '123425.343000', '123425.353000', '123425.356000', '123425.365000', '123425.368000', '123425.371000', '123425.374000', '123425.377000', '123425.379000', '123425.382000', '123425.385000', '123425.388000', '123425.391000', '123425.394000', '123425.397000', '123425.399000', '123425.402000', '123425.405000', '123425.408000', '123425.411000', '123425.414000', '123425.416000', '123425.419000', '123425.422000', '123425.425000', '123425.428000', '123425.431000', '123425.434000', '123425.436000', '123425.439000', '123425.443000', '123425.446000', '123425.449000', '123425.452000', '123425.455000', '123425.458000', '123425.461000', '123425.464000', '123425.466000', '123425.469000', '123425.472000', '123425.475000', '123445.310000', '123445.313000', '123445.316000', '123445.319000', '123445.321000', '123445.324000', '123445.327000', '123445.330000', '123445.333000', '123445.335000', '123445.338000', '123445.341000', '123445.344000', '123445.347000', '123445.350000', '123445.352000', '123445.355000', '123445.358000', '123445.361000', '123445.364000', '123445.366000', '123445.369000', '123445.372000', '123445.375000', '123445.378000', '123445.380000', '123445.383000', '123445.386000', '123445.389000', '123445.392000', '123445.395000', '123445.397000', '123445.400000', '123445.403000', '123445.406000', '123445.409000', '123445.411000', '123445.414000', '123445.417000', '123445.420000', '123445.423000', '123445.426000', '123445.429000', '123445.431000', '123505.310000', '123505.313000', '123505.316000', '123505.318000', '123505.321000', '123505.324000', '123505.327000', '123505.330000', '123505.333000', '123505.335000', '123505.338000', '123505.341000', '123505.344000', '123505.347000', '123505.349000', '123505.352000', '123505.362000', '123505.365000', '123505.368000', '123505.371000', '123505.374000', '123505.376000', '123505.379000', '123505.382000', '123505.385000', '123505.388000', '123505.390000', '123505.393000', '123505.396000', '123505.401000', '123505.403000', '123505.406000', '123505.409000', '123505.412000', '123505.415000', '123505.417000', '123505.420000', '123505.423000', '123505.426000', '123505.429000', '123505.432000', '123505.435000', '123505.446000', '123525.311000', '123525.314000', '123525.317000', '123525.319000', '123525.322000', '123525.325000', '123525.328000', '123525.331000', '123525.334000', '123525.337000', '123525.339000', '123525.342000', '123525.345000', '123525.348000', '123525.351000', '123525.353000', '123525.356000', '123525.359000', '123525.362000', '123525.365000', '123525.368000', '123525.371000', '123525.373000', '123525.376000', '123525.379000', '123525.382000', '123525.385000', '123525.388000', '123525.390000', '123525.393000', '123525.396000', '123525.399000', '123525.402000', '123525.404000', '123525.407000', '123525.410000', '123525.413000', '123525.416000', '123525.419000', '123525.422000', '123525.424000', '123525.427000', '123525.430000', '123525.433000', '123545.311000', '123545.314000', '123545.317000', '123545.320000', '123545.322000', '123545.325000', '123545.328000', '123545.331000', '123545.334000', '123545.347000', '123545.350000', '123545.353000', '123545.355000', '123545.358000', '123545.361000', '123545.364000', '123545.367000', '123545.370000', '123545.372000', '123545.375000', '123545.378000', '123545.381000', '123545.384000', '123545.387000', '123545.390000', '123545.392000', '123545.395000', '123545.398000', '123545.401000', '123545.404000', '123545.406000', '123545.409000', '123545.412000', '123545.415000', '123545.418000', '123545.421000', '123545.424000', '123545.426000', '123545.429000', '123545.432000', '123545.435000', '123545.438000', '123545.440000', '123605.310000', '123605.313000', '123605.316000', '123605.318000', '123605.321000', '123605.324000', '123605.327000', '123605.330000', '123605.333000', '123605.336000', '123605.338000', '123605.341000', '123605.344000', '123605.347000', '123605.350000', '123605.353000', '123605.356000', '123605.358000', '123605.361000', '123605.364000', '123605.367000', '123605.370000', '123605.372000', '123605.375000', '123605.378000', '123605.381000', '123605.384000', '123605.386000', '123605.389000', '123605.392000', '123605.395000', '123605.398000', '123605.401000', '123605.404000', '123605.406000', '123605.409000', '123605.412000', '123605.415000', '123605.418000', '123605.421000', '123605.423000', '123605.426000', '123605.429000', '123605.432000', '123625.310000', '123625.313000', '123625.316000', '123625.319000', '123625.321000', '123625.324000', '123625.327000', '123625.330000', '123625.333000', '123625.336000', '123625.339000', '123625.342000', '123625.344000', '123625.347000', '123625.350000', '123625.353000', '123625.356000', '123625.358000', '123625.361000', '123625.364000', '123625.367000', '123625.370000', '123625.373000', '123625.376000', '123625.378000', '123625.381000', '123625.384000', '123625.387000', '123625.390000', '123625.392000', '123625.395000', '123625.398000', '123625.401000', '123625.404000', '123625.407000', '123625.410000', '123625.412000', '123625.415000', '123625.418000', '123625.421000', '123625.424000', '123625.426000', '123625.429000', '123645.310000', '123645.313000', '123645.316000', '123645.319000', '123645.321000', '123645.324000', '123645.327000', '123645.330000', '123645.333000', '123645.336000', '123645.338000', '123645.341000', '123645.344000', '123645.347000', '123645.350000', '123645.353000', '123645.356000', '123645.358000', '123645.361000', '123645.364000', '123645.367000', '123645.370000', '123645.372000', '123645.375000', '123645.378000', '123645.381000', '123645.384000', '123645.387000', '123645.394000', '123645.396000', '123645.400000', '123645.403000', '123645.405000', '123645.408000', '123645.411000', '123645.414000', '123645.417000', '123645.420000', '123645.422000', '123645.430000', '123645.432000', '123645.435000', '123645.438000', '123645.441000', '123705.310000', '123705.313000', '123705.316000', '123705.319000', '123705.321000', '123705.324000', '123705.327000', '123705.330000', '123705.333000', '123705.336000', '123705.339000', '123705.348000', '123705.351000', '123705.354000', '123705.357000', '123705.359000', '123705.362000', '123705.365000', '123705.368000', '123705.371000', '123705.374000', '123705.377000', '123705.379000', '123705.382000', '123705.385000', '123705.388000', '123705.391000', '123705.394000', '123705.396000', '123705.399000', '123705.402000', '123705.405000', '123705.408000', '123705.411000', '123705.414000', '123705.416000', '123705.419000', '123705.422000', '123705.425000', '123705.428000', '123705.430000', '123705.433000', '123705.436000', '123725.310000', '123725.313000', '123725.316000', '123725.319000', '123725.321000', '123725.342000', '123725.345000', '123725.348000', '123725.351000', '123725.353000', '123725.356000', '123725.359000', '123725.362000', '123725.365000', '123725.368000', '123725.371000', '123725.373000', '123725.376000', '123725.379000', '123725.382000', '123725.385000', '123725.388000', '123725.391000', '123725.393000', '123725.396000', '123725.399000', '123725.402000', '123725.405000', '123725.408000', '123725.410000', '123725.413000', '123725.416000', '123725.419000', '123725.422000', '123725.425000', '123725.427000', '123725.430000', '123725.433000', '123725.436000', '123725.439000', '123725.442000', '123725.444000', '123725.447000', '123725.450000', '123745.311000', '123745.314000', '123745.317000', '123745.320000', '123745.323000', '123745.326000', '123745.328000', '123745.331000', '123745.334000', '123745.337000', '123745.340000', '123745.343000', '123745.345000', '123745.348000', '123745.351000', '123745.354000', '123745.357000', '123745.360000', '123745.362000', '123745.365000', '123745.368000', '123745.371000', '123745.374000', '123745.377000', '123745.380000', '123745.382000', '123745.385000', '123745.388000', '123745.391000', '123745.394000', '123745.397000', '123745.399000', '123745.402000', '123745.405000', '123745.408000', '123745.411000', '123745.414000', '123745.416000', '123745.419000', '123745.422000', '123745.425000', '123745.428000', '123745.430000', '123805.311000', '123805.314000', '123805.317000', '123805.320000', '123805.323000', '123805.326000', '123805.329000', '123805.332000', '123805.335000', '123805.338000', '123805.341000', '123805.343000', '123805.346000', '123805.349000', '123805.352000', '123805.355000', '123805.357000', '123805.360000', '123805.363000', '123805.366000', '123805.369000', '123805.372000', '123805.375000', '123805.377000', '123805.380000', '123805.383000', '123805.386000', '123805.389000', '123805.392000', '123805.395000', '123805.397000', '123805.400000', '123805.403000', '123805.406000', '123805.409000', '123805.411000', '123805.414000', '123805.417000', '123805.420000', '123805.423000', '123805.426000', '123805.429000', '123805.431000', '123825.310000', '123825.313000', '123825.316000', '123825.319000', '123825.321000', '123825.324000', '123825.327000', '123825.330000', '123825.333000', '123825.336000', '123825.338000', '123825.341000', '123825.344000', '123825.347000', '123825.350000', '123825.353000', '123825.356000', '123825.359000', '123825.361000', '123825.364000', '123825.367000', '123825.370000', '123825.373000', '123825.376000', '123825.379000', '123825.381000', '123825.384000', '123825.387000', '123825.390000', '123825.393000', '123825.395000', '123825.398000', '123825.401000', '123825.404000', '123825.407000', '123825.410000', '123825.413000', '123825.415000', '123825.418000', '123825.421000', '123825.429000', '123825.431000', '123825.434000', '123825.437000', '123845.310000', '123845.313000', '123845.316000', '123845.319000', '123845.322000', '123845.324000', '123845.327000', '123845.330000', '123845.333000', '123845.336000', '123845.339000', '123845.342000', '123845.345000', '123845.347000', '123845.350000', '123845.353000', '123845.356000', '123845.359000', '123845.362000', '123845.365000', '123845.368000', '123845.371000', '123845.374000', '123845.376000', '123845.379000', '123845.382000', '123845.385000', '123845.388000', '123845.391000', '123845.394000', '123845.408000', '123845.411000', '123845.414000', '123845.416000', '123845.419000', '123845.422000', '123845.425000', '123845.428000', '123845.431000', '123845.433000', '123845.436000', '123845.439000', '123845.442000', '123905.310000', '123905.313000', '123905.316000', '123905.319000', '123905.322000', '123905.325000', '123905.327000', '123905.330000', '123905.333000', '123905.336000', '123905.339000', '123905.341000', '123905.344000', '123905.347000', '123905.350000', '123905.353000', '123905.356000', '123905.359000', '123905.361000', '123905.364000', '123905.367000', '123905.370000', '123905.373000', '123905.376000', '123905.379000', '123905.381000', '123905.384000', '123905.387000', '123905.390000', '123905.393000', '123905.396000', '123905.399000', '123905.401000', '123905.404000', '123905.407000', '123905.410000', '123905.413000', '123905.415000', '123905.418000', '123905.421000', '123905.424000', '123905.427000', '123905.430000', '123905.433000', '123925.310000', '123925.313000', '123925.316000', '123925.319000', '123925.322000', '123925.325000', '123925.327000', '123925.330000', '123925.333000', '123925.336000', '123925.339000', '123925.342000', '123925.344000', '123925.347000', '123925.350000', '123925.353000', '123925.356000', '123925.359000', '123925.362000', '123925.366000', '123925.370000', '123925.373000', '123925.376000', '123925.379000', '123925.382000', '123925.384000', '123925.387000', '123925.390000', '123925.393000', '123925.396000', '123925.399000', '123925.402000', '123925.405000', '123925.407000', '123925.410000', '123925.413000', '123925.416000', '123925.419000', '123925.421000', '123925.424000', '123925.427000', '123925.430000', '123925.433000', '123945.310000', '123945.313000', '123945.316000', '123945.319000', '123945.322000', '123945.324000', '123945.327000', '123945.330000', '123945.333000', '123945.336000', '123945.339000', '123945.342000', '123945.344000', '123945.347000', '123945.350000', '123945.353000', '123945.356000', '123945.358000', '123945.361000', '123945.364000', '123945.367000', '123945.370000', '123945.373000', '123945.376000', '123945.378000', '123945.381000', '123945.384000', '123945.387000', '123945.390000', '123945.393000', '123945.396000', '123945.398000', '123945.401000', '123945.404000', '123945.407000', '123945.410000', '123945.413000', '123945.415000', '123945.418000', '123945.421000', '123945.424000', '123945.427000', '123945.430000', '123945.433000', '124005.312000', '124005.315000', '124005.318000', '124005.321000', '124005.324000', '124005.327000', '124005.329000', '124005.332000', '124005.335000', '124005.338000', '124005.341000', '124005.344000', '124005.347000', '124005.349000', '124005.352000', '124005.355000', '124005.358000', '124005.361000', '124005.364000', '124005.367000', '124005.370000', '124005.373000', '124005.376000', '124005.379000', '124005.382000', '124005.385000', '124005.388000', '124005.391000', '124005.394000', '124005.397000', '124005.399000', '124005.402000', '124005.405000', '124005.408000', '124005.411000', '124005.414000', '124005.416000', '124005.419000', '124005.422000', '124005.425000', '124005.428000', '124005.445000', '124005.448000', '124025.311000', '124025.314000', '124025.317000', '124025.320000', '124025.323000', '124025.326000', '124025.328000', '124025.331000', '124025.334000', '124025.337000', '124025.341000', '124025.344000', '124025.347000', '124025.350000', '124025.353000', '124025.355000', '124025.358000', '124025.361000', '124025.364000', '124025.367000', '124025.370000', '124025.373000', '124025.375000', '124025.378000', '124025.381000', '124025.384000', '124025.387000', '124025.390000', '124025.392000', '124025.395000', '124025.398000', '124025.401000', '124025.404000', '124025.407000', '124025.409000', '124025.412000', '124025.415000', '124025.418000', '124025.421000', '124025.424000', '124025.426000', '124025.438000', '124025.441000', '124025.444000', '124045.310000', '124045.313000', '124045.316000', '124045.319000', '124045.322000', '124045.325000', '124045.327000', '124045.330000', '124045.333000', '124045.336000', '124045.339000', '124045.342000', '124045.344000', '124045.347000', '124045.350000', '124045.353000', '124045.356000', '124045.358000', '124045.361000', '124045.364000', '124045.367000', '124045.369000', '124045.372000', '124045.375000', '124045.378000', '124045.381000', '124045.384000', '124045.387000', '124045.390000', '124045.393000', '124045.396000', '124045.399000', '124045.401000', '124045.404000', '124045.407000', '124045.410000', '124045.413000', '124045.416000', '124045.418000', '124045.421000', '124045.424000', '124045.427000', '124045.430000', '124046.362000', '124046.366000', '124046.369000'], 'InstanceCreationTime': ['123425.340000', '123425.343000', '123425.353000', '123425.356000', '123425.365000', '123425.368000', '123425.371000', '123425.374000', '123425.377000', '123425.379000', '123425.382000', '123425.385000', '123425.388000', '123425.391000', '123425.394000', '123425.397000', '123425.399000', '123425.402000', '123425.405000', '123425.408000', '123425.411000', '123425.414000', '123425.416000', '123425.419000', '123425.422000', '123425.425000', '123425.428000', '123425.431000', '123425.434000', '123425.436000', '123425.439000', '123425.443000', '123425.446000', '123425.449000', '123425.452000', '123425.455000', '123425.458000', '123425.461000', '123425.464000', '123425.466000', '123425.469000', '123425.472000', '123425.475000', '123445.310000', '123445.313000', '123445.316000', '123445.319000', '123445.321000', '123445.324000', '123445.327000', '123445.330000', '123445.333000', '123445.335000', '123445.338000', '123445.341000', '123445.344000', '123445.347000', '123445.350000', '123445.352000', '123445.355000', '123445.358000', '123445.361000', '123445.364000', '123445.366000', '123445.369000', '123445.372000', '123445.375000', '123445.378000', '123445.380000', '123445.383000', '123445.386000', '123445.389000', '123445.392000', '123445.395000', '123445.397000', '123445.400000', '123445.403000', '123445.406000', '123445.409000', '123445.411000', '123445.414000', '123445.417000', '123445.420000', '123445.423000', '123445.426000', '123445.429000', '123445.431000', '123505.310000', '123505.313000', '123505.316000', '123505.318000', '123505.321000', '123505.324000', '123505.327000', '123505.330000', '123505.333000', '123505.335000', '123505.338000', '123505.341000', '123505.344000', '123505.347000', '123505.349000', '123505.352000', '123505.362000', '123505.365000', '123505.368000', '123505.371000', '123505.374000', '123505.376000', '123505.379000', '123505.382000', '123505.385000', '123505.388000', '123505.390000', '123505.393000', '123505.396000', '123505.401000', '123505.403000', '123505.406000', '123505.409000', '123505.412000', '123505.415000', '123505.417000', '123505.420000', '123505.423000', '123505.426000', '123505.429000', '123505.432000', '123505.435000', '123505.446000', '123525.311000', '123525.314000', '123525.317000', '123525.319000', '123525.322000', '123525.325000', '123525.328000', '123525.331000', '123525.334000', '123525.337000', '123525.339000', '123525.342000', '123525.345000', '123525.348000', '123525.351000', '123525.353000', '123525.356000', '123525.359000', '123525.362000', '123525.365000', '123525.368000', '123525.371000', '123525.373000', '123525.376000', '123525.379000', '123525.382000', '123525.385000', '123525.388000', '123525.390000', '123525.393000', '123525.396000', '123525.399000', '123525.402000', '123525.404000', '123525.407000', '123525.410000', '123525.413000', '123525.416000', '123525.419000', '123525.422000', '123525.424000', '123525.427000', '123525.430000', '123525.433000', '123545.311000', '123545.314000', '123545.317000', '123545.320000', '123545.322000', '123545.325000', '123545.328000', '123545.331000', '123545.334000', '123545.347000', '123545.350000', '123545.353000', '123545.355000', '123545.358000', '123545.361000', '123545.364000', '123545.367000', '123545.370000', '123545.372000', '123545.375000', '123545.378000', '123545.381000', '123545.384000', '123545.387000', '123545.390000', '123545.392000', '123545.395000', '123545.398000', '123545.401000', '123545.404000', '123545.406000', '123545.409000', '123545.412000', '123545.415000', '123545.418000', '123545.421000', '123545.424000', '123545.426000', '123545.429000', '123545.432000', '123545.435000', '123545.438000', '123545.440000', '123605.310000', '123605.313000', '123605.316000', '123605.318000', '123605.321000', '123605.324000', '123605.327000', '123605.330000', '123605.333000', '123605.336000', '123605.338000', '123605.341000', '123605.344000', '123605.347000', '123605.350000', '123605.353000', '123605.356000', '123605.358000', '123605.361000', '123605.364000', '123605.367000', '123605.370000', '123605.372000', '123605.375000', '123605.378000', '123605.381000', '123605.384000', '123605.386000', '123605.389000', '123605.392000', '123605.395000', '123605.398000', '123605.401000', '123605.404000', '123605.406000', '123605.409000', '123605.412000', '123605.415000', '123605.418000', '123605.421000', '123605.423000', '123605.426000', '123605.429000', '123605.432000', '123625.310000', '123625.313000', '123625.316000', '123625.319000', '123625.321000', '123625.324000', '123625.327000', '123625.330000', '123625.333000', '123625.336000', '123625.339000', '123625.342000', '123625.344000', '123625.347000', '123625.350000', '123625.353000', '123625.356000', '123625.358000', '123625.361000', '123625.364000', '123625.367000', '123625.370000', '123625.373000', '123625.376000', '123625.378000', '123625.381000', '123625.384000', '123625.387000', '123625.390000', '123625.392000', '123625.395000', '123625.398000', '123625.401000', '123625.404000', '123625.407000', '123625.410000', '123625.412000', '123625.415000', '123625.418000', '123625.421000', '123625.424000', '123625.426000', '123625.429000', '123645.310000', '123645.313000', '123645.316000', '123645.319000', '123645.321000', '123645.324000', '123645.327000', '123645.330000', '123645.333000', '123645.336000', '123645.338000', '123645.341000', '123645.344000', '123645.347000', '123645.350000', '123645.353000', '123645.356000', '123645.358000', '123645.361000', '123645.364000', '123645.367000', '123645.370000', '123645.372000', '123645.375000', '123645.378000', '123645.381000', '123645.384000', '123645.387000', '123645.394000', '123645.396000', '123645.400000', '123645.403000', '123645.405000', '123645.408000', '123645.411000', '123645.414000', '123645.417000', '123645.420000', '123645.422000', '123645.430000', '123645.432000', '123645.435000', '123645.438000', '123645.441000', '123705.310000', '123705.313000', '123705.316000', '123705.319000', '123705.321000', '123705.324000', '123705.327000', '123705.330000', '123705.333000', '123705.336000', '123705.339000', '123705.348000', '123705.351000', '123705.354000', '123705.357000', '123705.359000', '123705.362000', '123705.365000', '123705.368000', '123705.371000', '123705.374000', '123705.377000', '123705.379000', '123705.382000', '123705.385000', '123705.388000', '123705.391000', '123705.394000', '123705.396000', '123705.399000', '123705.402000', '123705.405000', '123705.408000', '123705.411000', '123705.414000', '123705.416000', '123705.419000', '123705.422000', '123705.425000', '123705.428000', '123705.430000', '123705.433000', '123705.436000', '123725.310000', '123725.313000', '123725.316000', '123725.319000', '123725.321000', '123725.342000', '123725.345000', '123725.348000', '123725.351000', '123725.353000', '123725.356000', '123725.359000', '123725.362000', '123725.365000', '123725.368000', '123725.371000', '123725.373000', '123725.376000', '123725.379000', '123725.382000', '123725.385000', '123725.388000', '123725.391000', '123725.393000', '123725.396000', '123725.399000', '123725.402000', '123725.405000', '123725.408000', '123725.410000', '123725.413000', '123725.416000', '123725.419000', '123725.422000', '123725.425000', '123725.427000', '123725.430000', '123725.433000', '123725.436000', '123725.439000', '123725.442000', '123725.444000', '123725.447000', '123725.450000', '123745.311000', '123745.314000', '123745.317000', '123745.320000', '123745.323000', '123745.326000', '123745.328000', '123745.331000', '123745.334000', '123745.337000', '123745.340000', '123745.343000', '123745.345000', '123745.348000', '123745.351000', '123745.354000', '123745.357000', '123745.360000', '123745.362000', '123745.365000', '123745.368000', '123745.371000', '123745.374000', '123745.377000', '123745.380000', '123745.382000', '123745.385000', '123745.388000', '123745.391000', '123745.394000', '123745.397000', '123745.399000', '123745.402000', '123745.405000', '123745.408000', '123745.411000', '123745.414000', '123745.416000', '123745.419000', '123745.422000', '123745.425000', '123745.428000', '123745.430000', '123805.311000', '123805.314000', '123805.317000', '123805.320000', '123805.323000', '123805.326000', '123805.329000', '123805.332000', '123805.335000', '123805.338000', '123805.341000', '123805.343000', '123805.346000', '123805.349000', '123805.352000', '123805.355000', '123805.357000', '123805.360000', '123805.363000', '123805.366000', '123805.369000', '123805.372000', '123805.375000', '123805.377000', '123805.380000', '123805.383000', '123805.386000', '123805.389000', '123805.392000', '123805.395000', '123805.397000', '123805.400000', '123805.403000', '123805.406000', '123805.409000', '123805.411000', '123805.414000', '123805.417000', '123805.420000', '123805.423000', '123805.426000', '123805.429000', '123805.431000', '123825.310000', '123825.313000', '123825.316000', '123825.319000', '123825.321000', '123825.324000', '123825.327000', '123825.330000', '123825.333000', '123825.336000', '123825.338000', '123825.341000', '123825.344000', '123825.347000', '123825.350000', '123825.353000', '123825.356000', '123825.359000', '123825.361000', '123825.364000', '123825.367000', '123825.370000', '123825.373000', '123825.376000', '123825.379000', '123825.381000', '123825.384000', '123825.387000', '123825.390000', '123825.393000', '123825.395000', '123825.398000', '123825.401000', '123825.404000', '123825.407000', '123825.410000', '123825.413000', '123825.415000', '123825.418000', '123825.421000', '123825.429000', '123825.431000', '123825.434000', '123825.437000', '123845.310000', '123845.313000', '123845.316000', '123845.319000', '123845.322000', '123845.324000', '123845.327000', '123845.330000', '123845.333000', '123845.336000', '123845.339000', '123845.342000', '123845.345000', '123845.347000', '123845.350000', '123845.353000', '123845.356000', '123845.359000', '123845.362000', '123845.365000', '123845.368000', '123845.371000', '123845.374000', '123845.376000', '123845.379000', '123845.382000', '123845.385000', '123845.388000', '123845.391000', '123845.394000', '123845.408000', '123845.411000', '123845.414000', '123845.416000', '123845.419000', '123845.422000', '123845.425000', '123845.428000', '123845.431000', '123845.433000', '123845.436000', '123845.439000', '123845.442000', '123905.310000', '123905.313000', '123905.316000', '123905.319000', '123905.322000', '123905.325000', '123905.327000', '123905.330000', '123905.333000', '123905.336000', '123905.339000', '123905.341000', '123905.344000', '123905.347000', '123905.350000', '123905.353000', '123905.356000', '123905.359000', '123905.361000', '123905.364000', '123905.367000', '123905.370000', '123905.373000', '123905.376000', '123905.379000', '123905.381000', '123905.384000', '123905.387000', '123905.390000', '123905.393000', '123905.396000', '123905.399000', '123905.401000', '123905.404000', '123905.407000', '123905.410000', '123905.413000', '123905.415000', '123905.418000', '123905.421000', '123905.424000', '123905.427000', '123905.430000', '123905.433000', '123925.310000', '123925.313000', '123925.316000', '123925.319000', '123925.322000', '123925.325000', '123925.327000', '123925.330000', '123925.333000', '123925.336000', '123925.339000', '123925.342000', '123925.344000', '123925.347000', '123925.350000', '123925.353000', '123925.356000', '123925.359000', '123925.362000', '123925.366000', '123925.370000', '123925.373000', '123925.376000', '123925.379000', '123925.382000', '123925.384000', '123925.387000', '123925.390000', '123925.393000', '123925.396000', '123925.399000', '123925.402000', '123925.405000', '123925.407000', '123925.410000', '123925.413000', '123925.416000', '123925.419000', '123925.421000', '123925.424000', '123925.427000', '123925.430000', '123925.433000', '123945.310000', '123945.313000', '123945.316000', '123945.319000', '123945.322000', '123945.324000', '123945.327000', '123945.330000', '123945.333000', '123945.336000', '123945.339000', '123945.342000', '123945.344000', '123945.347000', '123945.350000', '123945.353000', '123945.356000', '123945.358000', '123945.361000', '123945.364000', '123945.367000', '123945.370000', '123945.373000', '123945.376000', '123945.378000', '123945.381000', '123945.384000', '123945.387000', '123945.390000', '123945.393000', '123945.396000', '123945.398000', '123945.401000', '123945.404000', '123945.407000', '123945.410000', '123945.413000', '123945.415000', '123945.418000', '123945.421000', '123945.424000', '123945.427000', '123945.430000', '123945.433000', '124005.312000', '124005.315000', '124005.318000', '124005.321000', '124005.324000', '124005.327000', '124005.329000', '124005.332000', '124005.335000', '124005.338000', '124005.341000', '124005.344000', '124005.347000', '124005.349000', '124005.352000', '124005.355000', '124005.358000', '124005.361000', '124005.364000', '124005.367000', '124005.370000', '124005.373000', '124005.376000', '124005.379000', '124005.382000', '124005.385000', '124005.388000', '124005.391000', '124005.394000', '124005.397000', '124005.399000', '124005.402000', '124005.405000', '124005.408000', '124005.411000', '124005.414000', '124005.416000', '124005.419000', '124005.422000', '124005.425000', '124005.428000', '124005.445000', '124005.448000', '124025.311000', '124025.314000', '124025.317000', '124025.320000', '124025.323000', '124025.326000', '124025.328000', '124025.331000', '124025.334000', '124025.337000', '124025.341000', '124025.344000', '124025.347000', '124025.350000', '124025.353000', '124025.355000', '124025.358000', '124025.361000', '124025.364000', '124025.367000', '124025.370000', '124025.373000', '124025.375000', '124025.378000', '124025.381000', '124025.384000', '124025.387000', '124025.390000', '124025.392000', '124025.395000', '124025.398000', '124025.401000', '124025.404000', '124025.407000', '124025.409000', '124025.412000', '124025.415000', '124025.418000', '124025.421000', '124025.424000', '124025.426000', '124025.438000', '124025.441000', '124025.444000', '124045.310000', '124045.313000', '124045.316000', '124045.319000', '124045.322000', '124045.325000', '124045.327000', '124045.330000', '124045.333000', '124045.336000', '124045.339000', '124045.342000', '124045.344000', '124045.347000', '124045.350000', '124045.353000', '124045.356000', '124045.358000', '124045.361000', '124045.364000', '124045.367000', '124045.369000', '124045.372000', '124045.375000', '124045.378000', '124045.381000', '124045.384000', '124045.387000', '124045.390000', '124045.393000', '124045.396000', '124045.399000', '124045.401000', '124045.404000', '124045.407000', '124045.410000', '124045.413000', '124045.416000', '124045.418000', '124045.421000', '124045.424000', '124045.427000', '124045.430000', '124046.362000', '124046.366000', '124046.369000'], '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': [15090, 8990, 10121, 9617, 10479, 8335, 9757, 9902, 9480, 8372, 9980, 9170, 10850, 9035, 16874, 11870, 19274, 13666, 18057, 12107, 19467, 13931, 20226, 15848, 18729, 12172, 14408, 9156, 11644, 10387, 10268, 9602, 10294, 10634, 10540, 8688, 8423, 9529, 8588, 10427, 9596, 10334, 8707, 11574, 9707, 13347, 8936, 11512, 9177, 11506, 9862, 9620, 9537, 8455, 9366, 8470, 10122, 8539, 8676, 9375, 8432, 7867, 9383, 9027, 8509, 11861, 8886, 9292, 9314, 9091, 12929, 8549, 19147, 15281, 16544, 11915, 12156, 13963, 9637, 18532, 10522, 19608, 14320, 20277, 15125, 9394, 10123, 9135, 9078, 9579, 8624, 9802, 9089, 9924, 10028, 10123, 9903, 11083, 9799, 11886, 9297, 9954, 8099, 9981, 8245, 10487, 9123, 10400, 8454, 9462, 8585, 7878, 9132, 8624, 9482, 8121, 9934, 8547, 12513, 8676, 13223, 8700, 11748, 9348, 12618, 11053, 11579, 8417, 11341, 8499, 7697, 9437, 8779, 9721, 8484, 11185, 8774, 10751, 9096, 7411, 9299, 8585, 15613, 8982, 13788, 8034, 7569, 9488, 9969, 15535, 11570, 11481, 9236, 7572, 9757, 10300, 20246, 12461, 16129, 13022, 8738, 11649, 8684, 14327, 17428, 10426, 18782, 10126, 14541, 9215, 11505, 10027, 17461, 8054, 13248, 8997, 10606, 9010, 7587, 12959, 8395, 9629, 9084, 9723, 9651, 9468, 17322, 9713, 13796, 9147, 10552, 8312, 16884, 8897, 8673, 9198, 8194, 9464, 8971, 14394, 8434, 14543, 8477, 11828, 9017, 8515, 12022, 8489, 8498, 9274, 9852, 9696, 8827, 11441, 9495, 9472, 11661, 8079, 9962, 9219, 9350, 16252, 8872, 8954, 9447, 9417, 18356, 10130, 9506, 9585, 9604, 18374, 11246, 11014, 9401, 9556, 12996, 9435, 8955, 9436, 9498, 10299, 9549, 8139, 18448, 13222, 10393, 9783, 8397, 9604, 8654, 8822, 9000, 9365, 9660, 8769, 9839, 8158, 11799, 8371, 17431, 8830, 14677, 9411, 12955, 9039, 12009, 9423, 9578, 9199, 8411, 9808, 8342, 9916, 9247, 13223, 9115, 12699, 8162, 10279, 8075, 12949, 9086, 13656, 9011, 11575, 8890, 12162, 8770, 11526, 8815, 11211, 8584, 8317, 8914, 9434, 13617, 9072, 8079, 9265, 8765, 9812, 8709, 16180, 10664, 11252, 9041, 8113, 12339, 8707, 17420, 9199, 8008, 11475, 8369, 18041, 11325, 9819, 12958, 9388, 8526, 14606, 8454, 9091, 9153, 9042, 9011, 8996, 8014, 9771, 8198, 12224, 9064, 19659, 8391, 14627, 8344, 7807, 8883, 8800, 8683, 8359, 7540, 9028, 8218, 9078, 8928, 10021, 8531, 9201, 7934, 9302, 8591, 17956, 11126, 14802, 8525, 12669, 8828, 8729, 9291, 8337, 9391, 8229, 14611, 8638, 18673, 9990, 15952, 10558, 13850, 11041, 8109, 10778, 8494, 11544, 9395, 18396, 8250, 16751, 8928, 13023, 9655, 8293, 10046, 9143, 10736, 9309, 8019, 9802, 8615, 8814, 8636, 8686, 8600, 8251, 9696, 8575, 18416, 8726, 9090, 9185, 9642, 14872, 9247, 17329, 9670, 12729, 9562, 14810, 8269, 11043, 8910, 8520, 8538, 8067, 9603, 8802, 9765, 8042, 10012, 8607, 12492, 8522, 11591, 8380, 11300, 9043, 9143, 8846, 8170, 9463, 8774, 9784, 8690, 13849, 8670, 14452, 8724, 11212, 9303, 8312, 13964, 10942, 20129, 15399, 9275, 14243, 8906, 7737, 9788, 8686, 9037, 8788, 9221, 14919, 8668, 13025, 9310, 12943, 14447, 12829, 20471, 16896, 18605, 12424, 15243, 9179, 13090, 9151, 13228, 10449, 11057, 9179, 8374, 9629, 7963, 9742, 9393, 12478, 8251, 9670, 9046, 9771, 9293, 11624, 8999, 10861, 9029, 11724, 9203, 12631, 8835, 10415, 8872, 8031, 9492, 9446, 12936, 9252, 7939, 10060, 8962, 8390, 9944, 8698, 12027, 10352, 9008, 13849, 10445, 18029, 9892, 14933, 8708, 17066, 12494, 20100, 11778, 15336, 11179, 15696, 13031, 18339, 13149, 17756, 9806, 11274, 9650, 8738, 9787, 11156, 9669, 11887, 17044, 10012, 12642, 8598, 10026, 8200, 10195, 8551, 10187, 8376, 10686, 8450, 9718, 8534, 9912, 8487, 9801, 9094, 8755, 9371, 9641, 10893, 9189, 9564, 9312, 9286, 9191, 16263, 12347, 18329, 11750, 13876, 12821, 9411, 18233, 8872, 14094, 9499, 13395, 9987, 14815, 9296, 12666, 13786, 19660, 12538, 17696, 10171, 8657, 10272, 10511, 11271, 10484, 11447, 9948, 10151, 9922, 9951, 9883, 10116, 9538, 9867, 9661, 14201, 8898, 16259, 9832, 8894, 9476, 8469, 10153, 9350, 10029, 8788, 9709, 9161, 8627, 9526, 8154, 9801, 10016, 9873, 9245, 10607, 8921, 10968, 8555, 10145, 9485, 8485, 10642, 9580, 7903, 7503, 8921, 8462, 7849, 9951, 9083, 12374, 10934, 10225, 14640, 10570, 17805, 13968, 19982, 15408, 19529, 14333, 16068, 13408, 15362, 10475, 13530, 9030, 16054, 9108, 12794, 9394, 8261, 10116, 9909, 10673, 8708, 10699, 9763, 8919, 9616, 8141, 10300, 9123, 9413, 8417, 9037, 9185, 9122, 10442, 8347, 10195, 8654, 10965, 8773, 10302, 8570, 10706, 9287, 8530, 15679, 8234, 7801, 9293, 8417, 8625, 8651, 8431, 8814, 8126, 9248, 8799, 9536, 8673, 10340, 9093, 11438, 8378, 8658, 8582, 9372, 8598, 8754, 8878, 14870, 10910, 9255, 19510, 15323, 20181, 15678, 18518, 14223, 15346, 10545, 13711, 8876, 8064, 9838, 9671, 10288, 8290, 12928, 11121, 9140, 17740, 9521, 9781, 18427, 9604, 8324, 10115, 8238, 10334, 12913, 10155, 18268, 9462, 17502, 14074, 9126, 11880, 8112, 7401, 9731, 9044, 9771, 8369, 9898, 9222, 9067, 14899, 8482, 7982, 9178, 9210, 10215, 8781, 13064, 8926, 11039, 9320, 8923, 9995, 9300, 17400, 10597, 18958, 12787, 13051, 9970, 9138, 10550, 8356, 12924, 9558, 9458, 8937, 8983, 8361, 7709, 9840, 8532, 16180, 8955, 16485, 9470, 18166, 9392, 20320, 11754, 16606, 12836, 14458, 8932, 10369, 11590, 10042, 19187, 9572, 15967, 9486, 8386, 10039, 8354, 10059, 7973, 9912, 8431, 9216, 8627, 9103, 8758, 9301, 12650, 8819, 11568, 9688, 15174, 9184, 7608, 9711, 7847, 9906, 9283, 9966, 9471, 10009, 8007, 10044, 7858, 9806, 7558, 9891, 8324, 9671, 9260, 9424, 8753, 9706, 8298, 9886, 8873, 10840, 9760, 17776, 8919, 13342, 8444, 15069, 9149, 7993, 10235, 9498, 8172, 10559, 8570, 8262, 9606, 7857, 9721, 8457, 9918, 8058, 9567, 8451, 9387, 8499, 12408, 8105], 'WindowCenter': [4524.0, 4459.0, 4466.0, 4455.0, 4461.0, 4430.0, 4453.0, 4452.0, 4449.0, 4431.0, 4463.0, 4451.0, 4461.0, 4451.0, 4489.0, 4460.0, 4489.0, 4456.0, 4476.0, 4444.0, 4473.0, 4440.0, 4472.0, 4449.0, 4459.0, 4419.0, 4436.0, 4396.0, 4415.0, 4407.0, 4406.0, 4406.0, 4407.0, 4420.0, 4417.0, 4410.0, 4399.0, 4421.0, 4412.0, 4432.0, 4422.0, 4432.0, 4414.0, 4443.0, 4434.0, 4454.0, 4426.0, 4431.0, 4423.0, 4432.0, 4423.0, 4422.0, 4422.0, 4414.0, 4424.0, 4429.0, 4446.0, 4438.0, 4425.0, 4423.0, 4442.0, 4433.0, 4440.0, 4442.0, 4441.0, 4462.0, 4442.0, 4442.0, 4452.0, 4442.0, 4472.0, 4456.0, 4502.0, 4479.0, 4479.0, 4445.0, 4446.0, 4456.0, 4423.0, 4464.0, 4434.0, 4489.0, 4454.0, 4472.0, 4453.0, 4424.0, 4422.0, 4412.0, 4410.0, 4411.0, 4402.0, 4423.0, 4412.0, 4421.0, 4422.0, 4422.0, 4422.0, 4432.0, 4422.0, 4430.0, 4413.0, 4422.0, 4404.0, 4422.0, 4414.0, 4434.0, 4425.0, 4436.0, 4429.0, 4437.0, 4428.0, 4418.0, 4438.0, 4441.0, 4449.0, 4432.0, 4449.0, 4442.0, 4472.0, 4443.0, 4470.0, 4442.0, 4460.0, 4442.0, 4461.0, 4461.0, 4459.0, 4431.0, 4462.0, 4441.0, 4421.0, 4454.0, 4443.0, 4452.0, 4441.0, 4462.0, 4442.0, 4463.0, 4442.0, 4422.0, 4450.0, 4441.0, 4493.0, 4442.0, 4472.0, 4431.0, 4432.0, 4454.0, 4452.0, 4493.0, 4463.0, 4461.0, 4440.0, 4433.0, 4453.0, 4463.0, 4514.0, 4485.0, 4495.0, 4482.0, 4442.0, 4461.0, 4429.0, 4470.0, 4492.0, 4451.0, 4489.0, 4439.0, 4467.0, 4427.0, 4448.0, 4425.0, 4477.0, 4406.0, 4455.0, 4427.0, 4437.0, 4440.0, 4432.0, 4457.0, 4430.0, 4438.0, 4439.0, 4439.0, 4428.0, 4426.0, 4479.0, 4426.0, 4454.0, 4425.0, 4424.0, 4414.0, 4464.0, 4413.0, 4415.0, 4423.0, 4413.0, 4424.0, 4415.0, 4466.0, 4417.0, 4455.0, 4414.0, 4445.0, 4428.0, 4418.0, 4445.0, 4426.0, 4418.0, 4427.0, 4437.0, 4427.0, 4427.0, 4446.0, 4427.0, 4427.0, 4446.0, 4416.0, 4424.0, 4426.0, 4425.0, 4466.0, 4415.0, 4416.0, 4424.0, 4425.0, 4477.0, 4436.0, 4423.0, 4423.0, 4425.0, 4476.0, 4434.0, 4433.0, 4413.0, 4424.0, 4444.0, 4425.0, 4415.0, 4423.0, 4424.0, 4434.0, 4425.0, 4406.0, 4476.0, 4456.0, 4436.0, 4437.0, 4428.0, 4426.0, 4416.0, 4426.0, 4426.0, 4427.0, 4436.0, 4425.0, 4434.0, 4415.0, 4445.0, 4417.0, 4476.0, 4415.0, 4464.0, 4425.0, 4456.0, 4415.0, 4430.0, 4412.0, 4422.0, 4411.0, 4402.0, 4422.0, 4413.0, 4436.0, 4427.0, 4456.0, 4415.0, 4445.0, 4412.0, 4421.0, 4404.0, 4443.0, 4414.0, 4452.0, 4411.0, 4432.0, 4414.0, 4442.0, 4413.0, 4434.0, 4426.0, 4431.0, 4413.0, 4412.0, 4439.0, 4427.0, 4458.0, 4428.0, 4418.0, 4439.0, 4428.0, 4438.0, 4429.0, 4480.0, 4449.0, 4448.0, 4428.0, 4419.0, 4447.0, 4428.0, 4478.0, 4427.0, 4419.0, 4446.0, 4417.0, 4479.0, 4435.0, 4436.0, 4471.0, 4427.0, 4416.0, 4465.0, 4427.0, 4424.0, 4436.0, 4428.0, 4428.0, 4426.0, 4405.0, 4436.0, 4416.0, 4445.0, 4428.0, 4488.0, 4415.0, 4466.0, 4429.0, 4401.0, 4424.0, 4426.0, 4427.0, 4426.0, 4419.0, 4439.0, 4431.0, 4440.0, 4441.0, 4449.0, 4429.0, 4442.0, 4432.0, 4442.0, 4444.0, 4505.0, 4462.0, 4483.0, 4430.0, 4470.0, 4441.0, 4429.0, 4440.0, 4431.0, 4439.0, 4430.0, 4469.0, 4430.0, 4490.0, 4440.0, 4477.0, 4448.0, 4457.0, 4446.0, 4416.0, 4437.0, 4417.0, 4446.0, 4425.0, 4476.0, 4415.0, 4466.0, 4425.0, 4455.0, 4425.0, 4413.0, 4426.0, 4426.0, 4447.0, 4427.0, 4418.0, 4437.0, 4428.0, 4428.0, 4416.0, 4414.0, 4426.0, 4416.0, 4441.0, 4430.0, 4489.0, 4427.0, 4429.0, 4426.0, 4425.0, 4455.0, 4424.0, 4477.0, 4439.0, 4443.0, 4413.0, 4453.0, 4400.0, 4423.0, 4426.0, 4413.0, 4410.0, 4404.0, 4424.0, 4424.0, 4434.0, 4418.0, 4425.0, 4429.0, 4457.0, 4426.0, 4448.0, 4418.0, 4446.0, 4426.0, 4426.0, 4425.0, 4418.0, 4428.0, 4428.0, 4438.0, 4429.0, 4457.0, 4429.0, 4469.0, 4429.0, 4448.0, 4430.0, 4417.0, 4470.0, 4439.0, 4502.0, 4482.0, 4440.0, 4470.0, 4428.0, 4418.0, 4452.0, 4455.0, 4441.0, 4429.0, 4441.0, 4481.0, 4432.0, 4470.0, 4440.0, 4447.0, 4468.0, 4457.0, 4488.0, 4465.0, 4474.0, 4445.0, 4453.0, 4411.0, 4442.0, 4414.0, 4441.0, 4422.0, 4421.0, 4401.0, 4399.0, 4421.0, 4401.0, 4425.0, 4414.0, 4433.0, 4415.0, 4421.0, 4426.0, 4423.0, 4414.0, 4434.0, 4415.0, 4423.0, 4414.0, 4432.0, 4414.0, 4444.0, 4413.0, 4425.0, 4413.0, 4405.0, 4423.0, 4425.0, 4446.0, 4427.0, 4418.0, 4437.0, 4419.0, 4420.0, 4440.0, 4443.0, 4475.0, 4465.0, 4445.0, 4484.0, 4452.0, 4502.0, 4450.0, 4495.0, 4431.0, 4478.0, 4448.0, 4474.0, 4432.0, 4452.0, 4435.0, 4454.0, 4446.0, 4461.0, 4431.0, 4450.0, 4397.0, 4407.0, 4398.0, 4386.0, 4410.0, 4407.0, 4397.0, 4419.0, 4449.0, 4397.0, 4427.0, 4400.0, 4407.0, 4400.0, 4408.0, 4400.0, 4409.0, 4390.0, 4409.0, 4401.0, 4411.0, 4401.0, 4411.0, 4402.0, 4411.0, 4413.0, 4416.0, 4423.0, 4437.0, 4434.0, 4424.0, 4424.0, 4413.0, 4427.0, 4440.0, 4480.0, 4461.0, 4490.0, 4435.0, 4457.0, 4459.0, 4429.0, 4487.0, 4414.0, 4453.0, 4412.0, 4429.0, 4407.0, 4440.0, 4401.0, 4416.0, 4415.0, 4447.0, 4403.0, 4436.0, 4396.0, 4375.0, 4395.0, 4393.0, 4394.0, 4395.0, 4419.0, 4397.0, 4394.0, 4393.0, 4383.0, 4394.0, 4392.0, 4396.0, 4391.0, 4392.0, 4426.0, 4384.0, 4435.0, 4395.0, 4387.0, 4396.0, 4387.0, 4408.0, 4398.0, 4398.0, 4400.0, 4408.0, 4411.0, 4402.0, 4412.0, 4390.0, 4409.0, 4409.0, 4410.0, 4410.0, 4411.0, 4400.0, 4419.0, 4402.0, 4423.0, 4415.0, 4414.0, 4421.0, 4425.0, 4403.0, 4379.0, 4411.0, 4415.0, 4404.0, 4439.0, 4439.0, 4473.0, 4449.0, 4449.0, 4480.0, 4450.0, 4489.0, 4469.0, 4489.0, 4466.0, 4475.0, 4442.0, 4452.0, 4431.0, 4439.0, 4408.0, 4429.0, 4387.0, 4423.0, 4388.0, 4426.0, 4398.0, 4386.0, 4408.0, 4406.0, 4408.0, 4414.0, 4409.0, 4408.0, 4396.0, 4407.0, 4386.0, 4409.0, 4424.0, 4411.0, 4403.0, 4410.0, 4413.0, 4414.0, 4423.0, 4404.0, 4422.0, 4414.0, 4421.0, 4414.0, 4423.0, 4412.0, 4422.0, 4424.0, 4416.0, 4465.0, 4414.0, 4403.0, 4424.0, 4419.0, 4430.0, 4428.0, 4429.0, 4429.0, 4420.0, 4441.0, 4432.0, 4440.0, 4432.0, 4440.0, 4430.0, 4451.0, 4421.0, 4428.0, 4428.0, 4440.0, 4428.0, 4417.0, 4428.0, 4469.0, 4451.0, 4442.0, 4502.0, 4482.0, 4489.0, 4479.0, 4489.0, 4470.0, 4478.0, 4449.0, 4457.0, 4425.0, 4414.0, 4424.0, 4424.0, 4422.0, 4413.0, 4443.0, 4434.0, 4423.0, 4474.0, 4437.0, 4422.0, 4477.0, 4422.0, 4402.0, 4421.0, 4400.0, 4409.0, 4430.0, 4408.0, 4449.0, 4398.0, 4449.0, 4428.0, 4396.0, 4418.0, 4388.0, 4388.0, 4409.0, 4412.0, 4434.0, 4414.0, 4436.0, 4439.0, 4429.0, 4467.0, 4415.0, 4417.0, 4426.0, 4429.0, 4439.0, 4430.0, 4460.0, 4432.0, 4450.0, 4441.0, 4429.0, 4439.0, 4428.0, 4489.0, 4437.0, 4477.0, 4449.0, 4444.0, 4424.0, 4415.0, 4435.0, 4417.0, 4445.0, 4413.0, 4424.0, 4424.0, 4413.0, 4402.0, 4405.0, 4436.0, 4426.0, 4477.0, 4426.0, 4475.0, 4427.0, 4477.0, 4427.0, 4488.0, 4444.0, 4465.0, 4443.0, 4453.0, 4411.0, 4422.0, 4433.0, 4411.0, 4460.0, 4408.0, 4436.0, 4395.0, 4384.0, 4396.0, 4385.0, 4395.0, 4385.0, 4396.0, 4384.0, 4397.0, 4387.0, 4396.0, 4396.0, 4410.0, 4429.0, 4398.0, 4430.0, 4413.0, 4438.0, 4399.0, 4389.0, 4411.0, 4402.0, 4423.0, 4413.0, 4422.0, 4424.0, 4424.0, 4403.0, 4422.0, 4404.0, 4424.0, 4403.0, 4422.0, 4402.0, 4423.0, 4413.0, 4422.0, 4413.0, 4422.0, 4414.0, 4423.0, 4412.0, 4432.0, 4422.0, 4475.0, 4425.0, 4444.0, 4415.0, 4452.0, 4411.0, 4390.0, 4427.0, 4424.0, 4403.0, 4423.0, 4417.0, 4417.0, 4425.0, 4417.0, 4439.0, 4428.0, 4438.0, 4419.0, 4427.0, 4440.0, 4449.0, 4441.0, 4471.0, 4429.0], 'WindowWidth': [9938.0, 9840.0, 9845.0, 9826.0, 9828.0, 9783.0, 9820.0, 9816.0, 9810.0, 9787.0, 9835.0, 9817.0, 9829.0, 9815.0, 9864.0, 9822.0, 9862.0, 9812.0, 9838.0, 9790.0, 9831.0, 9782.0, 9831.0, 9791.0, 9806.0, 9745.0, 9766.0, 9712.0, 9736.0, 9726.0, 9725.0, 9727.0, 9728.0, 9751.0, 9743.0, 9738.0, 9722.0, 9755.0, 9747.0, 9771.0, 9761.0, 9772.0, 9752.0, 9788.0, 9778.0, 9805.0, 9770.0, 9768.0, 9760.0, 9770.0, 9762.0, 9758.0, 9759.0, 9751.0, 9766.0, 9780.0, 9800.0, 9791.0, 9769.0, 9761.0, 9803.0, 9788.0, 9794.0, 9799.0, 9798.0, 9826.0, 9800.0, 9800.0, 9814.0, 9800.0, 9840.0, 9828.0, 9888.0, 9847.0, 9843.0, 9794.0, 9793.0, 9810.0, 9759.0, 9818.0, 9774.0, 9864.0, 9800.0, 9827.0, 9799.0, 9762.0, 9754.0, 9741.0, 9735.0, 9740.0, 9727.0, 9756.0, 9742.0, 9753.0, 9756.0, 9755.0, 9756.0, 9769.0, 9755.0, 9766.0, 9744.0, 9755.0, 9735.0, 9756.0, 9749.0, 9775.0, 9767.0, 9781.0, 9777.0, 9786.0, 9773.0, 9761.0, 9789.0, 9798.0, 9805.0, 9787.0, 9805.0, 9800.0, 9839.0, 9802.0, 9836.0, 9801.0, 9821.0, 9801.0, 9822.0, 9824.0, 9819.0, 9784.0, 9827.0, 9797.0, 9771.0, 9821.0, 9804.0, 9814.0, 9800.0, 9826.0, 9802.0, 9828.0, 9801.0, 9775.0, 9812.0, 9799.0, 9876.0, 9801.0, 9840.0, 9784.0, 9787.0, 9817.0, 9813.0, 9875.0, 9830.0, 9825.0, 9795.0, 9791.0, 9816.0, 9832.0, 9908.0, 9865.0, 9877.0, 9856.0, 9799.0, 9825.0, 9779.0, 9834.0, 9871.0, 9808.0, 9863.0, 9790.0, 9825.0, 9770.0, 9799.0, 9765.0, 9838.0, 9740.0, 9807.0, 9769.0, 9783.0, 9796.0, 9786.0, 9816.0, 9780.0, 9791.0, 9790.0, 9791.0, 9773.0, 9768.0, 9847.0, 9769.0, 9801.0, 9763.0, 9759.0, 9748.0, 9817.0, 9745.0, 9749.0, 9758.0, 9745.0, 9761.0, 9749.0, 9824.0, 9758.0, 9804.0, 9748.0, 9791.0, 9774.0, 9758.0, 9792.0, 9768.0, 9757.0, 9769.0, 9783.0, 9769.0, 9769.0, 9793.0, 9768.0, 9769.0, 9795.0, 9754.0, 9763.0, 9766.0, 9763.0, 9824.0, 9751.0, 9752.0, 9761.0, 9763.0, 9842.0, 9780.0, 9761.0, 9759.0, 9762.0, 9837.0, 9774.0, 9772.0, 9744.0, 9760.0, 9789.0, 9765.0, 9748.0, 9758.0, 9761.0, 9776.0, 9767.0, 9739.0, 9838.0, 9810.0, 9780.0, 9787.0, 9777.0, 9768.0, 9754.0, 9767.0, 9770.0, 9770.0, 9782.0, 9768.0, 9777.0, 9753.0, 9792.0, 9757.0, 9837.0, 9751.0, 9817.0, 9766.0, 9809.0, 9752.0, 9765.0, 9743.0, 9757.0, 9741.0, 9729.0, 9756.0, 9749.0, 9784.0, 9772.0, 9807.0, 9752.0, 9790.0, 9745.0, 9755.0, 9735.0, 9786.0, 9749.0, 9797.0, 9743.0, 9770.0, 9748.0, 9783.0, 9746.0, 9773.0, 9770.0, 9767.0, 9746.0, 9745.0, 9790.0, 9771.0, 9814.0, 9773.0, 9761.0, 9790.0, 9774.0, 9789.0, 9776.0, 9847.0, 9802.0, 9800.0, 9772.0, 9760.0, 9797.0, 9774.0, 9843.0, 9770.0, 9759.0, 9794.0, 9756.0, 9843.0, 9777.0, 9782.0, 9839.0, 9773.0, 9754.0, 9821.0, 9773.0, 9767.0, 9784.0, 9775.0, 9773.0, 9768.0, 9737.0, 9784.0, 9758.0, 9793.0, 9772.0, 9858.0, 9750.0, 9822.0, 9779.0, 9728.0, 9762.0, 9767.0, 9770.0, 9771.0, 9765.0, 9790.0, 9782.0, 9794.0, 9795.0, 9804.0, 9781.0, 9799.0, 9789.0, 9797.0, 9804.0, 9893.0, 9824.0, 9854.0, 9780.0, 9833.0, 9796.0, 9777.0, 9794.0, 9783.0, 9791.0, 9779.0, 9832.0, 9776.0, 9863.0, 9793.0, 9842.0, 9801.0, 9811.0, 9796.0, 9753.0, 9782.0, 9756.0, 9794.0, 9763.0, 9837.0, 9751.0, 9821.0, 9765.0, 9803.0, 9765.0, 9746.0, 9764.0, 9768.0, 9797.0, 9768.0, 9756.0, 9784.0, 9774.0, 9774.0, 9753.0, 9748.0, 9768.0, 9754.0, 9797.0, 9778.0, 9864.0, 9772.0, 9776.0, 9767.0, 9764.0, 9806.0, 9761.0, 9839.0, 9788.0, 9786.0, 9743.0, 9798.0, 9723.0, 9755.0, 9766.0, 9744.0, 9738.0, 9732.0, 9761.0, 9764.0, 9774.0, 9758.0, 9763.0, 9776.0, 9812.0, 9770.0, 9797.0, 9759.0, 9792.0, 9766.0, 9767.0, 9766.0, 9757.0, 9771.0, 9771.0, 9783.0, 9773.0, 9811.0, 9774.0, 9829.0, 9775.0, 9798.0, 9777.0, 9758.0, 9831.0, 9787.0, 9884.0, 9854.0, 9791.0, 9831.0, 9773.0, 9759.0, 9810.0, 9824.0, 9795.0, 9779.0, 9795.0, 9849.0, 9784.0, 9838.0, 9791.0, 9795.0, 9831.0, 9810.0, 9860.0, 9818.0, 9831.0, 9787.0, 9795.0, 9737.0, 9783.0, 9745.0, 9778.0, 9752.0, 9747.0, 9722.0, 9718.0, 9751.0, 9723.0, 9761.0, 9745.0, 9771.0, 9752.0, 9752.0, 9766.0, 9755.0, 9745.0, 9772.0, 9748.0, 9756.0, 9745.0, 9768.0, 9745.0, 9786.0, 9742.0, 9761.0, 9743.0, 9735.0, 9758.0, 9763.0, 9793.0, 9769.0, 9757.0, 9780.0, 9755.0, 9759.0, 9791.0, 9801.0, 9846.0, 9835.0, 9807.0, 9861.0, 9811.0, 9883.0, 9808.0, 9874.0, 9780.0, 9840.0, 9795.0, 9830.0, 9765.0, 9797.0, 9775.0, 9798.0, 9792.0, 9806.0, 9762.0, 9788.0, 9710.0, 9722.0, 9711.0, 9694.0, 9731.0, 9721.0, 9708.0, 9745.0, 9788.0, 9711.0, 9752.0, 9717.0, 9725.0, 9720.0, 9730.0, 9722.0, 9731.0, 9707.0, 9730.0, 9722.0, 9735.0, 9724.0, 9736.0, 9727.0, 9737.0, 9746.0, 9750.0, 9760.0, 9784.0, 9776.0, 9759.0, 9759.0, 9744.0, 9766.0, 9792.0, 9847.0, 9823.0, 9865.0, 9775.0, 9809.0, 9813.0, 9774.0, 9855.0, 9748.0, 9796.0, 9738.0, 9760.0, 9725.0, 9774.0, 9723.0, 9736.0, 9731.0, 9781.0, 9713.0, 9761.0, 9707.0, 9676.0, 9700.0, 9698.0, 9700.0, 9704.0, 9746.0, 9709.0, 9701.0, 9698.0, 9684.0, 9699.0, 9695.0, 9705.0, 9694.0, 9698.0, 9749.0, 9687.0, 9758.0, 9705.0, 9696.0, 9707.0, 9696.0, 9725.0, 9713.0, 9713.0, 9720.0, 9729.0, 9736.0, 9724.0, 9736.0, 9707.0, 9731.0, 9732.0, 9733.0, 9732.0, 9733.0, 9719.0, 9744.0, 9727.0, 9756.0, 9745.0, 9745.0, 9751.0, 9761.0, 9728.0, 9688.0, 9737.0, 9746.0, 9735.0, 9790.0, 9795.0, 9844.0, 9806.0, 9805.0, 9849.0, 9805.0, 9862.0, 9831.0, 9861.0, 9821.0, 9835.0, 9781.0, 9793.0, 9761.0, 9771.0, 9727.0, 9757.0, 9694.0, 9739.0, 9699.0, 9749.0, 9712.0, 9695.0, 9726.0, 9722.0, 9727.0, 9748.0, 9730.0, 9727.0, 9709.0, 9726.0, 9696.0, 9731.0, 9760.0, 9739.0, 9730.0, 9737.0, 9743.0, 9745.0, 9754.0, 9733.0, 9752.0, 9746.0, 9750.0, 9747.0, 9756.0, 9742.0, 9752.0, 9760.0, 9752.0, 9815.0, 9744.0, 9731.0, 9759.0, 9760.0, 9775.0, 9773.0, 9775.0, 9775.0, 9763.0, 9794.0, 9782.0, 9791.0, 9781.0, 9790.0, 9778.0, 9804.0, 9765.0, 9771.0, 9774.0, 9789.0, 9773.0, 9754.0, 9769.0, 9831.0, 9808.0, 9797.0, 9885.0, 9850.0, 9863.0, 9842.0, 9859.0, 9831.0, 9842.0, 9804.0, 9810.0, 9764.0, 9748.0, 9761.0, 9758.0, 9754.0, 9745.0, 9784.0, 9773.0, 9759.0, 9831.0, 9784.0, 9755.0, 9841.0, 9757.0, 9730.0, 9752.0, 9721.0, 9731.0, 9758.0, 9727.0, 9785.0, 9714.0, 9783.0, 9755.0, 9707.0, 9740.0, 9703.0, 9702.0, 9732.0, 9744.0, 9774.0, 9750.0, 9781.0, 9790.0, 9773.0, 9824.0, 9751.0, 9754.0, 9766.0, 9772.0, 9786.0, 9778.0, 9819.0, 9784.0, 9803.0, 9791.0, 9773.0, 9785.0, 9772.0, 9859.0, 9782.0, 9838.0, 9797.0, 9786.0, 9759.0, 9749.0, 9777.0, 9757.0, 9788.0, 9742.0, 9759.0, 9762.0, 9741.0, 9727.0, 9736.0, 9780.0, 9770.0, 9840.0, 9769.0, 9834.0, 9769.0, 9838.0, 9769.0, 9859.0, 9790.0, 9821.0, 9784.0, 9800.0, 9737.0, 9754.0, 9769.0, 9737.0, 9807.0, 9728.0, 9765.0, 9706.0, 9690.0, 9708.0, 9693.0, 9707.0, 9692.0, 9709.0, 9692.0, 9711.0, 9696.0, 9711.0, 9711.0, 9734.0, 9761.0, 9716.0, 9762.0, 9743.0, 9768.0, 9717.0, 9703.0, 9735.0, 9725.0, 9755.0, 9743.0, 9755.0, 9759.0, 9757.0, 9729.0, 9753.0, 9732.0, 9759.0, 9730.0, 9755.0, 9729.0, 9758.0, 9745.0, 9755.0, 9744.0, 9756.0, 9745.0, 9756.0, 9742.0, 9769.0, 9755.0, 9831.0, 9763.0, 9788.0, 9750.0, 9796.0, 9737.0, 9707.0, 9766.0, 9758.0, 9729.0, 9755.0, 9753.0, 9756.0, 9765.0, 9758.0, 9789.0, 9773.0, 9786.0, 9761.0, 9767.0, 9796.0, 9811.0, 9802.0, 9841.0, 9779.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.00165401376146789</td></tr>
<tr><td colspan=3>aqi</td><td>0.02328036123853211</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.787857375350136</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.306672017049369</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0108720190929965</td></tr>
<tr><td colspan=3>efc</td><td>0.481</td></tr>
<tr><td colspan=3>fber</td><td>7494.6455</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12326266638712535</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.022935779816514</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.495496654264951</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4217767604421607</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.785387115409378</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2793260869433145</td></tr>
<tr><td colspan=3>gcor</td><td>0.0262465</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007597962860018015</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038669291883707047</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.8394591053781704</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.8568</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.7267</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.1431</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298343.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1016.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.6031</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3959</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.854</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3614.8034</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3850.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78201.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4728.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.739</td></tr>
<tr><td colspan=3>tsnr</td><td>41.297265405301005</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>