Data products: .phot#
prose stores and retrieves data products in phot files. These can be loaded in a Observation object like:
[1]:
from prose import Observation
obs = Observation("static/example.phot")
obs # to show its content
[1]:
<xarray.Dataset>
Dimensions: (time: 100, apertures: 32, star: 15, w: 520, h: 520, n: 2,
ncomps: 2)
Coordinates:
stack (w, h) float64 299.5 300.4 300.9 ... 300.8 301.6 300.2
* time (time) float64 2.45e+06 2.45e+06 ... 2.45e+06 2.45e+06
stars (star, n) float64 259.8 257.8 433.2 ... 44.97 289.2 69.88
Dimensions without coordinates: apertures, star, w, h, n, ncomps
Data variables: (12/25)
jd_utc (time) float64 2.45e+06 2.45e+06 ... 2.45e+06 2.45e+06
bjd_tdb (time) float64 2.45e+06 2.45e+06 ... 2.45e+06 2.45e+06
flip (time) float64 nan nan nan nan nan ... nan nan nan nan nan
fwhm (time) float64 3.568 3.568 3.568 ... 3.568 3.568 3.568
fwhmx (time) float64 3.594 3.594 3.594 ... 3.594 3.594 3.594
fwhmy (time) float64 3.542 3.542 3.542 ... 3.542 3.542 3.542
... ...
peaks (star, time) float64 5.909e+04 5.646e+04 ... 484.1 482.1
diff_fluxes (apertures, star, time) float64 0.9741 0.9391 ... 1.573
diff_errors (apertures, star, time) float64 0.01026 0.01002 ... 0.4906
comps (apertures, ncomps) int64 1 2 1 2 2 1 2 1 ... 1 2 1 2 1 2 1
weights (apertures, ncomps) int64 1 1 1 1 1 1 1 1 ... 1 1 1 1 1 1 1
alc (apertures, time) float64 0.9706 0.9378 ... 0.9806 0.9789
Attributes: (12/39)
SIMPLE: 1
BITPIX: -64
NAXIS: 2
NAXIS1: 600
NAXIS2: 600
TELESCOP: A
... ...
date: 2022-07-15
time_format: bjd_tdb
photometry: ['Calibration', 'Trim', 'SegmentedPeaks', 'Cutouts', 'Media...
target: 0
method_diff: broeg
aperture: 7xarray.Dataset
- time: 100
- apertures: 32
- star: 15
- w: 520
- h: 520
- n: 2
- ncomps: 2
- stack(w, h)float64299.5 300.4 300.9 ... 301.6 300.2
array([[299.46430707, 300.40388823, 300.94224703, ..., 300.13599977, 300.94272794, 299.10576978], [301.07328811, 301.54946832, 299.93063319, ..., 299.73577288, 300.29534274, 301.25105088], [299.3426223 , 299.57137188, 299.37751048, ..., 300.0750006 , 300.582178 , 299.30516453], ..., [300.21758381, 299.93519611, 301.00926172, ..., 299.76906085, 299.80391135, 300.8367378 ], [300.8048257 , 300.55733708, 301.59486447, ..., 299.32114124, 300.234066 , 300.19699274], [299.57241738, 301.14394452, 301.9055188 , ..., 300.80042664, 301.64133477, 300.20051761]]) - time(time)float642.45e+06 2.45e+06 ... 2.45e+06
array([2450000.005739, 2450000.007254, 2450000.00877 , 2450000.010285, 2450000.0118 , 2450000.013315, 2450000.01483 , 2450000.016345, 2450000.01786 , 2450000.019375, 2450000.020891, 2450000.022406, 2450000.023921, 2450000.025436, 2450000.026951, 2450000.028466, 2450000.029981, 2450000.031496, 2450000.033011, 2450000.034527, 2450000.036042, 2450000.037557, 2450000.039072, 2450000.040587, 2450000.042102, 2450000.043617, 2450000.045132, 2450000.046648, 2450000.048163, 2450000.049678, 2450000.051193, 2450000.052708, 2450000.054223, 2450000.055738, 2450000.057253, 2450000.058768, 2450000.060284, 2450000.061799, 2450000.063314, 2450000.064829, 2450000.066344, 2450000.067859, 2450000.069374, 2450000.070889, 2450000.072405, 2450000.07392 , 2450000.075435, 2450000.07695 , 2450000.078465, 2450000.07998 , 2450000.081495, 2450000.08301 , 2450000.084525, 2450000.086041, 2450000.087556, 2450000.089071, 2450000.090586, 2450000.092101, 2450000.093616, 2450000.095131, 2450000.096646, 2450000.098162, 2450000.099677, 2450000.101192, 2450000.102707, 2450000.104222, 2450000.105737, 2450000.107252, 2450000.108767, 2450000.110282, 2450000.111798, 2450000.113313, 2450000.114828, 2450000.116343, 2450000.117858, 2450000.119373, 2450000.120888, 2450000.122403, 2450000.123919, 2450000.125434, 2450000.126949, 2450000.128464, 2450000.129979, 2450000.131494, 2450000.133009, 2450000.134524, 2450000.136039, 2450000.137555, 2450000.13907 , 2450000.140585, 2450000.1421 , 2450000.143615, 2450000.14513 , 2450000.146645, 2450000.14816 , 2450000.149676, 2450000.151191, 2450000.152706, 2450000.154221, 2450000.155736]) - stars(star, n)float64259.8 257.8 433.2 ... 289.2 69.88
array([[259.78204161, 257.83835929], [433.15954437, 129.93802894], [230.13071826, 140.05660609], [276.04743765, 331.67908988], [425.44229939, 369.90494706], [447.94434523, 383.229149 ], [230.16267161, 28.74008223], [461.14432645, 78.99719758], [ 64.26567362, 227.30704569], [459.68661212, 262.77520556], [337.74635751, 458.90166972], [228.01721841, 415.46139708], [342.32926618, 175.21483415], [150.95891601, 44.97199888], [289.24188242, 69.88271686]])
- jd_utc(time)float642.45e+06 2.45e+06 ... 2.45e+06
array([2450000. , 2450000.00151515, 2450000.0030303 , 2450000.00454545, 2450000.00606061, 2450000.00757576, 2450000.00909091, 2450000.01060606, 2450000.01212121, 2450000.01363636, 2450000.01515152, 2450000.01666667, 2450000.01818182, 2450000.01969697, 2450000.02121212, 2450000.02272727, 2450000.02424242, 2450000.02575758, 2450000.02727273, 2450000.02878788, 2450000.03030303, 2450000.03181818, 2450000.03333333, 2450000.03484849, 2450000.03636364, 2450000.03787879, 2450000.03939394, 2450000.04090909, 2450000.04242424, 2450000.04393939, 2450000.04545454, 2450000.0469697 , 2450000.04848485, 2450000.05 , 2450000.05151515, 2450000.0530303 , 2450000.05454546, 2450000.05606061, 2450000.05757576, 2450000.05909091, 2450000.06060606, 2450000.06212121, 2450000.06363636, 2450000.06515151, 2450000.06666667, 2450000.06818182, 2450000.06969697, 2450000.07121212, 2450000.07272727, 2450000.07424242, 2450000.07575758, 2450000.07727273, 2450000.07878788, 2450000.08030303, 2450000.08181818, 2450000.08333333, 2450000.08484848, 2450000.08636364, 2450000.08787879, 2450000.08939394, 2450000.09090909, 2450000.09242424, 2450000.09393939, 2450000.09545455, 2450000.0969697 , 2450000.09848485, 2450000.1 , 2450000.10151515, 2450000.1030303 , 2450000.10454545, 2450000.10606061, 2450000.10757576, 2450000.10909091, 2450000.11060606, 2450000.11212121, 2450000.11363636, 2450000.11515152, 2450000.11666667, 2450000.11818182, 2450000.11969697, 2450000.12121212, 2450000.12272727, 2450000.12424242, 2450000.12575758, 2450000.12727273, 2450000.12878788, 2450000.13030303, 2450000.13181818, 2450000.13333333, 2450000.13484848, 2450000.13636364, 2450000.13787879, 2450000.13939394, 2450000.14090909, 2450000.14242424, 2450000.14393939, 2450000.14545455, 2450000.1469697 , 2450000.14848485, 2450000.15 ]) - bjd_tdb(time)float642.45e+06 2.45e+06 ... 2.45e+06
array([2450000.00573933, 2450000.00725444, 2450000.00876956, 2450000.01028468, 2450000.0117998 , 2450000.01331492, 2450000.01483003, 2450000.01634515, 2450000.01786027, 2450000.01937539, 2450000.0208905 , 2450000.02240562, 2450000.02392074, 2450000.02543586, 2450000.02695098, 2450000.02846609, 2450000.02998121, 2450000.03149633, 2450000.03301145, 2450000.03452657, 2450000.03604168, 2450000.0375568 , 2450000.03907192, 2450000.04058704, 2450000.04210215, 2450000.04361727, 2450000.04513239, 2450000.04664751, 2450000.04816263, 2450000.04967775, 2450000.05119286, 2450000.05270798, 2450000.0542231 , 2450000.05573822, 2450000.05725334, 2450000.05876845, 2450000.06028357, 2450000.06179869, 2450000.06331381, 2450000.06482893, 2450000.06634405, 2450000.06785916, 2450000.06937428, 2450000.0708894 , 2450000.07240452, 2450000.07391964, 2450000.07543475, 2450000.07694987, 2450000.07846499, 2450000.07998011, 2450000.08149523, 2450000.08301035, 2450000.08452546, 2450000.08604058, 2450000.0875557 , 2450000.08907082, 2450000.09058594, 2450000.09210106, 2450000.09361617, 2450000.09513129, 2450000.09664641, 2450000.09816153, 2450000.09967665, 2450000.10119177, 2450000.10270688, 2450000.104222 , 2450000.10573712, 2450000.10725224, 2450000.10876736, 2450000.11028248, 2450000.1117976 , 2450000.11331271, 2450000.11482783, 2450000.11634295, 2450000.11785807, 2450000.11937319, 2450000.12088831, 2450000.12240343, 2450000.12391854, 2450000.12543366, 2450000.12694878, 2450000.1284639 , 2450000.12997902, 2450000.13149414, 2450000.13300925, 2450000.13452437, 2450000.13603949, 2450000.13755461, 2450000.13906973, 2450000.14058485, 2450000.14209997, 2450000.14361509, 2450000.1451302 , 2450000.14664532, 2450000.14816044, 2450000.14967556, 2450000.15119068, 2450000.1527058 , 2450000.15422092, 2450000.15573603]) - flip(time)float64nan nan nan nan ... nan nan nan nan
array([nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan, nan]) - fwhm(time)float643.568 3.568 3.568 ... 3.568 3.568
array([3.56772046, 3.56771912, 3.56771868, 3.5677189 , 3.56772049, 3.56771894, 3.56772063, 3.56772053, 3.56772213, 3.56771909, 3.56772167, 3.56772022, 3.56771816, 3.56772045, 3.56771921, 3.56772071, 3.56771905, 3.56771994, 3.56772014, 3.56771971, 3.56771967, 3.56771925, 3.56771883, 3.56772041, 3.56772243, 3.56772153, 3.56771932, 3.56772016, 3.56771967, 3.56772044, 3.56772043, 3.56772025, 3.5677202 , 3.56771832, 3.56772212, 3.56772047, 3.56772324, 3.56772029, 3.56772222, 3.56771958, 3.56772033, 3.56771991, 3.5677215 , 3.56771956, 3.56772012, 3.56771928, 3.56772024, 3.5677215 , 3.56772013, 3.56772041, 3.56772204, 3.56771983, 3.56772215, 3.56772049, 3.56771978, 3.56771867, 3.56772039, 3.56771871, 3.56772032, 3.56772273, 3.56771777, 3.56772237, 3.5677197 , 3.56771952, 3.56772202, 3.5677215 , 3.56772004, 3.56772034, 3.56771966, 3.56771995, 3.5677199 , 3.56771895, 3.56772273, 3.56772233, 3.56771842, 3.56772011, 3.56771965, 3.56772014, 3.56771942, 3.56771939, 3.56771941, 3.56771891, 3.56772214, 3.56772152, 3.56772092, 3.56772251, 3.56772152, 3.56772046, 3.56771887, 3.56771966, 3.56772017, 3.5677188 , 3.56771959, 3.56772214, 3.5677208 , 3.56771979, 3.56771719, 3.56772233, 3.56771806, 3.5677184 ]) - fwhmx(time)float643.594 3.594 3.594 ... 3.594 3.594
array([3.59392118, 3.59391968, 3.59391932, 3.59391921, 3.59392119, 3.59391936, 3.59392142, 3.59392124, 3.59392149, 3.59391979, 3.59392135, 3.59392098, 3.59391909, 3.59392169, 3.59391963, 3.59392142, 3.59392012, 3.593921 , 3.59392089, 3.59392028, 3.59391983, 3.59391969, 3.59391909, 3.59392112, 3.59392245, 3.5939215 , 3.59392028, 3.59392036, 3.59392003, 3.59391995, 3.59392114, 3.59392023, 3.59392112, 3.59391854, 3.59392322, 3.59391999, 3.59392319, 3.59392064, 3.5939222 , 3.59392028, 3.59392094, 3.59392024, 3.59392215, 3.59391986, 3.59392035, 3.59392002, 3.59392108, 3.59392183, 3.5939209 , 3.59392115, 3.59392308, 3.5939203 , 3.59392183, 3.59392122, 3.5939203 , 3.59391892, 3.59392053, 3.59391935, 3.59392031, 3.59392393, 3.59391813, 3.59392356, 3.5939202 , 3.59392018, 3.59392291, 3.59392209, 3.5939207 , 3.59392061, 3.59392015, 3.59392023, 3.59391999, 3.5939196 , 3.59392303, 3.59392237, 3.59391872, 3.59392086, 3.59392006, 3.59392046, 3.59391984, 3.5939198 , 3.59392009, 3.59391917, 3.59392188, 3.59392146, 3.5939216 , 3.59392286, 3.59392226, 3.5939197 , 3.59391941, 3.59392018, 3.59391989, 3.59391931, 3.59392026, 3.59392212, 3.5939213 , 3.59391947, 3.59391803, 3.59392236, 3.59391866, 3.59391905]) - fwhmy(time)float643.542 3.542 3.542 ... 3.542 3.542
array([3.54151975, 3.54151855, 3.54151804, 3.54151858, 3.54151979, 3.54151852, 3.54151985, 3.54151982, 3.54152278, 3.54151839, 3.54152199, 3.54151946, 3.54151722, 3.5415192 , 3.5415188 , 3.54152 , 3.54151797, 3.54151888, 3.54151939, 3.54151914, 3.54151951, 3.54151881, 3.54151857, 3.5415197 , 3.54152242, 3.54152156, 3.54151837, 3.54151996, 3.54151932, 3.54152093, 3.54151972, 3.54152026, 3.54151928, 3.54151809, 3.54152102, 3.54152095, 3.54152329, 3.54151995, 3.54152224, 3.54151889, 3.54151972, 3.54151959, 3.54152085, 3.54151926, 3.54151989, 3.54151854, 3.54151941, 3.54152117, 3.54151936, 3.54151966, 3.541521 , 3.54151936, 3.54152247, 3.54151976, 3.54151926, 3.54151841, 3.54152026, 3.54151807, 3.54152034, 3.54152154, 3.5415174 , 3.54152117, 3.5415192 , 3.54151887, 3.54152112, 3.54152091, 3.54151939, 3.54152007, 3.54151916, 3.54151968, 3.54151982, 3.54151831, 3.54152242, 3.54152228, 3.54151811, 3.54151936, 3.54151923, 3.54151981, 3.54151901, 3.54151897, 3.54151872, 3.54151864, 3.54152241, 3.54152159, 3.54152024, 3.54152216, 3.54152077, 3.54152122, 3.54151832, 3.54151915, 3.54152044, 3.54151829, 3.54151891, 3.54152217, 3.54152031, 3.54152011, 3.54151635, 3.54152229, 3.54151745, 3.54151774]) - dx(time)float640.0 -2.386 ... -0.1823 0.07831
array([ 0. , -2.38558808, 0.3064255 , -2.91026009, 1.08619139, 3.17410802, 0.35087248, -2.0890162 , -1.30898146, 0.81620014, -0.71346504, -2.77511969, -1.08102872, 1.31966293, 3.14314004, 1.56424938, -1.04302203, 3.30989104, 2.5631694 , 0.66361733, -1.53790765, -2.09161638, 0.31977763, 2.8781642 , 0.82081726, 0.20159908, 2.43148124, -2.40038696, -0.64163698, -0.52289538, 1.77868021, 2.87532869, 0.65623543, -1.712372 , -2.33688697, 0.88350129, -0.36622546, 1.51230271, 1.81816161, -1.91785362, -1.37603313, 1.36183194, -1.87216385, -2.53213994, 1.47343361, 0.2390924 , 2.39222943, 0.55251133, 2.76057677, 3.06880102, 2.72431174, 0.4304627 , 3.26835837, 1.59996666, -2.88413624, -0.61709001, 0.50567783, 2.58265925, 3.2242936 , 0.61544919, 0.13559015, 2.43240216, 2.20030424, -1.67984651, 0.89825841, 3.01570144, -0.14385537, -1.34020406, -1.01949922, 0.14833796, 1.98691721, 1.82023176, -0.19467623, 0.7113714 , 1.27141231, -1.80372206, -1.86603446, 2.54578248, 0.21381292, 0.09051944, -2.05186671, -0.70135674, 2.59764848, 1.71096465, -2.04560871, -3.21132127, 2.92345469, -0.12624811, 0.35578747, -2.60849353, -1.44337264, 1.15199268, 1.78686615, 0.74806903, 0.95161669, 2.48177208, 0.11783925, 1.75795729, -0.18230528, 0.07830818]) - dy(time)float640.0 3.764 4.221 ... 3.019 2.686
array([ 0. , 3.76353618, 4.22076686, 2.93172406, 1.42871256, 4.85737523, 0.34338094, 1.85355848, 1.52555359, 4.88702727, 0.78450173, 2.02225953, 4.44481422, 2.77160968, 1.13330442, 2.92547316, 4.88585861, 3.09111389, 2.07235415, 3.84063743, 4.86376332, 3.3361976 , 3.49608834, -0.3044305 , 1.23596737, 1.76868052, 3.56091893, 3.02861309, 3.65449058, -0.01705816, 1.65892566, 2.43955377, 3.6864293 , 3.76482987, 1.82828283, 2.51440905, 1.15416022, 3.79094024, 2.31806979, 3.98965427, 3.24202005, 0.54293346, 2.05897268, 3.6645918 , 2.86363338, 4.27972145, 1.25796307, 1.93362975, 5.14041144, 1.15124328, -0.16113447, 4.68231803, 0.77440544, 1.557567 , 3.32716641, 3.65270412, 2.84705271, 3.05706521, 2.7512327 , 0.85563631, 4.26154191, -0.2315565 , 5.31807321, 0.27455519, -0.23061754, 0.0830553 , 5.10377225, 3.02001163, 3.21401366, 5.01091074, 4.85184459, -0.30479252, 0.15433446, 0.11303951, -0.22026598, 3.73782106, 3.89820728, 2.87123037, 3.27899754, 2.89060608, 1.78744932, 3.49690579, 0.13779698, 1.10721134, 1.97200169, 0.20482497, -0.19775617, 3.61788699, 2.48109334, 1.54513782, 4.53053223, 2.32970592, 5.12005811, 2.22722672, 0.83624742, 3.99594781, 3.88084079, 0.22375624, 3.01858646, 2.68558238]) - airmass(time)int641 1 1 1 1 1 1 1 ... 1 1 1 1 1 1 1 1
array([1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]) - exposure(time)float641.0 1.0 1.0 1.0 ... 1.0 1.0 1.0 1.0
array([1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.]) - path(time)object'/Users/lgrcia/code/prose-docs/s...
array(['/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-0.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-1.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-2.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-3.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-4.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-5.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-6.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-7.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-8.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-9.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-10.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-11.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-12.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-13.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-14.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-15.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-16.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-17.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-18.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-19.fits', ... '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-81.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-82.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-83.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-84.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-85.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-86.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-87.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-88.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-89.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-90.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-91.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-92.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-93.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-94.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-95.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-96.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-97.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-98.fits', '/Users/lgrcia/code/prose-docs/source/notebooks/tutorials/tutorial_dataset/fake-im-99.fits'], dtype=object) - sky(time)float64300.3 300.2 300.2 ... 299.9 300.1
array([300.33358828, 300.24643694, 300.19026294, 300.10322184, 299.77850503, 300.15966624, 299.79727219, 299.93715704, 299.84975881, 300.26396151, 299.45741991, 299.89604983, 300.07863016, 300.28553046, 300.2225105 , 300.05819903, 300.20567016, 299.83406674, 299.77637339, 300.18553343, 300.06854887, 299.9474951 , 300.27830038, 300.32144013, 300.68644889, 300.26807479, 299.8861114 , 300.42111644, 299.94609841, 300.41862369, 300.06907006, 299.89584014, 300.69866164, 300.13074116, 299.94715364, 299.94873544, 299.92009911, 300.02695599, 300.13091072, 300.1762975 , 300.0062598 , 300.48019558, 299.86701661, 300.52858756, 300.38999332, 300.05007048, 300.14188112, 299.8463647 , 300.12078918, 300.12128479, 300.3143596 , 300.26257969, 299.90357354, 299.9196207 , 300.03872502, 299.69593592, 300.02555361, 300.31488537, 300.20301057, 299.87482889, 299.97546567, 300.11229394, 299.85396628, 299.87483113, 300.10637844, 300.37778246, 300.01221029, 300.23991531, 300.27827965, 300.17227458, 300.13408625, 299.91958713, 300.33719992, 299.42047305, 300.05153551, 299.92460677, 300.2440425 , 299.78642646, 299.91461697, 299.98963675, 300.3298671 , 299.95726486, 300.45127595, 300.22246753, 300.26723635, 300.35498517, 299.870513 , 300.15622227, 299.98594011, 299.9553161 , 299.97577512, 299.58635676, 300.12035274, 300.10844075, 299.97255876, 300.28431132, 299.56213455, 299.93435989, 299.91343177, 300.08946328]) - raw_fluxes(apertures, star, time)float642.337e+04 2.177e+04 ... 4.899e+03
array([[[2.33739636e+04, 2.17730928e+04, 2.43481570e+04, ..., 2.42877850e+04, 2.41507084e+04, 2.40905126e+04], [1.67820166e+04, 1.61148450e+04, 1.58459150e+04, ..., 1.77877039e+04, 1.80949658e+04, 1.62683609e+04], [1.24187486e+04, 1.20741388e+04, 1.15078150e+04, ..., 1.26830543e+04, 1.32031291e+04, 1.21805346e+04], ..., [1.08045331e+02, 9.37990889e+01, 9.23935627e+01, ..., 7.71223767e+01, 9.65926641e+01, 9.27015915e+01], [6.41189242e+01, 6.26438463e+01, 9.82188920e+01, ..., 6.90569235e+01, 9.57379163e+01, 7.32852585e+01], [7.39783518e+01, 6.82954118e+01, 4.87229948e+01, ..., 6.68211302e+01, 7.37610508e+01, 7.32022767e+01]], [[2.37951689e+05, 2.42184779e+05, 2.37957315e+05, ..., 2.54753453e+05, 2.54584738e+05, 2.53469262e+05], [1.65825398e+05, 1.68341758e+05, 1.69172496e+05, ..., 1.77160330e+05, 1.75801842e+05, 1.78591819e+05], [1.22021314e+05, 1.24157519e+05, 1.25583906e+05, ..., 1.30445978e+05, 1.28223103e+05, 1.30478553e+05], ... [3.76327356e+03, 5.90318123e+03, 7.09374016e+03, ..., 3.48876865e+03, 1.80375581e+03, 2.81990737e+03], [8.82378322e+02, 5.29886523e+03, 4.15261802e+03, ..., 3.55715515e+03, 6.81329451e+03, 4.20227082e+03], [3.88673757e+03, 3.86514447e+03, 6.30796901e+02, ..., 2.16371535e+03, 4.55540651e+03, 4.81213176e+03]], [[1.01801362e+06, 1.02508266e+06, 1.02864960e+06, ..., 1.08992209e+06, 1.08591561e+06, 1.08142342e+06], [7.12457274e+05, 7.17626568e+05, 7.18751830e+05, ..., 7.62464225e+05, 7.61834310e+05, 7.58975903e+05], [5.28710840e+05, 5.28738583e+05, 5.31177651e+05, ..., 5.60728226e+05, 5.57465221e+05, 5.57580578e+05], ..., [3.71451064e+03, 5.74000829e+03, 7.35903680e+03, ..., 3.65406461e+03, 1.73821705e+03, 2.46722201e+03], [5.59297269e+02, 5.28302397e+03, 4.00042650e+03, ..., 3.38834700e+03, 6.98822327e+03, 4.05288963e+03], [3.95719485e+03, 3.66673357e+03, 5.78891509e+02, ..., 2.24309364e+03, 4.51244898e+03, 4.89947060e+03]]]) - raw_errors(apertures, star, time)float64153.4 148.1 ... 1.56e+03 1.561e+03
array([[[ 153.38505761, 148.07454223, 156.52830977, ..., 156.3350159 , 155.89596592, 155.7030087 ], [ 130.13465648, 127.54537368, 126.48663875, ..., 133.94236109, 135.08445349, 128.14552376], [ 112.12386396, 110.57629076, 107.98504437, ..., 113.29565933, 115.5680444 , 111.05606221], ..., [ 16.15727637, 15.70911808, 15.66359918, ..., 15.16491141, 15.79355671, 15.67213923], [ 14.7353715 , 14.684044 , 15.8484595 , ..., 14.8966132 , 15.76647347, 15.03993401], [ 15.06620724, 14.87523828, 14.20132991, ..., 14.82137954, 15.05339895, 15.03717505]], [[ 489.72593855, 494.02849669, 489.73096124, ..., 506.58789186, 506.42124099, 505.31956695], [ 409.51825845, 412.57863993, 413.58384353, ..., 423.12902144, 421.52055383, 424.81810459], [ 351.99590845, 355.01675371, 357.01961506, ..., 363.76340743, 360.69493826, 363.80923005], ... [1481.86657298, 1482.41956637, 1482.71224952, ..., 1480.99983189, 1480.39023874, 1481.07484502], [1480.89420449, 1482.21572477, 1481.72011282, ..., 1481.02291966, 1482.08123855, 1481.54144728], [1481.90823067, 1481.73200478, 1480.53121264, ..., 1480.55241338, 1481.31931388, 1481.74725272]], [[1857.45302675, 1859.20555906, 1860.06833327, ..., 1876.03188601, 1874.92820355, 1874.02923037], [1773.29506939, 1774.59550779, 1774.81166279, ..., 1786.62748549, 1786.41385646, 1785.92778144], [1720.70595079, 1720.55259451, 1721.15724438, ..., 1729.24890438, 1728.26658179, 1728.62451533], ..., [1560.71542546, 1561.18629769, 1561.59010168, ..., 1559.88064016, 1559.22364445, 1559.81709154], [1559.70427514, 1561.0399328 , 1560.51434962, ..., 1559.79546542, 1560.90626869, 1560.32529515], [1560.79317127, 1560.52215024, 1559.4176799 , ..., 1559.42830569, 1560.11301044, 1560.59655506]]]) - apertures_area(apertures, time)float640.4009 0.4009 ... 2.47e+03 2.47e+03
array([[4.00889949e-01, 4.00889949e-01, 4.00889949e-01, ..., 4.00889949e-01, 4.00889949e-01, 4.00889949e-01], [4.91090187e+00, 4.91090187e+00, 4.91090187e+00, ..., 4.91090187e+00, 4.91090187e+00, 4.91090187e+00], [1.44320382e+01, 1.44320382e+01, 1.44320382e+01, ..., 1.44320382e+01, 1.44320382e+01, 1.44320382e+01], ..., [2.16570773e+03, 2.16570773e+03, 2.16570773e+03, ..., 2.16570773e+03, 2.16570773e+03, 2.16570773e+03], [2.31554034e+03, 2.31554034e+03, 2.31554034e+03, ..., 2.31554034e+03, 2.31554034e+03, 2.31554034e+03], [2.47038409e+03, 2.47038409e+03, 2.47038409e+03, ..., 2.47038409e+03, 2.47038409e+03, 2.47038409e+03]]) - apertures_radii(apertures, time)float640.3572 0.3572 ... 28.04 28.04
array([[ 0.35722155, 0.35722155, 0.35722155, ..., 0.35722155, 0.35722155, 0.35722155], [ 1.25027542, 1.25027542, 1.25027542, ..., 1.25027542, 1.25027542, 1.25027542], [ 2.14332928, 2.14332928, 2.14332928, ..., 2.14332928, 2.14332928, 2.14332928], ..., [26.25578373, 26.25578373, 26.25578373, ..., 26.25578373, 26.25578373, 26.25578373], [27.1488376 , 27.1488376 , 27.1488376 , ..., 27.1488376 , 27.1488376 , 27.1488376 ], [28.04189147, 28.04189147, 28.04189147, ..., 28.04189147, 28.04189147, 28.04189147]]) - annulus_rin(time)float6417.86 17.86 17.86 ... 17.86 17.86
array([17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737, 17.86107737]) - annulus_rout(time)float6428.58 28.58 28.58 ... 28.58 28.58
array([28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379, 28.57772379]) - annulus_area(time)float641.563e+03 1.563e+03 ... 1.563e+03
array([1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969, 1563.47079969]) - peaks(star, time)float645.909e+04 5.646e+04 ... 484.1 482.1
array([[59085.57482515, 56463.02900253, 61036.75526962, ..., 61317.40894048, 61331.90739225, 61232.95123045], [42220.17096361, 41300.20588161, 40255.3215359 , ..., 44780.56426191, 45436.80959335, 41907.36874738], [31277.60226632, 30859.44062051, 29745.3559997 , ..., 32280.45435159, 33233.67492091, 31575.02044774], ..., [ 569.53146618, 538.75340545, 538.54722116, ..., 498.87943035, 541.78226674, 531.69771559], [ 507.87942856, 477.93174396, 544.4011816 , ..., 479.03408966, 544.79280752, 509.39948756], [ 484.25630283, 480.34836744, 497.63969792, ..., 473.73191869, 484.11640367, 482.07531047]]) - diff_fluxes(apertures, star, time)float640.9741 0.9391 1.085 ... 1.446 1.573
array([[[0.9741159 , 0.93907385, 1.08479176, ..., 0.97277102, 0.94005336, 1.02958746], [0.9925379 , 0.9802814 , 1.01135876, ..., 1.03009394, 1.00661104, 0.98097568], [1.0075182 , 1.02011525, 0.98876881, ..., 0.97078525, 0.99343238, 1.01939327], ..., [1.16221032, 1.04418801, 1.06248413, ..., 0.7972666 , 0.97043674, 1.02259779], [0.83915394, 0.84846745, 1.37420795, ..., 0.86857451, 1.17026373, 0.9835829 ], [1.12071519, 1.07073868, 0.7890901 , ..., 0.97285668, 1.04366726, 1.13724524]], [[1.00795328, 1.00938941, 0.98368625, ..., 1.00975579, 1.02171467, 1.00050272], [0.99856517, 0.99627651, 0.98982138, ..., 0.99792258, 1.0074377 , 1.00573483], [1.0014369 , 1.0037374 , 1.01028329, ..., 1.00208175, 0.99261721, 0.99429787], ... [1.01433874, 1.58404755, 1.89769454, ..., 0.88240605, 0.45767652, 0.71699551], [0.24677319, 1.47533584, 1.15265393, ..., 0.93352302, 1.7937585 , 1.10864257], [1.32199756, 1.3088083 , 0.21294566, ..., 0.69059693, 1.4586001 , 1.54400007]], [[0.99900715, 1.00229894, 1.002686 , ..., 1.00396352, 1.00360828, 1.00123581], [0.99053928, 0.99767387, 0.99464994, ..., 0.99953532, 1.00455528, 1.00057913], [1.00955108, 1.00233155, 1.00537884, ..., 1.0004649 , 0.99546537, 0.9994212 ], ..., [0.99976019, 1.53932431, 1.96742277, ..., 0.92316201, 0.440607 , 0.62651007], [0.15678469, 1.47559406, 1.11390902, ..., 0.89157173, 1.84493413, 1.0718927 ], [1.34689575, 1.24350999, 0.19571595, ..., 0.71664062, 1.44647857, 1.57333534]]]) - diff_errors(apertures, star, time)float640.01026 0.01002 ... 0.4904 0.4906
array([[[0.01026092, 0.01002493, 0.01012537, ..., 0.0104529 , 0.01054273, 0.01024073], [0.01155797, 0.01136885, 0.01117464, ..., 0.01177074, 0.01194867, 0.01141992], [0.01155797, 0.01136885, 0.01117464, ..., 0.01177074, 0.01194867, 0.01141992], ..., [0.16888309, 0.16420326, 0.16372192, ..., 0.15854335, 0.16510424, 0.16381943], [0.18735283, 0.18669566, 0.20146838, ..., 0.18940561, 0.20045009, 0.19121375], [0.2216767 , 0.21886577, 0.20895872, ..., 0.21808505, 0.22149887, 0.22124653]], [[0.00310012, 0.00312605, 0.00312434, ..., 0.00320475, 0.00319139, 0.00320529], [0.0034696 , 0.00349775, 0.00351276, ..., 0.0035853 , 0.00356208, 0.00359161], [0.0034696 , 0.00349775, 0.00351276, ..., 0.0035853 , 0.00356208, 0.00359161], ... [0.3687469 , 0.3688845 , 0.36895734, ..., 0.36853135, 0.36837965, 0.36855 ], [0.38235651, 0.38269771, 0.38256975, ..., 0.38238985, 0.38266308, 0.38252372], [0.46533409, 0.46527876, 0.46490171, ..., 0.46490845, 0.46514926, 0.46528363]], [[0.00316391, 0.00316524, 0.00316626, ..., 0.00318625, 0.0031848 , 0.00318443], [0.00378857, 0.00378937, 0.00379039, ..., 0.00381091, 0.00380937, 0.00380949], [0.00378857, 0.00378937, 0.00379039, ..., 0.00381091, 0.00380937, 0.00380949], ..., [0.38794694, 0.38806398, 0.38816435, ..., 0.38773955, 0.38757624, 0.38772375], [0.40379113, 0.40413691, 0.40400085, ..., 0.40381485, 0.4041024 , 0.403952 ], [0.49061678, 0.49053159, 0.49018443, ..., 0.49018785, 0.49040306, 0.49055505]]]) - comps(apertures, ncomps)int641 2 1 2 2 1 2 1 ... 2 1 2 1 2 1 2 1
array([[1, 2], [1, 2], [2, 1], [2, 1], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [1, 2], [2, 1], [2, 1], [2, 1], [2, 1], [2, 1]]) - weights(apertures, ncomps)int641 1 1 1 1 1 1 1 ... 1 1 1 1 1 1 1 1
array([[1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1], [1, 1]]) - alc(apertures, time)float640.9706 0.9378 ... 0.9806 0.9789
array([[0.97057735, 0.93784009, 0.90787935, ..., 1.00991706, 1.03916806, 0.94643592], [0.91357262, 0.92850188, 0.93613211, ..., 0.97633399, 0.96426726, 0.98039641], [0.91701723, 0.92642337, 0.93473224, ..., 0.97782998, 0.97102404, 0.97980195], ..., [0.92315986, 0.92719824, 0.93000336, ..., 0.98372373, 0.98120224, 0.97862796], [0.92319086, 0.92731359, 0.93016006, ..., 0.98381269, 0.98068116, 0.97864938], [0.92351513, 0.92687388, 0.92974003, ..., 0.98386735, 0.98059769, 0.97885513]])
- SIMPLE :
- 1
- BITPIX :
- -64
- NAXIS :
- 2
- NAXIS1 :
- 600
- NAXIS2 :
- 600
- TELESCOP :
- A
- EXPTIME :
- 1
- FILTER :
- a
- OBJECT :
- prose
- IMAGETYP :
- stack
- AIRMASS :
- 1
- JD :
- 2450000.0
- RA :
- 12.84412
- DEC :
- -22.85886
- DATE-OBS :
- 2022-07-15T15:37:34.614
- WCSAXES :
- 2
- CRPIX1 :
- -40.0
- CRPIX2 :
- -40.0
- CDELT1 :
- 1.0
- CDELT2 :
- 1.0
- CRVAL1 :
- 0.0
- CRVAL2 :
- 0.0
- LATPOLE :
- 90.0
- WCSNAME :
- DEFAULTS
- MJDREF :
- 0.0
- MJD-OBS :
- 59775.651095069
- BZERO :
- 0
- REDDATE :
- 2022-07-28T15:15:55.055
- NIMAGES :
- 100
- telescope :
- A
- filter :
- a
- exptime :
- 1
- name :
- prose
- date :
- 2022-07-15
- time_format :
- bjd_tdb
- photometry :
- ['Calibration', 'Trim', 'SegmentedPeaks', 'Cutouts', 'MedianPSF', 'Moffat2D', 'LimitStars', 'Twirl', 'Set', 'AffineTransform', 'BalletCentroid', 'PhotutilsAperturePhotometry', 'Peaks', 'XArray', 'AffineTransform', 'Stack']
- target :
- 0
- method_diff :
- broeg
- aperture :
- 7
All the information is self contained in the structure above from which you can retrieve any data, like:
[2]:
obs.sky
[2]:
array([300.33358828, 300.24643694, 300.19026294, 300.10322184,
299.77850503, 300.15966624, 299.79727219, 299.93715704,
299.84975881, 300.26396151, 299.45741991, 299.89604983,
300.07863016, 300.28553046, 300.2225105 , 300.05819903,
300.20567016, 299.83406674, 299.77637339, 300.18553343,
300.06854887, 299.9474951 , 300.27830038, 300.32144013,
300.68644889, 300.26807479, 299.8861114 , 300.42111644,
299.94609841, 300.41862369, 300.06907006, 299.89584014,
300.69866164, 300.13074116, 299.94715364, 299.94873544,
299.92009911, 300.02695599, 300.13091072, 300.1762975 ,
300.0062598 , 300.48019558, 299.86701661, 300.52858756,
300.38999332, 300.05007048, 300.14188112, 299.8463647 ,
300.12078918, 300.12128479, 300.3143596 , 300.26257969,
299.90357354, 299.9196207 , 300.03872502, 299.69593592,
300.02555361, 300.31488537, 300.20301057, 299.87482889,
299.97546567, 300.11229394, 299.85396628, 299.87483113,
300.10637844, 300.37778246, 300.01221029, 300.23991531,
300.27827965, 300.17227458, 300.13408625, 299.91958713,
300.33719992, 299.42047305, 300.05153551, 299.92460677,
300.2440425 , 299.78642646, 299.91461697, 299.98963675,
300.3298671 , 299.95726486, 300.45127595, 300.22246753,
300.26723635, 300.35498517, 299.870513 , 300.15622227,
299.98594011, 299.9553161 , 299.97577512, 299.58635676,
300.12035274, 300.10844075, 299.97255876, 300.28431132,
299.56213455, 299.93435989, 299.91343177, 300.08946328])
The underlying structure supporting this labelled array is called an xarray