<?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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-03/func/sub-0002_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>2d195fbfb7a1f1eee9f6bcf0efbb0e1e</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:55:10.740000</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.997105, -0.0299901, -0.0698788, 0.0372592, 0.993757, 0.10516]</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.0699966</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>[4118, -7783, -7263, 633, -97, -236, 34, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>234.271</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cfabc3d1-8e95-45e6-9ba5-56eae65152c2||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.675158739089966, 0.09996367990970612, -0.17897962033748627, 107.92984771728516], [0.08046118915081024, 2.66617751121521, 0.2901398539543152, -107.77104187011719], [-0.18747960031032562, -0.2821367681026459, 2.678392171859741, -39.465614318847656], [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': ['095510.740000', '095511.200000', '095511.660000', '095512.120000', '095512.580000', '095513.040000', '095513.500000', '095513.960000', '095514.420000', '095514.880000', '095515.340000', '095515.800000', '095516.260000', '095516.720000', '095517.180000', '095517.640000', '095518.100000', '095518.560000', '095519.020000', '095519.480000', '095519.940000', '095520.400000', '095520.860000', '095521.320000', '095521.780000', '095522.240000', '095522.700000', '095523.160000', '095523.620000', '095524.080000', '095524.540000', '095525.000000', '095525.460000', '095525.920000', '095526.380000', '095526.840000', '095527.300000', '095527.760000', '095528.220000', '095528.680000', '095529.140000', '095529.600000', '095530.060000', '095530.520000', '095530.980000', '095531.440000', '095531.900000', '095532.360000', '095532.820000', '095533.280000', '095533.740000', '095534.200000', '095534.660000', '095535.120000', '095535.580000', '095536.040000', '095536.500000', '095536.960000', '095537.420000', '095537.880000', '095538.340000', '095538.800000', '095539.260000', '095539.720000', '095540.180000', '095540.640000', '095541.100000', '095541.560000', '095542.020000', '095542.480000', '095542.940000', '095543.400000', '095543.860000', '095544.320000', '095544.780000', '095545.240000', '095545.700000', '095546.160000', '095546.620000', '095547.080000', '095547.540000', '095548.000000', '095548.460000', '095548.920000', '095549.380000', '095549.840000', '095550.300000', '095550.760000', '095551.220000', '095551.680000', '095552.140000', '095552.600000', '095553.060000', '095553.520000', '095553.980000', '095554.440000', '095554.900000', '095555.360000', '095555.820000', '095556.280000', '095556.740000', '095557.200000', '095557.660000', '095558.120000', '095558.580000', '095559.040000', '095559.500000', '095559.960000', '095600.420000', '095600.880000', '095601.340000', '095601.800000', '095602.260000', '095602.720000', '095603.180000', '095603.640000', '095604.100000', '095604.560000', '095605.020000', '095605.480000', '095605.940000', '095606.400000', '095606.860000', '095607.320000', '095607.780000', '095608.240000', '095608.700000', '095609.160000', '095609.620000', '095610.080000', '095610.540000', '095611.000000', '095611.460000', '095611.920000', '095612.380000', '095612.840000', '095613.300000', '095613.760000', '095614.220000', '095614.680000', '095615.140000', '095615.600000', '095616.060000', '095616.520000', '095616.980000', '095617.440000', '095617.900000', '095618.360000', '095618.820000', '095619.280000', '095619.740000', '095620.200000', '095620.660000', '095621.120000', '095621.580000', '095622.040000', '095622.500000', '095622.960000', '095623.420000', '095623.880000', '095624.340000', '095624.800000', '095625.260000', '095625.720000', '095626.180000', '095626.640000', '095627.100000', '095627.560000', '095628.020000', '095628.480000', '095628.940000', '095629.400000', '095629.860000', '095630.320000', '095630.780000', '095631.240000', '095631.700000', '095632.160000', '095632.620000', '095633.080000', '095633.540000', '095634.000000', '095634.460000', '095634.920000', '095635.380000', '095635.840000', '095636.300000', '095636.760000', '095637.220000', '095637.680000', '095638.140000', '095638.600000', '095639.060000', '095639.520000', '095639.980000', '095640.440000', '095640.900000', '095641.360000', '095641.820000', '095642.280000', '095642.740000', '095643.200000', '095643.660000', '095644.120000', '095644.580000', '095645.040000', '095645.500000', '095645.960000', '095646.420000', '095646.880000', '095647.340000', '095647.800000', '095648.260000', '095648.720000', '095649.180000', '095649.640000', '095650.100000', '095650.560000', '095651.020000', '095651.480000', '095651.940000', '095652.400000', '095652.860000', '095653.320000', '095653.780000', '095654.240000', '095654.700000', '095655.160000', '095655.620000', '095656.080000', '095656.540000', '095657.000000', '095657.460000', '095657.920000', '095658.380000', '095658.840000', '095659.300000', '095659.760000', '095700.220000', '095700.680000', '095701.140000', '095701.600000', '095702.060000', '095702.520000', '095702.980000', '095703.440000', '095703.900000', '095704.360000', '095704.820000', '095705.280000', '095705.740000', '095706.200000', '095706.660000', '095707.120000', '095707.580000', '095708.040000', '095708.500000', '095708.960000', '095709.420000', '095709.880000', '095710.340000', '095710.800000', '095711.260000', '095711.720000', '095712.180000', '095712.640000', '095713.100000', '095713.560000', '095714.020000', '095714.480000', '095714.940000', '095715.400000', '095715.860000', '095716.320000', '095716.780000', '095717.240000', '095717.700000', '095718.160000', '095718.620000', '095719.080000', '095719.540000', '095720.000000', '095720.460000', '095720.920000', '095721.380000', '095721.840000', '095722.300000', '095722.760000', '095723.220000', '095723.680000', '095724.140000', '095724.600000', '095725.060000', '095725.520000', '095725.980000', '095726.440000', '095726.900000', '095727.360000', '095727.820000', '095728.280000', '095728.740000', '095729.200000', '095729.660000', '095730.120000', '095730.580000', '095731.040000', '095731.500000', '095731.960000', '095732.420000', '095732.880000', '095733.340000', '095733.800000', '095734.260000', '095734.720000', '095735.180000', '095735.640000', '095736.100000', '095736.560000', '095737.020000', '095737.480000', '095737.940000', '095738.400000', '095738.860000', '095739.320000', '095739.780000', '095740.240000', '095740.700000', '095741.160000', '095741.620000', '095742.080000', '095742.540000', '095743.000000', '095743.460000', '095743.920000', '095744.380000', '095744.840000', '095745.300000', '095745.760000', '095746.220000', '095746.680000', '095747.140000', '095747.600000', '095748.060000', '095748.520000', '095748.980000', '095749.440000', '095749.900000', '095750.360000', '095750.820000', '095751.280000', '095751.740000', '095752.200000', '095752.660000', '095753.120000', '095753.580000', '095754.040000', '095754.500000', '095754.960000', '095755.420000', '095755.880000', '095756.340000', '095756.800000', '095757.260000', '095757.720000', '095758.180000', '095758.640000', '095759.100000', '095759.560000', '095800.020000', '095800.480000', '095800.940000', '095801.400000', '095801.860000', '095802.320000', '095802.780000', '095803.240000', '095803.700000', '095804.160000', '095804.620000', '095805.080000', '095805.540000', '095806.000000', '095806.460000', '095806.920000', '095807.380000', '095807.840000', '095808.300000', '095808.760000', '095809.220000', '095809.680000', '095810.140000', '095810.600000', '095811.060000', '095811.520000', '095811.980000', '095812.440000', '095812.900000', '095813.360000', '095813.820000', '095814.280000', '095814.740000', '095815.200000', '095815.660000', '095816.120000', '095816.580000', '095817.040000', '095817.500000', '095817.960000', '095818.420000', '095818.880000', '095819.340000', '095819.800000', '095820.260000', '095820.720000', '095821.180000', '095821.640000', '095822.100000', '095822.560000', '095823.020000', '095823.480000', '095823.940000', '095824.400000', '095824.860000', '095825.320000', '095825.780000', '095826.240000', '095826.700000', '095827.160000', '095827.620000', '095828.080000', '095828.540000', '095829.000000', '095829.460000', '095829.920000', '095830.380000', '095830.840000', '095831.300000', '095831.760000', '095832.220000', '095832.680000', '095833.140000', '095833.600000', '095834.060000', '095834.520000', '095834.980000', '095835.440000', '095835.900000', '095836.360000', '095836.820000', '095837.280000', '095837.740000', '095838.200000', '095838.660000', '095839.120000', '095839.580000', '095840.040000', '095840.500000', '095840.960000', '095841.420000', '095841.880000', '095842.340000', '095842.800000', '095843.260000', '095843.720000', '095844.180000', '095844.640000', '095845.100000', '095845.560000', '095846.020000', '095846.480000', '095846.940000', '095847.400000', '095847.860000', '095848.320000', '095848.780000', '095849.240000', '095849.700000', '095850.160000', '095850.620000', '095851.080000', '095851.540000', '095852.000000', '095852.460000', '095852.920000', '095853.380000', '095853.840000', '095854.300000', '095854.760000', '095855.220000', '095855.680000', '095856.140000', '095856.600000', '095857.060000', '095857.520000', '095857.980000', '095858.440000', '095858.900000', '095859.360000', '095859.820000', '095900.280000', '095900.740000', '095901.200000', '095901.660000', '095902.120000', '095902.580000', '095903.040000', '095903.500000', '095903.960000', '095904.420000', '095904.880000', '095905.340000', '095905.800000', '095906.260000', '095906.720000', '095907.180000', '095907.640000', '095908.100000', '095908.560000', '095909.020000', '095909.480000', '095909.940000', '095910.400000', '095910.860000', '095911.320000', '095911.780000', '095912.240000', '095912.700000', '095913.160000', '095913.620000', '095914.080000', '095914.540000', '095915.000000', '095915.460000', '095915.920000', '095916.380000', '095916.840000', '095917.300000', '095917.760000', '095918.220000', '095918.680000', '095919.140000', '095919.600000', '095920.060000', '095920.520000', '095920.980000', '095921.440000', '095921.900000', '095922.360000', '095922.820000', '095923.280000', '095923.740000', '095924.200000', '095924.660000', '095925.120000', '095925.580000', '095926.040000', '095926.500000', '095926.960000', '095927.420000', '095927.880000', '095928.340000', '095928.800000', '095929.260000', '095929.720000', '095930.180000', '095930.640000', '095931.100000', '095931.560000', '095932.020000', '095932.480000', '095932.940000', '095933.400000', '095933.860000', '095934.320000', '095934.780000', '095935.240000', '095935.700000', '095936.160000', '095936.620000', '095937.080000', '095937.540000', '095938.000000', '095938.460000', '095938.920000', '095939.380000', '095939.840000', '095940.300000', '095940.760000', '095941.220000', '095941.680000', '095942.140000', '095942.600000', '095943.060000', '095943.520000', '095943.980000', '095944.440000', '095944.900000', '095945.360000', '095945.820000', '095946.280000', '095946.740000', '095947.200000', '095947.660000', '095948.120000', '095948.580000', '095949.040000', '095949.500000', '095949.960000', '095950.420000', '095950.880000', '095951.340000', '095951.800000', '095952.260000', '095952.720000', '095953.180000', '095953.640000', '095954.100000', '095954.560000', '095955.020000', '095955.480000', '095955.940000', '095956.400000', '095956.860000', '095957.320000', '095957.780000', '095958.240000', '095958.700000', '095959.160000', '095959.620000', '100000.080000', '100000.540000', '100001.000000', '100001.460000', '100001.920000', '100002.380000', '100002.840000', '100003.300000', '100003.760000', '100004.220000', '100004.680000', '100005.140000', '100005.600000', '100006.060000', '100006.520000', '100006.980000', '100007.440000', '100007.900000', '100008.360000', '100008.820000', '100009.280000', '100009.740000', '100010.200000', '100010.660000', '100011.120000', '100011.580000', '100012.040000', '100012.500000', '100012.960000', '100013.420000', '100013.880000', '100014.340000', '100014.800000', '100015.260000', '100015.720000', '100016.180000', '100016.640000', '100017.100000', '100017.560000', '100018.020000', '100018.480000', '100018.940000', '100019.400000', '100019.860000', '100020.320000', '100020.780000', '100021.240000', '100021.700000', '100022.160000', '100022.620000', '100023.080000', '100023.540000', '100024.000000', '100024.460000', '100024.920000', '100025.380000', '100025.840000', '100026.300000', '100026.760000', '100027.220000', '100027.680000', '100028.140000', '100028.600000', '100029.060000', '100029.520000', '100029.980000', '100030.440000', '100030.900000', '100031.360000', '100031.820000', '100032.280000', '100032.740000', '100033.200000', '100033.660000', '100034.120000', '100034.580000', '100035.040000', '100035.500000', '100035.960000', '100036.420000', '100036.880000', '100037.340000', '100037.800000', '100038.260000', '100038.720000', '100039.180000', '100039.640000', '100040.100000', '100040.560000', '100041.020000', '100041.480000', '100041.940000', '100042.400000', '100042.860000', '100043.320000', '100043.780000', '100044.240000', '100044.700000', '100045.160000', '100045.620000', '100046.080000', '100046.540000', '100047.000000', '100047.460000', '100047.920000', '100048.380000', '100048.840000', '100049.300000', '100049.760000', '100050.220000', '100050.680000', '100051.140000', '100051.600000', '100052.060000', '100052.520000', '100052.980000', '100053.440000', '100053.900000', '100054.360000', '100054.820000', '100055.280000', '100055.740000', '100056.200000', '100056.660000', '100057.120000', '100057.580000', '100058.040000', '100058.500000', '100058.960000', '100059.420000', '100059.880000', '100100.340000', '100100.800000', '100101.260000', '100101.720000', '100102.180000', '100102.640000', '100103.100000', '100103.560000', '100104.020000', '100104.480000', '100104.940000', '100105.400000', '100105.860000', '100106.320000', '100106.780000', '100107.240000', '100107.700000', '100108.160000', '100108.620000', '100109.080000', '100109.540000', '100110.000000', '100110.460000', '100110.920000', '100111.380000', '100111.840000', '100112.300000', '100112.760000', '100113.220000', '100113.680000', '100114.140000', '100114.600000', '100115.060000', '100115.520000', '100115.980000', '100116.440000', '100116.900000', '100117.360000', '100117.820000', '100118.280000', '100118.740000', '100119.200000', '100119.660000', '100120.120000', '100120.580000', '100121.040000', '100121.500000', '100121.960000', '100122.420000', '100122.880000', '100123.340000', '100123.800000', '100124.260000', '100124.720000', '100125.180000', '100125.640000', '100126.100000', '100126.560000', '100127.020000', '100127.480000', '100127.940000', '100128.400000', '100128.860000', '100129.320000', '100129.780000', '100130.240000', '100130.700000', '100131.160000', '100131.620000', '100132.080000', '100132.540000', '100133.000000', '100133.460000', '100133.920000', '100134.380000', '100134.840000', '100135.300000', '100135.760000', '100136.220000', '100136.680000', '100137.140000', '100137.600000', '100138.060000', '100138.520000', '100138.980000', '100139.440000', '100139.900000', '100140.360000', '100140.820000', '100141.280000', '100141.740000', '100142.200000', '100142.660000', '100143.120000', '100143.580000', '100144.040000', '100144.500000', '100144.960000', '100145.420000', '100145.880000', '100146.340000', '100146.800000', '100147.260000', '100147.720000', '100148.180000', '100148.640000', '100149.100000', '100149.560000', '100150.020000', '100150.480000', '100150.940000', '100151.400000'], 'ContentTime': ['095527.323000', '095527.326000', '095527.329000', '095527.332000', '095527.335000', '095527.338000', '095527.341000', '095527.344000', '095527.346000', '095527.349000', '095527.352000', '095527.355000', '095527.358000', '095527.361000', '095527.364000', '095527.367000', '095527.370000', '095527.373000', '095527.376000', '095527.403000', '095527.406000', '095527.409000', '095527.412000', '095527.414000', '095527.417000', '095527.420000', '095527.423000', '095527.426000', '095527.429000', '095527.432000', '095527.434000', '095527.437000', '095527.440000', '095527.443000', '095547.262000', '095547.265000', '095547.268000', '095547.271000', '095547.274000', '095547.276000', '095547.279000', '095547.282000', '095547.285000', '095547.288000', '095547.291000', '095547.294000', '095547.297000', '095547.299000', '095547.302000', '095547.305000', '095547.308000', '095547.311000', '095547.314000', '095547.316000', '095547.322000', '095547.325000', '095547.328000', '095547.331000', '095547.334000', '095547.337000', '095547.340000', '095547.342000', '095547.345000', '095547.348000', '095547.351000', '095547.354000', '095547.357000', '095547.360000', '095547.362000', '095547.365000', '095547.368000', '095547.371000', '095547.374000', '095547.377000', '095547.380000', '095547.382000', '095547.385000', '095547.388000', '095607.262000', '095607.265000', '095607.268000', '095607.270000', '095607.273000', '095607.276000', '095607.279000', '095607.282000', '095607.285000', '095607.288000', '095607.290000', '095607.293000', '095607.296000', '095607.299000', '095607.302000', '095607.305000', '095607.307000', '095607.310000', '095607.313000', '095607.316000', '095607.319000', '095607.322000', '095607.325000', '095607.327000', '095607.330000', '095607.333000', '095607.336000', '095607.339000', '095607.346000', '095607.349000', '095607.351000', '095607.354000', '095607.357000', '095607.360000', '095607.363000', '095607.366000', '095607.369000', '095607.371000', '095607.374000', '095607.377000', '095607.380000', '095607.383000', '095607.388000', '095627.262000', '095627.265000', '095627.268000', '095627.271000', '095627.274000', '095627.276000', '095627.279000', '095627.288000', '095627.291000', '095627.294000', '095627.297000', '095627.300000', '095627.303000', '095627.306000', '095627.308000', '095627.312000', '095627.314000', '095627.317000', '095627.320000', '095627.323000', '095627.326000', '095627.329000', '095627.332000', '095627.335000', '095627.337000', '095627.340000', '095627.343000', '095627.346000', '095627.349000', '095627.352000', '095627.355000', '095627.357000', '095627.360000', '095627.363000', '095627.366000', '095627.369000', '095627.372000', '095627.375000', '095627.377000', '095627.380000', '095627.383000', '095627.386000', '095627.389000', '095627.392000', '095647.262000', '095647.265000', '095647.268000', '095647.271000', '095647.274000', '095647.277000', '095647.280000', '095647.282000', '095647.285000', '095647.288000', '095647.291000', '095647.294000', '095647.297000', '095647.300000', '095647.303000', '095647.306000', '095647.309000', '095647.312000', '095647.315000', '095647.317000', '095647.320000', '095647.323000', '095647.326000', '095647.329000', '095647.332000', '095647.335000', '095647.339000', '095647.342000', '095647.345000', '095647.348000', '095647.351000', '095647.354000', '095647.375000', '095647.378000', '095647.381000', '095647.384000', '095647.387000', '095647.390000', '095647.393000', '095647.396000', '095647.399000', '095647.402000', '095647.404000', '095707.261000', '095707.264000', '095707.267000', '095707.270000', '095707.273000', '095707.276000', '095707.278000', '095707.281000', '095707.284000', '095707.287000', '095707.290000', '095707.292000', '095707.295000', '095707.298000', '095707.301000', '095707.304000', '095707.307000', '095707.310000', '095707.322000', '095707.325000', '095707.328000', '095707.330000', '095707.333000', '095707.336000', '095707.339000', '095707.342000', '095707.345000', '095707.348000', '095707.351000', '095707.354000', '095707.357000', '095707.359000', '095707.362000', '095707.365000', '095707.368000', '095707.371000', '095707.374000', '095707.377000', '095707.380000', '095707.382000', '095707.385000', '095707.388000', '095707.391000', '095707.394000', '095727.262000', '095727.265000', '095727.268000', '095727.271000', '095727.274000', '095727.277000', '095727.279000', '095727.282000', '095727.285000', '095727.288000', '095727.291000', '095727.294000', '095727.297000', '095727.300000', '095727.302000', '095727.305000', '095727.308000', '095727.311000', '095727.314000', '095727.317000', '095727.320000', '095727.323000', '095727.326000', '095727.329000', '095727.332000', '095727.335000', '095727.337000', '095727.340000', '095727.343000', '095727.346000', '095727.349000', '095727.352000', '095727.355000', '095727.358000', '095727.361000', '095727.364000', '095727.367000', '095727.370000', '095727.372000', '095727.375000', '095727.378000', '095727.381000', '095727.384000', '095747.262000', '095747.271000', '095747.273000', '095747.276000', '095747.279000', '095747.282000', '095747.285000', '095747.288000', '095747.291000', '095747.294000', '095747.297000', '095747.300000', '095747.302000', '095747.305000', '095747.308000', '095747.311000', '095747.314000', '095747.317000', '095747.320000', '095747.323000', '095747.326000', '095747.328000', '095747.331000', '095747.334000', '095747.337000', '095747.340000', '095747.343000', '095747.346000', '095747.348000', '095747.352000', '095747.355000', '095747.358000', '095747.361000', '095747.364000', '095747.367000', '095747.369000', '095747.372000', '095747.375000', '095747.378000', '095747.381000', '095747.384000', '095747.387000', '095747.390000', '095747.393000', '095807.262000', '095807.265000', '095807.268000', '095807.271000', '095807.274000', '095807.277000', '095807.280000', '095807.283000', '095807.286000', '095807.288000', '095807.291000', '095807.294000', '095807.297000', '095807.300000', '095807.303000', '095807.306000', '095807.309000', '095807.311000', '095807.314000', '095807.317000', '095807.320000', '095807.323000', '095807.326000', '095807.329000', '095807.332000', '095807.334000', '095807.337000', '095807.340000', '095807.343000', '095807.346000', '095807.349000', '095807.352000', '095807.355000', '095807.358000', '095807.361000', '095807.364000', '095807.367000', '095807.369000', '095807.372000', '095807.376000', '095807.379000', '095807.382000', '095807.385000', '095827.262000', '095827.265000', '095827.268000', '095827.271000', '095827.274000', '095827.276000', '095827.279000', '095827.282000', '095827.285000', '095827.288000', '095827.291000', '095827.293000', '095827.296000', '095827.299000', '095827.302000', '095827.305000', '095827.308000', '095827.311000', '095827.314000', '095827.317000', '095827.319000', '095827.322000', '095827.325000', '095827.328000', '095827.331000', '095827.334000', '095827.337000', '095827.340000', '095827.349000', '095827.352000', '095827.355000', '095827.357000', '095827.360000', '095827.363000', '095827.366000', '095827.369000', '095827.372000', '095827.374000', '095827.377000', '095827.380000', '095827.383000', '095827.386000', '095827.389000', '095827.392000', '095847.262000', '095847.265000', '095847.268000', '095847.271000', '095847.274000', '095847.276000', '095847.279000', '095847.282000', '095847.285000', '095847.288000', '095847.291000', '095847.294000', '095847.296000', '095847.299000', '095847.302000', '095847.305000', '095847.308000', '095847.311000', '095847.314000', '095847.317000', '095847.320000', '095847.322000', '095847.325000', '095847.328000', '095847.331000', '095847.334000', '095847.337000', '095847.340000', '095847.342000', '095847.345000', '095847.348000', '095847.351000', '095847.354000', '095847.357000', '095847.360000', '095847.362000', '095847.365000', '095847.368000', '095847.371000', '095847.374000', '095847.377000', '095847.380000', '095847.382000', '095907.262000', '095907.265000', '095907.268000', '095907.271000', '095907.273000', '095907.276000', '095907.279000', '095907.282000', '095907.285000', '095907.288000', '095907.291000', '095907.294000', '095907.296000', '095907.299000', '095907.302000', '095907.305000', '095907.308000', '095907.311000', '095907.314000', '095907.317000', '095907.320000', '095907.322000', '095907.325000', '095907.328000', '095907.331000', '095907.334000', '095907.337000', '095907.340000', '095907.343000', '095907.346000', '095907.349000', '095907.351000', '095907.354000', '095907.357000', '095907.360000', '095907.363000', '095907.366000', '095907.369000', '095907.372000', '095907.374000', '095907.377000', '095907.380000', '095907.383000', '095907.386000', '095927.261000', '095927.264000', '095927.267000', '095927.270000', '095927.273000', '095927.275000', '095927.278000', '095927.281000', '095927.284000', '095927.287000', '095927.290000', '095927.293000', '095927.296000', '095927.298000', '095927.301000', '095927.304000', '095927.307000', '095927.310000', '095927.313000', '095927.316000', '095927.318000', '095927.321000', '095927.324000', '095927.327000', '095927.330000', '095927.333000', '095927.336000', '095927.339000', '095927.342000', '095927.345000', '095927.347000', '095927.350000', '095927.353000', '095927.356000', '095927.359000', '095927.362000', '095927.365000', '095927.367000', '095927.370000', '095927.373000', '095927.376000', '095927.379000', '095927.382000', '095947.262000', '095947.265000', '095947.269000', '095947.272000', '095947.275000', '095947.278000', '095947.281000', '095947.284000', '095947.287000', '095947.290000', '095947.293000', '095947.296000', '095947.299000', '095947.301000', '095947.304000', '095947.307000', '095947.310000', '095947.313000', '095947.316000', '095947.318000', '095947.321000', '095947.324000', '095947.327000', '095947.330000', '095947.333000', '095947.336000', '095947.339000', '095947.341000', '095947.344000', '095947.347000', '095947.350000', '095947.353000', '095947.356000', '095947.359000', '095947.361000', '095947.364000', '095947.367000', '095947.370000', '095947.373000', '095947.376000', '095947.379000', '095947.382000', '095947.385000', '100007.262000', '100007.265000', '100007.268000', '100007.271000', '100007.274000', '100007.277000', '100007.280000', '100007.283000', '100007.285000', '100007.288000', '100007.299000', '100007.302000', '100007.305000', '100007.308000', '100007.311000', '100007.314000', '100007.317000', '100007.320000', '100007.322000', '100007.325000', '100007.328000', '100007.331000', '100007.334000', '100007.337000', '100007.340000', '100007.343000', '100007.346000', '100007.348000', '100007.351000', '100007.354000', '100007.357000', '100007.360000', '100007.363000', '100007.366000', '100007.368000', '100007.371000', '100007.374000', '100007.377000', '100007.380000', '100007.383000', '100007.386000', '100007.389000', '100007.392000', '100007.394000', '100027.262000', '100027.265000', '100027.269000', '100027.272000', '100027.275000', '100027.278000', '100027.283000', '100027.287000', '100027.290000', '100027.293000', '100027.296000', '100027.298000', '100027.301000', '100027.304000', '100027.307000', '100027.310000', '100027.313000', '100027.316000', '100027.318000', '100027.321000', '100027.324000', '100027.327000', '100027.330000', '100027.333000', '100027.336000', '100027.339000', '100027.342000', '100027.345000', '100027.347000', '100027.350000', '100027.353000', '100027.356000', '100027.359000', '100027.362000', '100027.365000', '100027.367000', '100027.370000', '100027.373000', '100027.376000', '100027.379000', '100027.382000', '100027.385000', '100027.388000', '100047.262000', '100047.265000', '100047.268000', '100047.271000', '100047.274000', '100047.277000', '100047.280000', '100047.283000', '100047.286000', '100047.289000', '100047.292000', '100047.294000', '100047.298000', '100047.300000', '100047.303000', '100047.306000', '100047.309000', '100047.312000', '100047.315000', '100047.318000', '100047.321000', '100047.324000', '100047.327000', '100047.330000', '100047.333000', '100047.336000', '100047.338000', '100047.341000', '100047.344000', '100047.347000', '100047.350000', '100047.353000', '100047.356000', '100047.359000', '100047.362000', '100047.365000', '100047.368000', '100047.371000', '100047.373000', '100047.376000', '100047.379000', '100047.382000', '100047.385000', '100047.388000', '100107.262000', '100107.265000', '100107.268000', '100107.271000', '100107.274000', '100107.277000', '100107.280000', '100107.283000', '100107.286000', '100107.289000', '100107.291000', '100107.294000', '100107.297000', '100107.300000', '100107.303000', '100107.306000', '100107.309000', '100107.312000', '100107.315000', '100107.318000', '100107.321000', '100107.324000', '100107.327000', '100107.330000', '100107.333000', '100107.336000', '100107.338000', '100107.341000', '100107.344000', '100107.347000', '100107.350000', '100107.353000', '100107.356000', '100107.359000', '100107.362000', '100107.365000', '100107.368000', '100107.370000', '100107.373000', '100107.376000', '100107.379000', '100107.382000', '100107.385000', '100127.262000', '100127.265000', '100127.268000', '100127.271000', '100127.274000', '100127.277000', '100127.279000', '100127.282000', '100127.285000', '100127.288000', '100127.291000', '100127.294000', '100127.297000', '100127.299000', '100127.302000', '100127.305000', '100127.308000', '100127.311000', '100127.314000', '100127.317000', '100127.320000', '100127.330000', '100127.333000', '100127.336000', '100127.339000', '100127.342000', '100127.345000', '100127.348000', '100127.351000', '100127.353000', '100127.356000', '100127.359000', '100127.362000', '100127.365000', '100127.368000', '100127.371000', '100127.374000', '100127.377000', '100127.380000', '100127.382000', '100127.385000', '100127.388000', '100127.391000', '100127.394000', '100147.261000', '100147.264000', '100147.267000', '100147.270000', '100147.273000', '100147.276000', '100147.279000', '100147.281000', '100147.284000', '100147.287000', '100147.290000', '100147.293000', '100147.296000', '100147.299000', '100147.301000', '100147.304000', '100147.307000', '100147.310000', '100147.313000', '100147.316000', '100147.319000', '100147.322000', '100147.325000', '100147.328000', '100147.331000', '100147.334000', '100147.337000', '100147.339000', '100147.342000', '100147.345000', '100147.348000', '100147.351000', '100147.354000', '100147.357000', '100147.360000', '100147.362000', '100147.365000', '100147.368000', '100147.371000', '100147.374000', '100147.377000', '100147.380000', '100147.383000', '100152.442000', '100152.446000', '100152.449000', '100152.452000', '100152.456000', '100152.459000', '100152.462000', '100152.464000', '100152.467000', '100152.470000', '100152.473000', '100152.476000'], 'InstanceCreationTime': ['095527.323000', '095527.326000', '095527.329000', '095527.332000', '095527.335000', '095527.338000', '095527.341000', '095527.344000', '095527.346000', '095527.349000', '095527.352000', '095527.355000', '095527.358000', '095527.361000', '095527.364000', '095527.367000', '095527.370000', '095527.373000', '095527.376000', '095527.403000', '095527.406000', '095527.409000', '095527.412000', '095527.414000', '095527.417000', '095527.420000', '095527.423000', '095527.426000', '095527.429000', '095527.432000', '095527.434000', '095527.437000', '095527.440000', '095527.443000', '095547.262000', '095547.265000', '095547.268000', '095547.271000', '095547.274000', '095547.276000', '095547.279000', '095547.282000', '095547.285000', '095547.288000', '095547.291000', '095547.294000', '095547.297000', '095547.299000', '095547.302000', '095547.305000', '095547.308000', '095547.311000', '095547.314000', '095547.316000', '095547.322000', '095547.325000', '095547.328000', '095547.331000', '095547.334000', '095547.337000', '095547.340000', '095547.342000', '095547.345000', '095547.348000', '095547.351000', '095547.354000', '095547.357000', '095547.360000', '095547.362000', '095547.365000', '095547.368000', '095547.371000', '095547.374000', '095547.377000', '095547.380000', '095547.382000', '095547.385000', '095547.388000', '095607.262000', '095607.265000', '095607.268000', '095607.270000', '095607.273000', '095607.276000', '095607.279000', '095607.282000', '095607.285000', '095607.288000', '095607.290000', '095607.293000', '095607.296000', '095607.299000', '095607.302000', '095607.305000', '095607.307000', '095607.310000', '095607.313000', '095607.316000', '095607.319000', '095607.322000', '095607.325000', '095607.327000', '095607.330000', '095607.333000', '095607.336000', '095607.339000', '095607.346000', '095607.349000', '095607.351000', '095607.354000', '095607.357000', '095607.360000', '095607.363000', '095607.366000', '095607.369000', '095607.371000', '095607.374000', '095607.377000', '095607.380000', '095607.383000', '095607.388000', '095627.262000', '095627.265000', '095627.268000', '095627.271000', '095627.274000', '095627.276000', '095627.279000', '095627.288000', '095627.291000', '095627.294000', '095627.297000', '095627.300000', '095627.303000', '095627.306000', '095627.308000', '095627.312000', '095627.314000', '095627.317000', '095627.320000', '095627.323000', '095627.326000', '095627.329000', '095627.332000', '095627.335000', '095627.337000', '095627.340000', '095627.343000', '095627.346000', '095627.349000', '095627.352000', '095627.355000', '095627.357000', '095627.360000', '095627.363000', '095627.366000', '095627.369000', '095627.372000', '095627.375000', '095627.377000', '095627.380000', '095627.383000', '095627.386000', '095627.389000', '095627.392000', '095647.262000', '095647.265000', '095647.268000', '095647.271000', '095647.274000', '095647.277000', '095647.280000', '095647.282000', '095647.285000', '095647.288000', '095647.291000', '095647.294000', '095647.297000', '095647.300000', '095647.303000', '095647.306000', '095647.309000', '095647.312000', '095647.315000', '095647.317000', '095647.320000', '095647.323000', '095647.326000', '095647.329000', '095647.332000', '095647.335000', '095647.339000', '095647.342000', '095647.345000', '095647.348000', '095647.351000', '095647.354000', '095647.375000', '095647.378000', '095647.381000', '095647.384000', '095647.387000', '095647.390000', '095647.393000', '095647.396000', '095647.399000', '095647.402000', '095647.404000', '095707.261000', '095707.264000', '095707.267000', '095707.270000', '095707.273000', '095707.276000', '095707.278000', '095707.281000', '095707.284000', '095707.287000', '095707.290000', '095707.292000', '095707.295000', '095707.298000', '095707.301000', '095707.304000', '095707.307000', '095707.310000', '095707.322000', '095707.325000', '095707.328000', '095707.330000', '095707.333000', '095707.336000', '095707.339000', '095707.342000', '095707.345000', '095707.348000', '095707.351000', '095707.354000', '095707.357000', '095707.359000', '095707.362000', '095707.365000', '095707.368000', '095707.371000', '095707.374000', '095707.377000', '095707.380000', '095707.382000', '095707.385000', '095707.388000', '095707.391000', '095707.394000', '095727.262000', '095727.265000', '095727.268000', '095727.271000', '095727.274000', '095727.277000', '095727.279000', '095727.282000', '095727.285000', '095727.288000', '095727.291000', '095727.294000', '095727.297000', '095727.300000', '095727.302000', '095727.305000', '095727.308000', '095727.311000', '095727.314000', '095727.317000', '095727.320000', '095727.323000', '095727.326000', '095727.329000', '095727.332000', '095727.335000', '095727.337000', '095727.340000', '095727.343000', '095727.346000', '095727.349000', '095727.352000', '095727.355000', '095727.358000', '095727.361000', '095727.364000', '095727.367000', '095727.370000', '095727.372000', '095727.375000', '095727.378000', '095727.381000', '095727.384000', '095747.262000', '095747.271000', '095747.273000', '095747.276000', '095747.279000', '095747.282000', '095747.285000', '095747.288000', '095747.291000', '095747.294000', '095747.297000', '095747.300000', '095747.302000', '095747.305000', '095747.308000', '095747.311000', '095747.314000', '095747.317000', '095747.320000', '095747.323000', '095747.326000', '095747.328000', '095747.331000', '095747.334000', '095747.337000', '095747.340000', '095747.343000', '095747.346000', '095747.348000', '095747.352000', '095747.355000', '095747.358000', '095747.361000', '095747.364000', '095747.367000', '095747.369000', '095747.372000', '095747.375000', '095747.378000', '095747.381000', '095747.384000', '095747.387000', '095747.390000', '095747.393000', '095807.262000', '095807.265000', '095807.268000', '095807.271000', '095807.274000', '095807.277000', '095807.280000', '095807.283000', '095807.286000', '095807.288000', '095807.291000', '095807.294000', '095807.297000', '095807.300000', '095807.303000', '095807.306000', '095807.309000', '095807.311000', '095807.314000', '095807.317000', '095807.320000', '095807.323000', '095807.326000', '095807.329000', '095807.332000', '095807.334000', '095807.337000', '095807.340000', '095807.343000', '095807.346000', '095807.349000', '095807.352000', '095807.355000', '095807.358000', '095807.361000', '095807.364000', '095807.367000', '095807.369000', '095807.372000', '095807.376000', '095807.379000', '095807.382000', '095807.385000', '095827.262000', '095827.265000', '095827.268000', '095827.271000', '095827.274000', '095827.276000', '095827.279000', '095827.282000', '095827.285000', '095827.288000', '095827.291000', '095827.293000', '095827.296000', '095827.299000', '095827.302000', '095827.305000', '095827.308000', '095827.311000', '095827.314000', '095827.317000', '095827.319000', '095827.322000', '095827.325000', '095827.328000', '095827.331000', '095827.334000', '095827.337000', '095827.340000', '095827.349000', '095827.352000', '095827.355000', '095827.357000', '095827.360000', '095827.363000', '095827.366000', '095827.369000', '095827.372000', '095827.374000', '095827.377000', '095827.380000', '095827.383000', '095827.386000', '095827.389000', '095827.392000', '095847.262000', '095847.265000', '095847.268000', '095847.271000', '095847.274000', '095847.276000', '095847.279000', '095847.282000', '095847.285000', '095847.288000', '095847.291000', '095847.294000', '095847.296000', '095847.299000', '095847.302000', '095847.305000', '095847.308000', '095847.311000', '095847.314000', '095847.317000', '095847.320000', '095847.322000', '095847.325000', '095847.328000', '095847.331000', '095847.334000', '095847.337000', '095847.340000', '095847.342000', '095847.345000', '095847.348000', '095847.351000', '095847.354000', '095847.357000', '095847.360000', '095847.362000', '095847.365000', '095847.368000', '095847.371000', '095847.374000', '095847.377000', '095847.380000', '095847.382000', '095907.262000', '095907.265000', '095907.268000', '095907.271000', '095907.273000', '095907.276000', '095907.279000', '095907.282000', '095907.285000', '095907.288000', '095907.291000', '095907.294000', '095907.296000', '095907.299000', '095907.302000', '095907.305000', '095907.308000', '095907.311000', '095907.314000', '095907.317000', '095907.320000', '095907.322000', '095907.325000', '095907.328000', '095907.331000', '095907.334000', '095907.337000', '095907.340000', '095907.343000', '095907.346000', '095907.349000', '095907.351000', '095907.354000', '095907.357000', '095907.360000', '095907.363000', '095907.366000', '095907.369000', '095907.372000', '095907.374000', '095907.377000', '095907.380000', '095907.383000', '095907.386000', '095927.261000', '095927.264000', '095927.267000', '095927.270000', '095927.273000', '095927.275000', '095927.278000', '095927.281000', '095927.284000', '095927.287000', '095927.290000', '095927.293000', '095927.296000', '095927.298000', '095927.301000', '095927.304000', '095927.307000', '095927.310000', '095927.313000', '095927.316000', '095927.318000', '095927.321000', '095927.324000', '095927.327000', '095927.330000', '095927.333000', '095927.336000', '095927.339000', '095927.342000', '095927.345000', '095927.347000', '095927.350000', '095927.353000', '095927.356000', '095927.359000', '095927.362000', '095927.365000', '095927.367000', '095927.370000', '095927.373000', '095927.376000', '095927.379000', '095927.382000', '095947.262000', '095947.265000', '095947.269000', '095947.272000', '095947.275000', '095947.278000', '095947.281000', '095947.284000', '095947.287000', '095947.290000', '095947.293000', '095947.296000', '095947.299000', '095947.301000', '095947.304000', '095947.307000', '095947.310000', '095947.313000', '095947.316000', '095947.318000', '095947.321000', '095947.324000', '095947.327000', '095947.330000', '095947.333000', '095947.336000', '095947.339000', '095947.341000', '095947.344000', '095947.347000', '095947.350000', '095947.353000', '095947.356000', '095947.359000', '095947.361000', '095947.364000', '095947.367000', '095947.370000', '095947.373000', '095947.376000', '095947.379000', '095947.382000', '095947.385000', '100007.262000', '100007.265000', '100007.268000', '100007.271000', '100007.274000', '100007.277000', '100007.280000', '100007.283000', '100007.285000', '100007.288000', '100007.299000', '100007.302000', '100007.305000', '100007.308000', '100007.311000', '100007.314000', '100007.317000', '100007.320000', '100007.322000', '100007.325000', '100007.328000', '100007.331000', '100007.334000', '100007.337000', '100007.340000', '100007.343000', '100007.346000', '100007.348000', '100007.351000', '100007.354000', '100007.357000', '100007.360000', '100007.363000', '100007.366000', '100007.368000', '100007.371000', '100007.374000', '100007.377000', '100007.380000', '100007.383000', '100007.386000', '100007.389000', '100007.392000', '100007.394000', '100027.262000', '100027.265000', '100027.269000', '100027.272000', '100027.275000', '100027.278000', '100027.283000', '100027.287000', '100027.290000', '100027.293000', '100027.296000', '100027.298000', '100027.301000', '100027.304000', '100027.307000', '100027.310000', '100027.313000', '100027.316000', '100027.318000', '100027.321000', '100027.324000', '100027.327000', '100027.330000', '100027.333000', '100027.336000', '100027.339000', '100027.342000', '100027.345000', '100027.347000', '100027.350000', '100027.353000', '100027.356000', '100027.359000', '100027.362000', '100027.365000', '100027.367000', '100027.370000', '100027.373000', '100027.376000', '100027.379000', '100027.382000', '100027.385000', '100027.388000', '100047.262000', '100047.265000', '100047.268000', '100047.271000', '100047.274000', '100047.277000', '100047.280000', '100047.283000', '100047.286000', '100047.289000', '100047.292000', '100047.294000', '100047.298000', '100047.300000', '100047.303000', '100047.306000', '100047.309000', '100047.312000', '100047.315000', '100047.318000', '100047.321000', '100047.324000', '100047.327000', '100047.330000', '100047.333000', '100047.336000', '100047.338000', '100047.341000', '100047.344000', '100047.347000', '100047.350000', '100047.353000', '100047.356000', '100047.359000', '100047.362000', '100047.365000', '100047.368000', '100047.371000', '100047.373000', '100047.376000', '100047.379000', '100047.382000', '100047.385000', '100047.388000', '100107.262000', '100107.265000', '100107.268000', '100107.271000', '100107.274000', '100107.277000', '100107.280000', '100107.283000', '100107.286000', '100107.289000', '100107.291000', '100107.294000', '100107.297000', '100107.300000', '100107.303000', '100107.306000', '100107.309000', '100107.312000', '100107.315000', '100107.318000', '100107.321000', '100107.324000', '100107.327000', '100107.330000', '100107.333000', '100107.336000', '100107.338000', '100107.341000', '100107.344000', '100107.347000', '100107.350000', '100107.353000', '100107.356000', '100107.359000', '100107.362000', '100107.365000', '100107.368000', '100107.370000', '100107.373000', '100107.376000', '100107.379000', '100107.382000', '100107.385000', '100127.262000', '100127.265000', '100127.268000', '100127.271000', '100127.274000', '100127.277000', '100127.279000', '100127.282000', '100127.285000', '100127.288000', '100127.291000', '100127.294000', '100127.297000', '100127.299000', '100127.302000', '100127.305000', '100127.308000', '100127.311000', '100127.314000', '100127.317000', '100127.320000', '100127.330000', '100127.333000', '100127.336000', '100127.339000', '100127.342000', '100127.345000', '100127.348000', '100127.351000', '100127.353000', '100127.356000', '100127.359000', '100127.362000', '100127.365000', '100127.368000', '100127.371000', '100127.374000', '100127.377000', '100127.380000', '100127.382000', '100127.385000', '100127.388000', '100127.391000', '100127.394000', '100147.261000', '100147.264000', '100147.267000', '100147.270000', '100147.273000', '100147.276000', '100147.279000', '100147.281000', '100147.284000', '100147.287000', '100147.290000', '100147.293000', '100147.296000', '100147.299000', '100147.301000', '100147.304000', '100147.307000', '100147.310000', '100147.313000', '100147.316000', '100147.319000', '100147.322000', '100147.325000', '100147.328000', '100147.331000', '100147.334000', '100147.337000', '100147.339000', '100147.342000', '100147.345000', '100147.348000', '100147.351000', '100147.354000', '100147.357000', '100147.360000', '100147.362000', '100147.365000', '100147.368000', '100147.371000', '100147.374000', '100147.377000', '100147.380000', '100147.383000', '100152.442000', '100152.446000', '100152.449000', '100152.452000', '100152.456000', '100152.459000', '100152.462000', '100152.464000', '100152.467000', '100152.470000', '100152.473000', '100152.476000'], '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': [11295, 8109, 9402, 12562, 8788, 9495, 7758, 8864, 6899, 9070, 10802, 8150, 9710, 7847, 8850, 11956, 8767, 9413, 7602, 8381, 6842, 8943, 8667, 7831, 9779, 7557, 8616, 10842, 7883, 9938, 8722, 9612, 7651, 8396, 7234, 8484, 10902, 8149, 9063, 9335, 7949, 10628, 8681, 9570, 7818, 8628, 7115, 9084, 10731, 8210, 10935, 8387, 10439, 7663, 9377, 7120, 9001, 12801, 8542, 9904, 9008, 9590, 8717, 8573, 9400, 8095, 10418, 7713, 9338, 13598, 8527, 10861, 8819, 10120, 7701, 8664, 7122, 8954, 10941, 8469, 9260, 7688, 8688, 10019, 8582, 8467, 8031, 9726, 8462, 9207, 8581, 8260, 10673, 8110, 9286, 7656, 8947, 7614, 8251, 7268, 8273, 10417, 8042, 8900, 11994, 8379, 9057, 7620, 8121, 10354, 7871, 9016, 7947, 9633, 7678, 8694, 11544, 8064, 9571, 7402, 8692, 8798, 7662, 8829, 7888, 9492, 7797, 9153, 7923, 8076, 10388, 8265, 8878, 9197, 8054, 10019, 8006, 10076, 7840, 8670, 9937, 8014, 10322, 8234, 8687, 7303, 8124, 7182, 8277, 8491, 7607, 10012, 7506, 9220, 9160, 8552, 8270, 8640, 9395, 7801, 10942, 7981, 9811, 10269, 10104, 8216, 9882, 6997, 9741, 9165, 9507, 12572, 9286, 11976, 9047, 9710, 9052, 8244, 8948, 10394, 8910, 11212, 9086, 11781, 9031, 7873, 9712, 6838, 10638, 8464, 9805, 11781, 9701, 12342, 10170, 7504, 10321, 7420, 10655, 9251, 10258, 13153, 9657, 12356, 9697, 10768, 9424, 7563, 10087, 8821, 9571, 11837, 9568, 12414, 9833, 8338, 9553, 8448, 10150, 11771, 9548, 12397, 10033, 10993, 9916, 7913, 11288, 7452, 9080, 7380, 9514, 7854, 9354, 9982, 8560, 10918, 8789, 10234, 8350, 11700, 8031, 9822, 7861, 8982, 11702, 8902, 9511, 7735, 9346, 8905, 9241, 7534, 9333, 9088, 8868, 11678, 9094, 10368, 9354, 9962, 8821, 9667, 8506, 9234, 7386, 9297, 10381, 8574, 10481, 8150, 9487, 8060, 10132, 7567, 9299, 7326, 9227, 8445, 9030, 12059, 9030, 10235, 9180, 9992, 8376, 9199, 8041, 9277, 7833, 9359, 10719, 8836, 11355, 8852, 8086, 8746, 10720, 8561, 10927, 9070, 9567, 8147, 10062, 7889, 9834, 8171, 9754, 8677, 10361, 8833, 10034, 9430, 10074, 8131, 9873, 7833, 9291, 8380, 10012, 8328, 9797, 12544, 9299, 11359, 9585, 12897, 8852, 8312, 9073, 11209, 9123, 9746, 8093, 9253, 12374, 9229, 11596, 8577, 9519, 8483, 9492, 8382, 8951, 12023, 9047, 10547, 8562, 9354, 8167, 8948, 7614, 8797, 11401, 8830, 9720, 8979, 9646, 9018, 10153, 8018, 9416, 8111, 9368, 8649, 8848, 12107, 9102, 11447, 8617, 9216, 8626, 11597, 9323, 10631, 8770, 11356, 9073, 11824, 8612, 9655, 7595, 9681, 10726, 8747, 10996, 8358, 9652, 7688, 10184, 7359, 9205, 8615, 8701, 10920, 8333, 9511, 9139, 8335, 10349, 8909, 9196, 8020, 8624, 7370, 9089, 7674, 9075, 11917, 8911, 10052, 9066, 10690, 8576, 9559, 8239, 9521, 8018, 9124, 13664, 8906, 10605, 8076, 11100, 7744, 9324, 7470, 9294, 7785, 9352, 11493, 8858, 10853, 9243, 10079, 7834, 9087, 7446, 9203, 11774, 9089, 9474, 7889, 9318, 8703, 9518, 7988, 9623, 7305, 9209, 7571, 9151, 11096, 8676, 10354, 8404, 9482, 7872, 10537, 7554, 9315, 7704, 9508, 10278, 8657, 10679, 8917, 9712, 7977, 9940, 7367, 9783, 7889, 9768, 12023, 9084, 11790, 9288, 11180, 8473, 8964, 7968, 9461, 8041, 9577, 8078, 9738, 8644, 9366, 7986, 8969, 11837, 8595, 10266, 8263, 9443, 8575, 9031, 10510, 9042, 8772, 8886, 10325, 8463, 10450, 8614, 9038, 8540, 8856, 8481, 8865, 7519, 8828, 11036, 8415, 10590, 8558, 9762, 8121, 10153, 7508, 9658, 7243, 9900, 12106, 8586, 10186, 8660, 10606, 7894, 10761, 8061, 9925, 7347, 9715, 10373, 8342, 10376, 8517, 10136, 8407, 9606, 8348, 9113, 8112, 9951, 8334, 9719, 7856, 9197, 9525, 9446, 8277, 9144, 9960, 8633, 10970, 8802, 10437, 8998, 10184, 8411, 9593, 8033, 10195, 7890, 9800, 10547, 8483, 11291, 8300, 9638, 7798, 9742, 7297, 9001, 9586, 7820, 10049, 8954, 9382, 8520, 9213, 7941, 9844, 8255, 9087, 10877, 8223, 9938, 7899, 9240, 7659, 9354, 7289, 9934, 8928, 9152, 12151, 9415, 11551, 8945, 10193, 8197, 9917, 7363, 9956, 14722, 9482, 11910, 9610, 10635, 8286, 9629, 8058, 9930, 7606, 9296, 12099, 8718, 11049, 8491, 8877, 8127, 9802, 8651, 10227, 9111, 9740, 7530, 9705, 8408, 10964, 7516, 9697, 7451, 9417, 11385, 8321, 10390, 7935, 9421, 8353, 9089, 7838, 9743, 8160, 10022, 8044, 9873, 8230, 9659, 7653, 9940, 6908, 9845, 11895, 8534, 10629, 7962, 9692, 8107, 8873, 9650, 8956, 7300, 8993, 6686, 9886, 7351, 9820, 10936, 8751, 9837, 7558, 9352, 7640, 9453, 7768, 8970, 10815, 8452, 10155, 7620, 9622, 8262, 10449, 7719, 10023, 7719, 10478, 8257, 10027, 14710, 9218, 12014, 8451, 11836, 7724, 9972, 8660, 8629, 10905, 8404, 9991, 7558, 9264, 7165, 9172, 6920, 9621, 9027, 8678, 11807, 9194, 11757, 8723, 8678, 8563, 10689, 8462, 10006, 9501, 9400, 13964, 9883, 13186, 8678, 9996, 8411, 10462, 8119, 9804, 7962, 9494, 10345, 9494, 7908, 9469, 7567, 9651, 10265, 8632, 10715, 9117, 10046, 9131, 10479, 8521, 10228, 8172, 9964, 9343, 8925, 11240, 8321, 9664, 7656, 9561, 8209, 9209, 7254, 8856, 9713, 8015, 10152, 8746, 9804, 8415, 9645, 8204, 10326, 8597, 9211, 11380, 8336, 9814, 9548, 9173, 11226, 9077, 8295, 8862, 11221, 9012, 10275, 7933, 9940, 11377, 9216, 10541, 8997, 9609, 8327, 10562, 7908, 9738, 12108, 9236, 10045, 8010, 9730, 7247, 9265, 7745, 8845, 10747, 8512, 10576, 8479, 10081, 8079, 10172, 7673, 9574, 11767, 9138, 9756, 9421, 9098, 12222, 9237, 10207, 8474, 9144, 7806, 9803, 7459, 9877, 10497, 9156, 10411, 8914, 9262, 7366, 9601, 11262, 8814, 10090, 7730, 9676, 9527, 8636, 9945, 8626, 8705, 8368, 10280, 8146, 9759, 9896, 8941, 10679, 9348, 10430, 8614, 10253, 7687, 9649, 10218, 8535, 10719, 8085, 9396, 7669, 9731, 7167, 9241, 9758, 8425, 11061, 8359, 10066], 'WindowCenter': [4267.0, 4210.0, 4228.0, 4243.0, 4203.0, 4212.0, 4182.0, 4201.0, 4170.0, 4201.0, 4209.0, 4180.0, 4200.0, 4179.0, 4200.0, 4221.0, 4202.0, 4201.0, 4180.0, 4190.0, 4161.0, 4200.0, 4190.0, 4181.0, 4212.0, 4181.0, 4203.0, 4223.0, 4205.0, 4225.0, 4214.0, 4212.0, 4193.0, 4192.0, 4181.0, 4203.0, 4222.0, 4194.0, 4214.0, 4213.0, 4205.0, 4237.0, 4216.0, 4215.0, 4195.0, 4203.0, 4172.0, 4214.0, 4224.0, 4204.0, 4225.0, 4204.0, 4225.0, 4193.0, 4212.0, 4171.0, 4202.0, 4232.0, 4191.0, 4213.0, 4203.0, 4213.0, 4191.0, 4191.0, 4199.0, 4190.0, 4210.0, 4179.0, 4201.0, 4231.0, 4191.0, 4221.0, 4201.0, 4210.0, 4180.0, 4189.0, 4158.0, 4200.0, 4208.0, 4189.0, 4199.0, 4194.0, 4201.0, 4210.0, 4190.0, 4190.0, 4189.0, 4198.0, 4189.0, 4198.0, 4189.0, 4189.0, 4209.0, 4180.0, 4201.0, 4192.0, 4202.0, 4181.0, 4190.0, 4179.0, 4191.0, 4220.0, 4191.0, 4202.0, 4220.0, 4192.0, 4202.0, 4193.0, 4204.0, 4222.0, 4191.0, 4199.0, 4190.0, 4200.0, 4178.0, 4190.0, 4220.0, 4191.0, 4211.0, 4181.0, 4203.0, 4215.0, 4205.0, 4212.0, 4193.0, 4211.0, 4193.0, 4213.0, 4204.0, 4206.0, 4236.0, 4205.0, 4226.0, 4226.0, 4207.0, 4224.0, 4204.0, 4212.0, 4192.0, 4204.0, 4224.0, 4205.0, 4237.0, 4217.0, 4216.0, 4193.0, 4203.0, 4183.0, 4203.0, 4213.0, 4206.0, 4237.0, 4205.0, 4228.0, 4239.0, 4229.0, 4218.0, 4230.0, 4226.0, 4208.0, 4235.0, 4205.0, 4227.0, 4235.0, 4237.0, 4205.0, 4226.0, 4183.0, 4225.0, 4211.0, 4212.0, 4232.0, 4213.0, 4234.0, 4216.0, 4214.0, 4214.0, 4203.0, 4213.0, 4209.0, 4201.0, 4232.0, 4213.0, 4245.0, 4215.0, 4193.0, 4213.0, 4160.0, 4222.0, 4189.0, 4211.0, 4221.0, 4212.0, 4232.0, 4222.0, 4182.0, 4211.0, 4169.0, 4220.0, 4199.0, 4211.0, 4231.0, 4212.0, 4233.0, 4213.0, 4222.0, 4202.0, 4179.0, 4210.0, 4199.0, 4210.0, 4231.0, 4214.0, 4244.0, 4226.0, 4203.0, 4215.0, 4203.0, 4223.0, 4232.0, 4215.0, 4243.0, 4213.0, 4251.0, 4228.0, 4195.0, 4236.0, 4184.0, 4202.0, 4171.0, 4211.0, 4180.0, 4201.0, 4212.0, 4202.0, 4223.0, 4203.0, 4224.0, 4193.0, 4221.0, 4169.0, 4197.0, 4166.0, 4186.0, 4207.0, 4187.0, 4185.0, 4166.0, 4198.0, 4188.0, 4188.0, 4167.0, 4200.0, 4189.0, 4188.0, 4209.0, 4199.0, 4208.0, 4201.0, 4210.0, 4201.0, 4199.0, 4190.0, 4187.0, 4157.0, 4189.0, 4196.0, 4188.0, 4207.0, 4179.0, 4200.0, 4180.0, 4210.0, 4169.0, 4201.0, 4168.0, 4200.0, 4178.0, 4200.0, 4230.0, 4203.0, 4225.0, 4214.0, 4213.0, 4193.0, 4201.0, 4193.0, 4201.0, 4170.0, 4201.0, 4213.0, 4203.0, 4223.0, 4204.0, 4193.0, 4204.0, 4221.0, 4191.0, 4239.0, 4216.0, 4216.0, 4194.0, 4224.0, 4206.0, 4225.0, 4205.0, 4213.0, 4205.0, 4224.0, 4215.0, 4227.0, 4216.0, 4239.0, 4206.0, 4225.0, 4194.0, 4203.0, 4205.0, 4224.0, 4203.0, 4225.0, 4234.0, 4214.0, 4234.0, 4226.0, 4244.0, 4204.0, 4191.0, 4200.0, 4208.0, 4190.0, 4199.0, 4178.0, 4201.0, 4221.0, 4201.0, 4220.0, 4190.0, 4198.0, 4189.0, 4188.0, 4176.0, 4189.0, 4219.0, 4200.0, 4209.0, 4191.0, 4199.0, 4190.0, 4188.0, 4168.0, 4190.0, 4219.0, 4201.0, 4201.0, 4203.0, 4212.0, 4203.0, 4211.0, 4192.0, 4201.0, 4180.0, 4214.0, 4201.0, 4203.0, 4232.0, 4217.0, 4236.0, 4206.0, 4202.0, 4203.0, 4221.0, 4203.0, 4212.0, 4203.0, 4225.0, 4203.0, 4223.0, 4192.0, 4201.0, 4180.0, 4200.0, 4208.0, 4189.0, 4208.0, 4190.0, 4201.0, 4181.0, 4210.0, 4170.0, 4200.0, 4189.0, 4191.0, 4210.0, 4179.0, 4200.0, 4189.0, 4191.0, 4210.0, 4202.0, 4201.0, 4192.0, 4190.0, 4170.0, 4202.0, 4181.0, 4214.0, 4247.0, 4217.0, 4228.0, 4228.0, 4236.0, 4217.0, 4214.0, 4204.0, 4214.0, 4192.0, 4203.0, 4232.0, 4201.0, 4211.0, 4192.0, 4222.0, 4181.0, 4201.0, 4170.0, 4200.0, 4180.0, 4202.0, 4223.0, 4204.0, 4224.0, 4214.0, 4214.0, 4182.0, 4203.0, 4171.0, 4202.0, 4220.0, 4191.0, 4200.0, 4179.0, 4201.0, 4191.0, 4213.0, 4192.0, 4212.0, 4171.0, 4202.0, 4180.0, 4213.0, 4221.0, 4203.0, 4223.0, 4204.0, 4215.0, 4206.0, 4226.0, 4183.0, 4203.0, 4181.0, 4202.0, 4211.0, 4193.0, 4212.0, 4202.0, 4215.0, 4183.0, 4213.0, 4183.0, 4211.0, 4180.0, 4211.0, 4221.0, 4201.0, 4222.0, 4204.0, 4224.0, 4193.0, 4191.0, 4180.0, 4199.0, 4180.0, 4201.0, 4181.0, 4213.0, 4204.0, 4229.0, 4195.0, 4205.0, 4222.0, 4193.0, 4211.0, 4191.0, 4201.0, 4191.0, 4204.0, 4225.0, 4205.0, 4203.0, 4204.0, 4210.0, 4205.0, 4224.0, 4203.0, 4203.0, 4203.0, 4217.0, 4205.0, 4205.0, 4173.0, 4203.0, 4221.0, 4193.0, 4224.0, 4203.0, 4214.0, 4193.0, 4226.0, 4186.0, 4215.0, 4183.0, 4215.0, 4233.0, 4193.0, 4212.0, 4204.0, 4224.0, 4192.0, 4222.0, 4183.0, 4212.0, 4170.0, 4202.0, 4212.0, 4192.0, 4212.0, 4193.0, 4214.0, 4206.0, 4213.0, 4205.0, 4202.0, 4193.0, 4213.0, 4193.0, 4213.0, 4194.0, 4215.0, 4214.0, 4215.0, 4194.0, 4204.0, 4211.0, 4192.0, 4212.0, 4202.0, 4212.0, 4205.0, 4213.0, 4195.0, 4213.0, 4194.0, 4213.0, 4183.0, 4214.0, 4223.0, 4205.0, 4222.0, 4193.0, 4202.0, 4184.0, 4212.0, 4182.0, 4204.0, 4215.0, 4197.0, 4226.0, 4220.0, 4217.0, 4218.0, 4216.0, 4197.0, 4227.0, 4193.0, 4206.0, 4224.0, 4206.0, 4226.0, 4196.0, 4216.0, 4196.0, 4214.0, 4184.0, 4215.0, 4204.0, 4216.0, 4236.0, 4217.0, 4236.0, 4205.0, 4214.0, 4194.0, 4213.0, 4171.0, 4212.0, 4243.0, 4203.0, 4222.0, 4202.0, 4212.0, 4193.0, 4200.0, 4181.0, 4210.0, 4169.0, 4201.0, 4221.0, 4192.0, 4221.0, 4194.0, 4205.0, 4195.0, 4212.0, 4203.0, 4211.0, 4203.0, 4212.0, 4182.0, 4215.0, 4193.0, 4224.0, 4172.0, 4203.0, 4169.0, 4199.0, 4219.0, 4179.0, 4210.0, 4193.0, 4203.0, 4204.0, 4202.0, 4183.0, 4212.0, 4193.0, 4214.0, 4194.0, 4214.0, 4193.0, 4214.0, 4184.0, 4214.0, 4170.0, 4211.0, 4221.0, 4191.0, 4210.0, 4179.0, 4199.0, 4181.0, 4205.0, 4214.0, 4228.0, 4195.0, 4214.0, 4176.0, 4224.0, 4185.0, 4226.0, 4235.0, 4207.0, 4227.0, 4198.0, 4218.0, 4197.0, 4216.0, 4184.0, 4204.0, 4222.0, 4205.0, 4225.0, 4197.0, 4227.0, 4207.0, 4238.0, 4198.0, 4226.0, 4197.0, 4224.0, 4194.0, 4227.0, 4246.0, 4215.0, 4236.0, 4195.0, 4224.0, 4182.0, 4203.0, 4179.0, 4190.0, 4210.0, 4190.0, 4211.0, 4183.0, 4212.0, 4173.0, 4212.0, 4174.0, 4215.0, 4204.0, 4216.0, 4246.0, 4227.0, 4249.0, 4216.0, 4205.0, 4207.0, 4225.0, 4191.0, 4213.0, 4203.0, 4203.0, 4245.0, 4214.0, 4232.0, 4193.0, 4202.0, 4193.0, 4210.0, 4180.0, 4201.0, 4180.0, 4212.0, 4212.0, 4213.0, 4181.0, 4202.0, 4169.0, 4201.0, 4212.0, 4203.0, 4224.0, 4215.0, 4226.0, 4216.0, 4226.0, 4204.0, 4213.0, 4193.0, 4212.0, 4190.0, 4202.0, 4223.0, 4191.0, 4214.0, 4182.0, 4213.0, 4193.0, 4203.0, 4171.0, 4204.0, 4213.0, 4195.0, 4237.0, 4218.0, 4240.0, 4218.0, 4228.0, 4208.0, 4229.0, 4206.0, 4215.0, 4235.0, 4193.0, 4214.0, 4215.0, 4227.0, 4236.0, 4206.0, 4195.0, 4203.0, 4235.0, 4203.0, 4211.0, 4180.0, 4212.0, 4224.0, 4214.0, 4223.0, 4205.0, 4201.0, 4192.0, 4212.0, 4181.0, 4202.0, 4221.0, 4203.0, 4213.0, 4181.0, 4201.0, 4169.0, 4200.0, 4168.0, 4202.0, 4223.0, 4206.0, 4226.0, 4205.0, 4239.0, 4207.0, 4227.0, 4183.0, 4214.0, 4222.0, 4201.0, 4202.0, 4191.0, 4201.0, 4233.0, 4203.0, 4213.0, 4192.0, 4200.0, 4182.0, 4211.0, 4170.0, 4212.0, 4213.0, 4205.0, 4224.0, 4203.0, 4203.0, 4172.0, 4213.0, 4211.0, 4190.0, 4210.0, 4170.0, 4201.0, 4201.0, 4192.0, 4212.0, 4203.0, 4192.0, 4194.0, 4212.0, 4182.0, 4227.0, 4226.0, 4216.0, 4226.0, 4205.0, 4224.0, 4218.0, 4216.0, 4172.0, 4201.0, 4211.0, 4191.0, 4213.0, 4182.0, 4203.0, 4181.0, 4214.0, 4172.0, 4201.0, 4201.0, 4193.0, 4223.0, 4195.0, 4226.0], 'WindowWidth': [9432.0, 9342.0, 9360.0, 9372.0, 9318.0, 9328.0, 9286.0, 9310.0, 9266.0, 9307.0, 9315.0, 9279.0, 9306.0, 9275.0, 9304.0, 9335.0, 9310.0, 9310.0, 9279.0, 9290.0, 9254.0, 9304.0, 9290.0, 9282.0, 9323.0, 9283.0, 9314.0, 9341.0, 9321.0, 9348.0, 9334.0, 9327.0, 9301.0, 9296.0, 9283.0, 9316.0, 9340.0, 9303.0, 9332.0, 9328.0, 9323.0, 9366.0, 9338.0, 9334.0, 9307.0, 9313.0, 9273.0, 9330.0, 9344.0, 9318.0, 9348.0, 9318.0, 9348.0, 9303.0, 9327.0, 9270.0, 9312.0, 9351.0, 9296.0, 9328.0, 9313.0, 9327.0, 9294.0, 9296.0, 9302.0, 9292.0, 9318.0, 9275.0, 9306.0, 9348.0, 9295.0, 9335.0, 9308.0, 9317.0, 9279.0, 9287.0, 9248.0, 9304.0, 9311.0, 9290.0, 9302.0, 9308.0, 9312.0, 9320.0, 9292.0, 9293.0, 9290.0, 9300.0, 9288.0, 9300.0, 9288.0, 9290.0, 9315.0, 9279.0, 9310.0, 9299.0, 9313.0, 9283.0, 9293.0, 9276.0, 9297.0, 9333.0, 9294.0, 9310.0, 9334.0, 9298.0, 9312.0, 9303.0, 9320.0, 9341.0, 9296.0, 9302.0, 9292.0, 9304.0, 9274.0, 9291.0, 9332.0, 9296.0, 9322.0, 9282.0, 9315.0, 9336.0, 9325.0, 9326.0, 9303.0, 9323.0, 9302.0, 9330.0, 9317.0, 9325.0, 9366.0, 9322.0, 9353.0, 9351.0, 9328.0, 9347.0, 9319.0, 9325.0, 9299.0, 9317.0, 9345.0, 9322.0, 9368.0, 9342.0, 9338.0, 9305.0, 9318.0, 9291.0, 9319.0, 9332.0, 9331.0, 9371.0, 9327.0, 9362.0, 9376.0, 9365.0, 9347.0, 9367.0, 9354.0, 9331.0, 9363.0, 9323.0, 9355.0, 9365.0, 9370.0, 9323.0, 9351.0, 9289.0, 9347.0, 9324.0, 9326.0, 9355.0, 9329.0, 9359.0, 9341.0, 9332.0, 9333.0, 9317.0, 9329.0, 9318.0, 9311.0, 9353.0, 9333.0, 9377.0, 9336.0, 9304.0, 9327.0, 9254.0, 9337.0, 9291.0, 9323.0, 9335.0, 9327.0, 9354.0, 9341.0, 9284.0, 9322.0, 9265.0, 9333.0, 9301.0, 9322.0, 9348.0, 9325.0, 9356.0, 9329.0, 9338.0, 9311.0, 9277.0, 9320.0, 9303.0, 9319.0, 9349.0, 9330.0, 9372.0, 9350.0, 9316.0, 9333.0, 9315.0, 9342.0, 9352.0, 9334.0, 9371.0, 9328.0, 9394.0, 9356.0, 9308.0, 9366.0, 9292.0, 9312.0, 9268.0, 9321.0, 9278.0, 9309.0, 9324.0, 9311.0, 9342.0, 9313.0, 9345.0, 9301.0, 9335.0, 9260.0, 9293.0, 9249.0, 9279.0, 9306.0, 9279.0, 9274.0, 9251.0, 9298.0, 9284.0, 9283.0, 9253.0, 9304.0, 9284.0, 9283.0, 9311.0, 9303.0, 9312.0, 9308.0, 9319.0, 9306.0, 9300.0, 9289.0, 9280.0, 9241.0, 9285.0, 9291.0, 9284.0, 9308.0, 9272.0, 9303.0, 9277.0, 9318.0, 9261.0, 9304.0, 9257.0, 9302.0, 9272.0, 9305.0, 9345.0, 9315.0, 9346.0, 9330.0, 9326.0, 9301.0, 9306.0, 9299.0, 9305.0, 9262.0, 9306.0, 9324.0, 9314.0, 9341.0, 9317.0, 9300.0, 9315.0, 9332.0, 9293.0, 9373.0, 9333.0, 9335.0, 9303.0, 9345.0, 9323.0, 9347.0, 9320.0, 9326.0, 9318.0, 9343.0, 9332.0, 9351.0, 9338.0, 9375.0, 9325.0, 9349.0, 9305.0, 9313.0, 9319.0, 9344.0, 9313.0, 9345.0, 9355.0, 9328.0, 9358.0, 9349.0, 9372.0, 9315.0, 9293.0, 9304.0, 9312.0, 9288.0, 9301.0, 9270.0, 9305.0, 9334.0, 9308.0, 9329.0, 9290.0, 9296.0, 9286.0, 9282.0, 9265.0, 9286.0, 9328.0, 9305.0, 9316.0, 9295.0, 9302.0, 9291.0, 9286.0, 9257.0, 9289.0, 9328.0, 9306.0, 9307.0, 9315.0, 9325.0, 9315.0, 9322.0, 9298.0, 9307.0, 9279.0, 9331.0, 9310.0, 9314.0, 9352.0, 9340.0, 9365.0, 9323.0, 9310.0, 9313.0, 9333.0, 9313.0, 9325.0, 9313.0, 9346.0, 9315.0, 9340.0, 9298.0, 9305.0, 9276.0, 9302.0, 9309.0, 9287.0, 9311.0, 9291.0, 9307.0, 9279.0, 9319.0, 9263.0, 9304.0, 9286.0, 9292.0, 9316.0, 9274.0, 9304.0, 9288.0, 9292.0, 9320.0, 9312.0, 9307.0, 9296.0, 9291.0, 9266.0, 9309.0, 9282.0, 9332.0, 9379.0, 9341.0, 9356.0, 9357.0, 9364.0, 9339.0, 9330.0, 9318.0, 9330.0, 9297.0, 9312.0, 9351.0, 9309.0, 9322.0, 9297.0, 9338.0, 9279.0, 9305.0, 9264.0, 9302.0, 9276.0, 9311.0, 9338.0, 9315.0, 9344.0, 9331.0, 9329.0, 9286.0, 9311.0, 9267.0, 9308.0, 9331.0, 9293.0, 9302.0, 9273.0, 9307.0, 9295.0, 9327.0, 9298.0, 9324.0, 9267.0, 9310.0, 9279.0, 9327.0, 9336.0, 9314.0, 9341.0, 9317.0, 9335.0, 9326.0, 9351.0, 9286.0, 9311.0, 9281.0, 9310.0, 9318.0, 9300.0, 9322.0, 9310.0, 9332.0, 9285.0, 9326.0, 9287.0, 9319.0, 9276.0, 9319.0, 9333.0, 9306.0, 9337.0, 9316.0, 9342.0, 9298.0, 9291.0, 9276.0, 9298.0, 9277.0, 9304.0, 9279.0, 9324.0, 9316.0, 9357.0, 9306.0, 9319.0, 9334.0, 9298.0, 9320.0, 9292.0, 9305.0, 9293.0, 9318.0, 9346.0, 9320.0, 9312.0, 9316.0, 9318.0, 9319.0, 9341.0, 9312.0, 9313.0, 9313.0, 9342.0, 9321.0, 9318.0, 9271.0, 9312.0, 9334.0, 9298.0, 9341.0, 9313.0, 9330.0, 9302.0, 9351.0, 9295.0, 9332.0, 9287.0, 9331.0, 9352.0, 9300.0, 9323.0, 9315.0, 9343.0, 9298.0, 9336.0, 9285.0, 9321.0, 9263.0, 9308.0, 9320.0, 9295.0, 9321.0, 9299.0, 9328.0, 9322.0, 9326.0, 9320.0, 9309.0, 9301.0, 9325.0, 9300.0, 9328.0, 9304.0, 9334.0, 9330.0, 9333.0, 9301.0, 9315.0, 9319.0, 9295.0, 9320.0, 9307.0, 9323.0, 9318.0, 9325.0, 9303.0, 9325.0, 9303.0, 9325.0, 9285.0, 9327.0, 9338.0, 9318.0, 9337.0, 9299.0, 9308.0, 9287.0, 9323.0, 9284.0, 9317.0, 9330.0, 9312.0, 9350.0, 9347.0, 9340.0, 9342.0, 9336.0, 9312.0, 9351.0, 9301.0, 9322.0, 9344.0, 9321.0, 9349.0, 9312.0, 9338.0, 9310.0, 9332.0, 9291.0, 9332.0, 9315.0, 9334.0, 9362.0, 9340.0, 9361.0, 9319.0, 9329.0, 9302.0, 9326.0, 9265.0, 9321.0, 9366.0, 9313.0, 9337.0, 9312.0, 9324.0, 9300.0, 9304.0, 9282.0, 9317.0, 9259.0, 9305.0, 9333.0, 9296.0, 9334.0, 9302.0, 9319.0, 9307.0, 9321.0, 9311.0, 9320.0, 9311.0, 9323.0, 9284.0, 9332.0, 9301.0, 9344.0, 9271.0, 9310.0, 9262.0, 9302.0, 9327.0, 9275.0, 9318.0, 9299.0, 9312.0, 9318.0, 9311.0, 9287.0, 9323.0, 9301.0, 9329.0, 9304.0, 9331.0, 9302.0, 9331.0, 9289.0, 9330.0, 9265.0, 9319.0, 9332.0, 9290.0, 9316.0, 9273.0, 9301.0, 9278.0, 9317.0, 9328.0, 9357.0, 9312.0, 9331.0, 9284.0, 9344.0, 9294.0, 9352.0, 9359.0, 9324.0, 9352.0, 9316.0, 9342.0, 9314.0, 9337.0, 9290.0, 9315.0, 9338.0, 9321.0, 9346.0, 9312.0, 9353.0, 9327.0, 9368.0, 9315.0, 9350.0, 9310.0, 9343.0, 9302.0, 9349.0, 9375.0, 9332.0, 9363.0, 9307.0, 9343.0, 9282.0, 9309.0, 9272.0, 9287.0, 9314.0, 9290.0, 9322.0, 9288.0, 9326.0, 9274.0, 9325.0, 9277.0, 9333.0, 9316.0, 9337.0, 9379.0, 9355.0, 9384.0, 9340.0, 9321.0, 9326.0, 9346.0, 9297.0, 9327.0, 9311.0, 9314.0, 9372.0, 9328.0, 9350.0, 9298.0, 9307.0, 9299.0, 9317.0, 9275.0, 9304.0, 9279.0, 9324.0, 9324.0, 9326.0, 9281.0, 9308.0, 9261.0, 9307.0, 9321.0, 9312.0, 9343.0, 9334.0, 9350.0, 9336.0, 9348.0, 9317.0, 9325.0, 9297.0, 9322.0, 9290.0, 9309.0, 9337.0, 9293.0, 9329.0, 9286.0, 9328.0, 9299.0, 9313.0, 9267.0, 9315.0, 9326.0, 9307.0, 9366.0, 9347.0, 9375.0, 9344.0, 9355.0, 9330.0, 9356.0, 9321.0, 9333.0, 9359.0, 9301.0, 9329.0, 9336.0, 9355.0, 9365.0, 9323.0, 9304.0, 9312.0, 9361.0, 9315.0, 9322.0, 9278.0, 9325.0, 9344.0, 9330.0, 9340.0, 9315.0, 9305.0, 9296.0, 9323.0, 9279.0, 9308.0, 9333.0, 9311.0, 9327.0, 9282.0, 9308.0, 9262.0, 9303.0, 9259.0, 9309.0, 9340.0, 9321.0, 9348.0, 9322.0, 9373.0, 9325.0, 9353.0, 9289.0, 9329.0, 9337.0, 9305.0, 9309.0, 9291.0, 9306.0, 9355.0, 9313.0, 9328.0, 9296.0, 9302.0, 9282.0, 9318.0, 9263.0, 9324.0, 9326.0, 9318.0, 9344.0, 9313.0, 9312.0, 9270.0, 9326.0, 9318.0, 9288.0, 9317.0, 9262.0, 9305.0, 9306.0, 9298.0, 9323.0, 9313.0, 9298.0, 9303.0, 9324.0, 9284.0, 9353.0, 9350.0, 9337.0, 9348.0, 9319.0, 9341.0, 9342.0, 9332.0, 9267.0, 9305.0, 9319.0, 9291.0, 9324.0, 9283.0, 9312.0, 9282.0, 9329.0, 9271.0, 9309.0, 9308.0, 9299.0, 9341.0, 9305.0, 9350.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.010285464982778415</td></tr>
<tr><td colspan=3>aqi</td><td>0.08847610872560276</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.887362837540245</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0325327048735642</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9258427644137939</td></tr>
<tr><td colspan=3>efc</td><td>0.4379</td></tr>
<tr><td colspan=3>fber</td><td>8225.874</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1360169711573115</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.332950631458095</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7434550823470776</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5705098478051784</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.126536925457551</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5333184737785044</td></tr>
<tr><td colspan=3>gcor</td><td>0.00359374</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009576179087162018</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031941432505846024</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6819675745923766</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.2123</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.1908</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.0157</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308157.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>560.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.413</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6427</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.1597</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3407.3532</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3669.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68387.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4510.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.4708</td></tr>
<tr><td colspan=3>tsnr</td><td>23.386704745469615</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>