[NbConvertApp] Converting notebook /home/aavsonet/scripts/reports/pipeline_report.ipynb to HTML [NbConvertApp] Executing notebook with kernel: python3 pipeline_report

Telescope oc61 date 220417 (yymmdd)

Run at 05/14/2022 12:32:59 EDT

Warnings and Errors

INFO 150 total images for oc61 on 220417
WARNING 89 images not plate solved at observatory
WARNING 3 images suspected over exposed
WARNING 28 images without target object photometry
WARNING 7 dark masters more than 180 days old
WARNING 2 flat masters more than 15 days old

INFO total images: Number of images processed during the pipeline run

ERROR IMAGE FILE MISSING: This is a serious error. It could be the result of a disk failure or defect in the pipeline scripts.

WARNING images not plate solved at observatory: This indicates images that may of poor quality or under exposed. Good quality images should be plate solved.

WARNING images suspected over exposed: The target object maxadu is over the linearity limit for the camera.

WARNING images without target object photometry: The pipeline performs full frame photometry on every image. This error indicates no photometric result was found that lies with 15 arcsec of the target object. This may be expected for extended objects. For point objects it may indicate a poor-quality image, bad exposure, etc. It makes it more likely the requestor will be not be getting good photometry.

ERROR images with invalid binning: This is a serious error since the pipeline cannot handle multiple binning levels for a given telescope. These images do not get properly processed and will be unusable.

ERROR images with invalid read mode: This indicates the camera configuration at the observatory has changed from its standard and the images are likely out of sync with the calibration images.

ERROR images with invalid image type: This is likely a due to calibration images getting stored on the telescope computer in the wrong directory and getting transferred to the pipeline as science images.

WARNING images with target off center: This indicates that, for plate solved images, the target is 25% of the radius of the image from the center of the frame. This may be intentional as when it is off center to include comp stars. However, it may indicate problems with the telescope pointing.

ERROR images with duplicate times: The frame date and time are identical to another image. This is not possible and represents an error in the pipeline processing.

ERROR Dark and Bias must be at the same temperature: The set of bias and dark calibration masters selected were not at the same temperature. This needs to be investigate and corrected. See calibration file section of this report for more information.

ERROR Science images must be at the same temperature: The science images were taken at more than one temperature. The pipeline will pick the most majority temperature and apply calibration images for that temperature to all images. See the CCD set point section of this report for more information.

WARNING dark masters more than 180 days old: The dark and bias master files in use are getting old. Consider getting new ones. See Calibration File Age section for details.

WARNING flat masters more than 15 days old: The flat master file(s) in use are getting old. Consider getting new ones. See Calibration File Age section for details.

Calibration File Age in Days

Filters used this night B,SG,SI,SR,V
datenite imagetyp filename set_temp filter binning exptime storage_loc Age(d) Active
210919 bias oc61/oc61/calibration/210919/bias_temp-20_bin2.fits -20.0 None 2 None s3 211 Y
210919 dark oc61/oc61/calibration/210919/dark_1.0sec_temp-20_bin2.fits -20.0 None 2 1.00 s3 211 Y
210919 dark oc61/oc61/calibration/210919/dark_3.0sec_temp-20_bin2.fits -20.0 None 2 3.00 s3 211 Y
210919 dark oc61/oc61/calibration/210919/dark_10.0sec_temp-20_bin2.fits -20.0 None 2 10.00 s3 211 Y
210919 dark oc61/oc61/calibration/210919/dark_30.0sec_temp-20_bin2.fits -20.0 None 2 30.00 s3 211 Y
210919 dark oc61/oc61/calibration/210919/dark_100.0sec_temp-20_bin2.fits -20.0 None 2 100.00 s3 211 Y
210919 dark oc61/oc61/calibration/210919/dark_300.0sec_temp-20_bin2.fits -20.0 None 2 300.00 s3 211 Y
220506 flat oc61/oc61/calibration/220506/flatV_bin2.fits NaN V 2 None fs -18 Y
220429 flat oc61/oc61/calibration/220429/flatB_bin2.fits NaN B 2 None fs -11 Y
220429 flat oc61/oc61/calibration/220429/flatSI_bin2.fits NaN SI 2 None fs -11 Y
220330 flat oc61/oc61/calibration/220330/flatSG_bin2.fits NaN SG 2 None s3 19 Y
220305 flat oc61/oc61/calibration/220305/flatSR_bin2.fits NaN SR 2 None s3 44 Y
200128 bias oc61/oc61/calibration/200128/bias.fits -25.0 None 2 0.00 s3 811
200107 bias oc61/oc61/calibration/200107/bias.fits -30.0 None 2 0.00 s3 832
200128 dark oc61/oc61/calibration/200128/dark1.fits -25.0 None 2 1.00 s3 811
200128 dark oc61/oc61/calibration/200128/dark3.fits -25.0 None 2 3.00 s3 811
200128 dark oc61/oc61/calibration/200128/dark10.fits -25.0 None 2 10.00 s3 811
200128 dark oc61/oc61/calibration/200128/dark30.fits -25.0 None 2 30.00 s3 811
200128 dark oc61/oc61/calibration/200128/dark100.fits -25.0 None 2 100.00 s3 811
200128 dark oc61/oc61/calibration/200128/dark300.fits -25.0 None 2 300.00 s3 811
200107 dark oc61/oc61/calibration/200107/dark1.fits -30.0 None 2 1.00 s3 832
200107 dark oc61/oc61/calibration/200107/dark3.fits -30.0 None 2 3.00 s3 832
200107 dark oc61/oc61/calibration/200107/dark10.fits -30.0 None 2 10.00 s3 832
200107 dark oc61/oc61/calibration/200107/dark30.fits -30.0 None 2 30.00 s3 832
200107 dark oc61/oc61/calibration/200107/dark100.fits -30.0 None 2 100.00 s3 832
200107 dark oc61/oc61/calibration/200107/dark300.fits -30.0 None 2 300.00 s3 832

CCD set point vs operating temperature

Maximum delta temperature SET - CCD 0.06 C
/usr/lib/python3/dist-packages/matplotlib/cbook/__init__.py:1402: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  ndim = x[:, None].ndim
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:276: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  x = x[:, np.newaxis]
/usr/lib/python3/dist-packages/matplotlib/axes/_base.py:278: FutureWarning: Support for multi-dimensional indexing (e.g. `obj[:, None]`) is deprecated and will be removed in a future version.  Convert to a numpy array before indexing instead.
  y = y[:, np.newaxis]

Pointing Performance

Suspected Over Exposed Images

Updating '/home/aavsonet/plans':
At revision 3084.
not here: /home/aavsonet/plans/oc61/.csv
DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp ChgCSV
2022-04-17 09:07:11 U_Men SI 10.000 1.46 6.631 0.001 62832 7.00 no plan

Suspected Under Exposed Images

DateTime project_ objid filter exptime airmass fwhm instmag err maxadu new_exp
2022-04-17 08:10:56 2MASS_J07092139-1029344 SI 300.000 1.38 5.88 11.937 0.064 845
2022-04-17 07:56:56 ASASSN-20da B 30.000 1.55 13.574 0.186 1251
2022-04-17 07:56:12 ASASSN-20da SI 15.000 1.55 4.73 13.600 0.174 1125
2022-04-17 10:16:47 DD_Cir B 200.000 1.21 12.202 0.081 3371
2022-04-17 10:26:32 DD_Cir V 100.000 1.20 5.28 14.056 0.404 704
2022-04-17 10:54:51 HY_Lup B 200.000 1.11 11.436 0.052 2452
2022-04-17 11:03:56 HY_Lup V 100.000 1.10 13.911 0.343 825
2022-04-17 07:44:59 J1407_Cen SI 30.000 1.84 4.27 14.223 0.398 870
2022-04-17 13:07:02 PNV_J17291350 V 100.000 1.50 7.27 17.182 7.709 1381
2022-04-17 11:46:16 TCP_J17154 B 120.000 1.63 14.835 0.883 942
2022-04-17 12:01:05 TCP_J17154 SR 60.000 1.55 11.855 0.053 806
2022-04-17 11:54:20 TCP_J17154 V 100.000 1.59 12.537 0.111 1024
2022-04-17 07:31:32 TU_Men SG 60.000 1.31 3.66 13.531 0.206 509
2022-04-17 13:30:40 V3890_Sgr V 100.000 1.60 12.141 0.075 967
2022-04-17 09:59:18 V837_Ara V 40.000 1.75 6.16 12.733 0.125 4882
2022-04-17 08:27:11 V838_Mon B 180.000 1.61 6.75 12.113 0.078 1241
2022-04-17 07:10:07 V838_Mon SG 180.000 1.37 6.12 13.593 0.356 2273
2022-04-17 07:23:33 V838_Mon SI 180.000 1.39 5.18 11.773 0.074 7272
2022-04-17 07:13:29 V838_Mon SR 180.000 1.37 5.00 14.382 0.691 777
2022-04-17 08:47:09 V838_Mon V 120.000 1.72 6.62 12.586 0.127 2529
2022-04-17 12:39:30 V841_Oph V 300.000 1.60 12.031 0.147 5967
2022-04-17 09:29:25 V868_Cen B 200.000 1.20 14.061 0.495 1143
2022-04-17 09:33:12 V868_Cen V 100.000 1.20 4.56 12.084 0.067 2517

Images by Target Object

2MASS_J07092139-1029344

AUID 000-BLQ-250

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 08:04:15 SI 60.000 1.35 2.0 a0130.fits Y 5.31 15.309 0.926 222
2022-04-17 08:05:35 SI 300.000 1.36 2.0 a0131.fits Y 5.57 16.427 3.798 766
2022-04-17 08:10:56 SI 300.000 1.38 2.1 a0132.fits Y 5.88 11.937 0.064 845
2022-04-17 08:16:16 SI 300.000 1.40 2.2 a0133.fits Y 5.96 12.218 0.087 1601

ASASSN-20da

AUID 000-BNL-373

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 07:50:13 B 30.000 1.57 -5.9 a0118.fits 10.399 0.012 669
2022-04-17 07:52:04 V 15.000 1.56 -5.9 a0119.fits Y 4.66 9.712 0.007 1366
2022-04-17 07:52:42 SR 15.000 1.56 -5.9 a0120.fits Y 4.51 9.364 0.006 1945
2022-04-17 07:53:20 SI 15.000 1.56 -5.9 a0121.fits Y 4.24 9.893 0.008 1208
2022-04-17 07:54:04 B 30.000 1.56 -5.9 a0122.fits Y 4.83 13.983 0.276 1145
2022-04-17 07:54:56 V 15.000 1.55 -5.9 a0123.fits Y 4.34 9.687 0.007 1514
2022-04-17 07:55:35 SR 15.000 1.55 -5.8 a0124.fits Y 4.36 9.343 0.006 1983
2022-04-17 07:56:12 SI 15.000 1.55 -5.8 a0125.fits Y 4.73 13.600 0.174 1125
2022-04-17 07:56:56 B 30.000 1.55 -5.8 a0126.fits 13.574 0.186 1251
2022-04-17 07:58:48 V 15.000 1.54 -5.8 a0127.fits Y 4.54 9.727 0.007 1305
2022-04-17 07:59:26 SR 15.000 1.54 -5.8 a0128.fits Y 4.49 9.307 0.005 2173
2022-04-17 08:00:03 SI 15.000 1.54 -5.8 a0129.fits Y 4.14 9.839 0.008 1528

ASASSN-V_J170615-3229447

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 11:24:09 B 120.000 1.70 -4.6 a0208.fits 8.592 0.004 3566
2022-04-17 11:27:30 B 120.000 1.67 -4.6 a0209.fits 8.455 0.004 4379
2022-04-17 11:29:50 V 60.000 1.66 -4.5 a0210.fits 8.365 0.003 3997
2022-04-17 11:32:11 V 60.000 1.65 -4.5 a0211.fits 9.684 0.009 3670
2022-04-17 11:33:32 SR 60.000 1.64 -4.5 a0212.fits 7.823 0.003 7008
2022-04-17 11:35:53 SR 60.000 1.62 -4.4 a0213.fits 8.144 0.003 4761
2022-04-17 11:37:11 SI 60.000 1.62 -4.4 a0214.fits 8.493 0.004 3454
2022-04-17 11:39:31 SI 60.000 1.60 -4.4 a0215.fits 8.374 0.003 4531

ASASSN-V_J18165406-2021176

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 13:13:40 B 120.000 1.71 -4.0 a0240.fits 10.203 0.014 1547
2022-04-17 13:17:01 B 120.000 1.68 -3.9 a0241.fits 9.528 0.008 2152
2022-04-17 13:19:21 V 60.000 1.67 -3.9 a0242.fits Y 6.07 9.171 0.006 2584
2022-04-17 13:20:43 V 60.000 1.67 -3.9 a0243.fits 9.258 0.006 2494
2022-04-17 13:23:07 SR 60.000 1.65 -3.8 a0244.fits Y 6.13 8.713 0.004 3497
2022-04-17 13:24:40 SR 60.000 1.64 -3.8 a0245.fits Y 6.27 8.850 0.005 3141
2022-04-17 13:26:02 SI 60.000 1.63 -3.8 a0246.fits Y 6.22 9.295 0.006 2008
2022-04-17 13:27:23 SI 60.000 1.62 -3.8 a0247.fits Y 6.93 9.501 0.007 1644

DD_Cir

AUID 000-BBV-364

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 10:04:24 B 200.000 1.22 -3.3 a0180.fits
2022-04-17 10:09:13 B 200.000 1.22 -3.2 a0181.fits
2022-04-17 10:13:00 B 200.000 1.21 -3.1 a0182.fits
2022-04-17 10:16:47 B 200.000 1.21 -3.0 a0183.fits 12.202 0.081 3371
2022-04-17 10:20:34 B 200.000 1.20 -3.0 a0184.fits 14.680 0.769 1209
2022-04-17 10:24:22 V 100.000 1.20 -2.9 a0185.fits Y 5.61
2022-04-17 10:26:32 V 100.000 1.20 -2.9 a0186.fits Y 5.28 14.056 0.404 704
2022-04-17 10:28:43 V 100.000 1.19 -2.8 a0187.fits Y 5.88
2022-04-17 10:30:55 V 100.000 1.19 -2.8 a0188.fits Y 5.32
2022-04-17 10:33:06 V 100.000 1.19 -2.8 a0189.fits

HY_Lup

AUID 000-BBV-501

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 10:38:40 B 200.000 1.14 -2.8 a0190.fits
2022-04-17 10:43:29 B 200.000 1.13 -2.7 a0191.fits
2022-04-17 10:47:16 B 200.000 1.13 -2.7 a0192.fits
2022-04-17 10:51:03 B 200.000 1.12 -2.6 a0193.fits 15.106 1.214 1225
2022-04-17 10:54:51 B 200.000 1.11 -2.5 a0194.fits 11.436 0.052 2452
2022-04-17 10:58:38 V 100.000 1.11 -2.5 a0195.fits Y 5.75 15.353 1.428 927
2022-04-17 11:00:47 V 100.000 1.11 -2.4 a0196.fits
2022-04-17 11:03:56 V 100.000 1.10 -2.4 a0197.fits 13.911 0.343 825
2022-04-17 11:06:03 V 100.000 1.10 -2.4 a0198.fits 15.205 1.168 761
2022-04-17 11:08:09 V 100.000 1.10 -2.3 a0199.fits 99.999 9.999 838

J1407_Cen

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 07:36:46 B 90.000 1.90 -5.5 a0110.fits 10.391 0.014 1068
2022-04-17 07:39:36 B 90.000 1.88 -5.4 a0111.fits 9.843 0.009 1634
2022-04-17 07:41:26 V 30.000 1.87 -5.4 a0112.fits Y 4.47 9.385 0.006 2081
2022-04-17 07:42:21 V 30.000 1.87 -5.4 a0113.fits Y 5.57 9.494 0.006 1660
2022-04-17 07:43:14 SR 30.000 1.86 -5.4 a0114.fits Y 4.57 8.623 0.004 4291
2022-04-17 07:44:08 SR 30.000 1.85 -5.3 a0115.fits Y 4.04 8.623 0.004 4761
2022-04-17 07:44:59 SI 30.000 1.84 -5.3 a0116.fits Y 4.27 14.223 0.398 870
2022-04-17 07:45:50 SI 30.000 1.84 -5.3 a0117.fits 9.145 0.005 2296

KK_Oph

AUID 000-BDW-739

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 11:12:57 B 30.000 1.99 -4.9 a0200.fits 10.511 0.013 654
2022-04-17 11:14:22 B 30.000 1.98 -4.9 a0201.fits 10.435 0.012 694
2022-04-17 11:15:13 V 15.000 1.97 -4.8 a0202.fits 10.006 0.008 990
2022-04-17 11:16:49 V 15.000 1.95 -4.8 a0203.fits 10.065 0.009 888
2022-04-17 11:17:25 SR 15.000 1.95 -4.8 a0204.fits 9.576 0.006 1344
2022-04-17 11:18:59 SR 15.000 1.93 -4.8 a0205.fits 9.348 0.005 1531
2022-04-17 11:19:33 SI 15.000 1.93 -4.8 a0206.fits 9.642 0.006 1272
2022-04-17 11:21:08 SI 15.000 1.91 -4.7 a0207.fits 9.562 0.006 1279

PNV_J17291350

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 12:52:27 B 60.000 1.58 -3.5 a0233.fits
2022-04-17 12:54:57 B 150.000 1.56 -3.5 a0234.fits
2022-04-17 12:58:57 B 150.000 1.53 -3.4 a0235.fits
2022-04-17 13:01:54 B 150.000 1.52 -3.4 a0236.fits
2022-04-17 13:04:52 V 100.000 1.51 -3.3 a0237.fits Y 5.85
2022-04-17 13:07:02 V 100.000 1.50 -3.3 a0238.fits Y 7.27 17.182 7.709 1381
2022-04-17 13:09:17 V 100.000 1.48 -3.3 a0239.fits Y 6.53

TCP_J17154

AUID None

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 11:42:46 B 120.000 1.66 -4.5 a0216.fits
2022-04-17 11:46:16 B 120.000 1.63 -4.4 a0217.fits 14.835 0.883 942
2022-04-17 11:48:43 B 120.000 1.62 -4.4 a0218.fits
2022-04-17 11:51:10 V 100.000 1.60 -4.3 a0219.fits 13.739 0.306 955
2022-04-17 11:54:20 V 100.000 1.59 -4.3 a0220.fits 12.537 0.111 1024
2022-04-17 11:56:27 V 100.000 1.57 -4.3 a0221.fits
2022-04-17 11:58:36 SR 60.000 1.56 -4.2 a0222.fits
2022-04-17 12:01:05 SR 60.000 1.55 -4.2 a0223.fits 11.855 0.053 806
2022-04-17 12:02:31 SR 60.000 1.54 -4.1 a0224.fits 14.100 0.403 888
2022-04-17 12:03:58 SI 100.000 1.53 -4.1 a0225.fits 11.103 0.033 2297
2022-04-17 12:07:07 SI 100.000 1.51 -4.1 a0226.fits 10.810 0.026 1235
2022-04-17 12:09:12 SI 100.000 1.50 -4.0 a0227.fits 10.986 0.033 2995

TU_Men

AUID 000-BCW-366

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 07:30:13 SG 60.000 1.31 3.9 a0108.fits Y 3.95 15.355 1.070 443
2022-04-17 07:31:32 SG 60.000 1.31 3.9 a0109.fits Y 3.66 13.531 0.206 509

U_Men

AUID 000-BLV-756

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 09:02:59 B 10.000 1.45 6.0 a0146.fits 9.130 0.005 2582
2022-04-17 09:03:45 B 10.000 1.45 6.0 a0147.fits 9.130 0.005 2824
2022-04-17 09:04:21 B 10.000 1.45 6.0 a0148.fits 9.193 0.005 2314
2022-04-17 09:04:59 V 10.000 1.45 6.0 a0149.fits 7.442 0.002 14004
2022-04-17 09:05:55 V 10.000 1.45 6.0 a0150.fits 7.555 0.002 11275
2022-04-17 09:06:32 V 10.000 1.45 6.0 a0151.fits 7.532 0.002 14014
2022-04-17 09:07:11 SI 10.000 1.46 6.0 a0152.fits 6.631 0.001 62832 !OE!
2022-04-17 09:08:10 SI 10.000 1.46 6.0 a0153.fits 5.941 0.001 62832 !OE!
2022-04-17 09:08:46 SI 10.000 1.46 6.0 a0154.fits 5.398 0.001 62832 !OE!

V0856_Sco

AUID 000-BCX-156

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 09:47:18 B 12.000 1.85 -5.3 a0165.fits 10.930 0.017 536
2022-04-17 09:48:07 B 12.000 1.85 -5.3 a0166.fits 10.903 0.016 542
2022-04-17 09:48:38 B 12.000 1.84 -5.3 a0167.fits 10.879 0.016 606
2022-04-17 09:49:09 V 5.000 1.84 -5.3 a0168.fits 10.353 0.010 931
2022-04-17 09:49:44 V 5.000 1.83 -5.2 a0169.fits 10.321 0.010 940
2022-04-17 09:50:08 V 5.000 1.83 -5.2 a0170.fits
2022-04-17 09:50:34 SR 5.000 1.83 -5.2 a0171.fits 9.636 0.006 1630
2022-04-17 09:51:32 SR 5.000 1.82 -5.2 a0172.fits 9.685 0.006 1471
2022-04-17 09:51:55 SR 5.000 1.82 -5.2 a0173.fits 9.603 0.006 1996
2022-04-17 09:52:18 SI 5.000 1.81 -5.2 a0174.fits 9.808 0.007 1378
2022-04-17 09:53:43 SI 5.000 1.80 -5.2 a0175.fits 9.780 0.007 1635
2022-04-17 09:54:06 SI 5.000 1.80 -5.2 a0176.fits 9.836 0.007 1681

V3890_Sgr

AUID 000-BCC-531

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 13:30:40 V 100.000 1.60 -3.9 a0248.fits 12.141 0.075 967
2022-04-17 13:33:44 V 100.000 1.58 -3.9 a0249.fits 11.317 0.035 966
2022-04-17 13:35:42 V 100.000 1.57 -3.8 a0250.fits 11.271 0.034 978

V837_Ara

AUID 000-BCT-804

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 09:56:48 B 60.000 1.76 -6.1 a0177.fits 8.109 0.003 5130
2022-04-17 09:59:18 V 40.000 1.75 -6.1 a0178.fits Y 6.16 12.733 0.125 4882
2022-04-17 10:00:29 SR 40.000 1.74 -6.1 a0179.fits Y 5.70 7.215 0.002 11679

V838_Mon

AUID 000-BBM-355

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 07:04:57 SG 30.000 1.35 1.1 a0101.fits 14.820 0.628 479
2022-04-17 07:06:47 SG 180.000 1.36 1.1 a0102.fits Y 6.89 14.825 1.066 1820
2022-04-17 07:10:07 SG 180.000 1.37 1.2 a0103.fits Y 6.12 13.593 0.356 2273
2022-04-17 07:13:29 SR 180.000 1.37 1.2 a0104.fits Y 5.00 14.382 0.691 777
2022-04-17 07:16:50 SR 180.000 1.38 1.3 a0105.fits Y 5.18 6.368 0.001 27537
2022-04-17 07:20:12 SI 180.000 1.39 1.3 a0106.fits Y 4.52 11.956 0.081 2939
2022-04-17 07:23:33 SI 180.000 1.39 1.4 a0107.fits Y 5.18 11.773 0.074 7272
2022-04-17 08:23:41 B 180.000 1.60 2.4 a0134.fits Y 5.94 11.010 0.029 1055
2022-04-17 08:27:11 B 180.000 1.61 2.4 a0135.fits Y 6.75 12.113 0.078 1241
2022-04-17 08:30:41 B 180.000 1.63 2.5 a0136.fits Y 6.07 11.069 0.030 1091
2022-04-17 08:34:10 B 180.000 1.65 2.6 a0137.fits Y 7.11 14.051 0.438 1055
2022-04-17 08:37:40 B 180.000 1.67 2.6 a0138.fits Y 6.64 11.096 0.033 1070
2022-04-17 08:41:10 B 180.000 1.69 2.7 a0139.fits Y 6.83 11.119 0.034 1064
2022-04-17 08:44:40 V 120.000 1.70 2.7 a0140.fits Y 5.73 9.034 0.006 4586
2022-04-17 08:47:09 V 120.000 1.72 2.8 a0141.fits Y 6.62 12.586 0.127 2529
2022-04-17 08:49:39 V 120.000 1.73 2.8 a0142.fits Y 6.24 13.386 0.247 1913
2022-04-17 08:52:08 V 120.000 1.75 2.9 a0143.fits Y 5.33 8.288 0.004 5128
2022-04-17 08:54:38 V 120.000 1.77 2.9 a0144.fits Y 5.66 8.342 0.004 4906
2022-04-17 08:57:08 V 120.000 1.78 2.9 a0145.fits Y 6.11 8.413 0.004 4176

V841_Oph

AUID 000-BBY-278

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 12:22:01 V 300.000 1.71 -3.6 a0228.fits Y 6.34 8.288 0.004 7804
2022-04-17 12:27:31 V 300.000 1.67 -3.5 a0229.fits Y 7.01 8.235 0.004 6523
2022-04-17 12:33:01 V 300.000 1.64 -3.4 a0230.fits 8.636 0.006 5552
2022-04-17 12:39:30 V 300.000 1.60 -3.3 a0231.fits 12.031 0.147 5967
2022-04-17 12:44:57 V 300.000 1.57 -3.2 a0232.fits 8.317 0.005 6951

V868_Cen

AUID 000-BBV-014

DateTime project_ filter exp am ha filename wcs fwhm instmag err maxadu nstk tnimage OE
2022-04-17 09:13:15 B 200.000 1.23 -3.6 a0155.fits
2022-04-17 09:18:04 B 200.000 1.22 -3.5 a0156.fits
2022-04-17 09:21:51 B 200.000 1.21 -3.4 a0157.fits
2022-04-17 09:25:38 B 200.000 1.21 -3.3 a0158.fits
2022-04-17 09:29:25 B 200.000 1.20 -3.3 a0159.fits 14.061 0.495 1143
2022-04-17 09:33:12 V 100.000 1.20 -3.2 a0160.fits Y 4.56 12.084 0.067 2517
2022-04-17 09:35:22 V 100.000 1.19 -3.2 a0161.fits Y 4.82 13.737 0.325 663
2022-04-17 09:37:32 V 100.000 1.19 -3.1 a0162.fits Y 4.89 11.619 0.043 2246
2022-04-17 09:39:41 V 100.000 1.19 -3.1 a0163.fits Y 4.53
2022-04-17 09:42:30 V 100.000 1.18 -3.1 a0164.fits Y 4.79

Remark-o-matic Image View

images 101 to 150

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:04:57 a0101.fits V838_Mon SG 30.000 1.35 1.1 14.82 0.628 479
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:06:47 a0102.fits V838_Mon SG 180.000 1.36 1.1 Y 6.89 14.825 1.066 1820 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:10:07 a0103.fits V838_Mon SG 180.000 1.37 1.2 Y 6.12 13.593 0.356 2273 0.08
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:13:29 a0104.fits V838_Mon SR 180.000 1.37 1.2 Y 5.00 14.382 0.691 777 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:16:50 a0105.fits V838_Mon SR 180.000 1.38 1.3 Y 5.18 6.368 0.001 27537 0.11
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:20:12 a0106.fits V838_Mon SI 180.000 1.39 1.3 Y 4.52 11.956 0.081 2939 0.10
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:23:33 a0107.fits V838_Mon SI 180.000 1.39 1.4 Y 5.18 11.773 0.074 7272 0.14
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:30:13 a0108.fits TU_Men SG 60.000 1.31 3.9 Y 3.95 15.355 1.07 443 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:31:32 a0109.fits TU_Men SG 60.000 1.31 3.9 Y 3.66 13.531 0.206 509 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:36:46 a0110.fits J1407_Cen B 90.000 1.90 -5.5 10.391 0.014 1068
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:39:36 a0111.fits J1407_Cen B 90.000 1.88 -5.4 9.843 0.009 1634
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:41:26 a0112.fits J1407_Cen V 30.000 1.87 -5.4 Y 4.47 9.385 0.006 2081 0.73
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:42:21 a0113.fits J1407_Cen V 30.000 1.87 -5.4 Y 5.57 9.494 0.006 1660 0.75
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:43:14 a0114.fits J1407_Cen SR 30.000 1.86 -5.4 Y 4.57 8.623 0.004 4291 0.76
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:44:08 a0115.fits J1407_Cen SR 30.000 1.85 -5.3 Y 4.04 8.623 0.004 4761 0.78
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:44:59 a0116.fits J1407_Cen SI 30.000 1.84 -5.3 Y 4.27 14.223 0.398 870 0.79
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:45:50 a0117.fits J1407_Cen SI 30.000 1.84 -5.3 9.145 0.005 2296
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:50:13 a0118.fits ASASSN-20da B 30.000 1.57 -5.9 10.399 0.012 669
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:52:04 a0119.fits ASASSN-20da V 15.000 1.56 -5.9 Y 4.66 9.712 0.007 1366 0.43
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:52:42 a0120.fits ASASSN-20da SR 15.000 1.56 -5.9 Y 4.51 9.364 0.006 1945 0.43
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:53:20 a0121.fits ASASSN-20da SI 15.000 1.56 -5.9 Y 4.24 9.893 0.008 1208 0.41
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:54:04 a0122.fits ASASSN-20da B 30.000 1.56 -5.9 Y 4.83 13.983 0.276 1145 0.47
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:54:56 a0123.fits ASASSN-20da V 15.000 1.55 -5.9 Y 4.34 9.687 0.007 1514 0.45
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:55:35 a0124.fits ASASSN-20da SR 15.000 1.55 -5.8 Y 4.36 9.343 0.006 1983 0.45
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:56:12 a0125.fits ASASSN-20da SI 15.000 1.55 -5.8 Y 4.73 13.6 0.174 1125 0.44
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:56:56 a0126.fits ASASSN-20da B 30.000 1.55 -5.8 13.574 0.186 1251
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:58:48 a0127.fits ASASSN-20da V 15.000 1.54 -5.8 Y 4.54 9.727 0.007 1305 0.48
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 07:59:26 a0128.fits ASASSN-20da SR 15.000 1.54 -5.8 Y 4.49 9.307 0.005 2173 0.46
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:00:03 a0129.fits ASASSN-20da SI 15.000 1.54 -5.8 Y 4.14 9.839 0.008 1528 0.44
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:04:15 a0130.fits 2MASS_J07092139-1029344 SI 60.000 1.35 2.0 Y 5.31 15.309 0.926 222 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:05:35 a0131.fits 2MASS_J07092139-1029344 SI 300.000 1.36 2.0 Y 5.57 16.427 3.798 766 0.04
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:10:56 a0132.fits 2MASS_J07092139-1029344 SI 300.000 1.38 2.1 Y 5.88 11.937 0.064 845 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:16:16 a0133.fits 2MASS_J07092139-1029344 SI 300.000 1.40 2.2 Y 5.96 12.218 0.087 1601 0.05
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:23:41 a0134.fits V838_Mon B 180.000 1.60 2.4 Y 5.94 11.01 0.029 1055 0.36
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:27:11 a0135.fits V838_Mon B 180.000 1.61 2.4 Y 6.75 12.113 0.078 1241 0.39
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:30:41 a0136.fits V838_Mon B 180.000 1.63 2.5 Y 6.07 11.069 0.03 1091 0.43
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:34:10 a0137.fits V838_Mon B 180.000 1.65 2.6 Y 7.11 14.051 0.438 1055 0.47
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:37:40 a0138.fits V838_Mon B 180.000 1.67 2.6 Y 6.64 11.096 0.033 1070 0.48
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:41:10 a0139.fits V838_Mon B 180.000 1.69 2.7 Y 6.83 11.119 0.034 1064 0.50
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:44:40 a0140.fits V838_Mon V 120.000 1.70 2.7 Y 5.73 9.034 0.006 4586 0.53
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:47:09 a0141.fits V838_Mon V 120.000 1.72 2.8 Y 6.62 12.586 0.127 2529 0.55
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:49:39 a0142.fits V838_Mon V 120.000 1.73 2.8 Y 6.24 13.386 0.247 1913 0.57
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:52:08 a0143.fits V838_Mon V 120.000 1.75 2.9 Y 5.33 8.288 0.004 5128 0.59
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:54:38 a0144.fits V838_Mon V 120.000 1.77 2.9 Y 5.66 8.342 0.004 4906 0.60
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 08:57:08 a0145.fits V838_Mon V 120.000 1.78 2.9 Y 6.11 8.413 0.004 4176 0.62
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:02:59 a0146.fits U_Men B 10.000 1.45 6.0 9.13 0.005 2582
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:03:45 a0147.fits U_Men B 10.000 1.45 6.0 9.13 0.005 2824
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:04:21 a0148.fits U_Men B 10.000 1.45 6.0 9.193 0.005 2314
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:04:59 a0149.fits U_Men V 10.000 1.45 6.0 7.442 0.002 14004
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:05:55 a0150.fits U_Men V 10.000 1.45 6.0 7.555 0.002 11275

images 151 to 200

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:06:32 a0151.fits U_Men V 10.000 1.45 6.0 7.532 0.002 14014
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:07:11 a0152.fits U_Men SI 10.000 1.46 6.0 6.631 0.001 62832
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:08:10 a0153.fits U_Men SI 10.000 1.46 6.0 5.941 0.001 62832
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:08:46 a0154.fits U_Men SI 10.000 1.46 6.0 5.398 0.001 62832
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:13:15 a0155.fits V868_Cen B 200.000 1.23 -3.6
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:18:04 a0156.fits V868_Cen B 200.000 1.22 -3.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:21:51 a0157.fits V868_Cen B 200.000 1.21 -3.4
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:25:38 a0158.fits V868_Cen B 200.000 1.21 -3.3
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:29:25 a0159.fits V868_Cen B 200.000 1.20 -3.3 14.061 0.495 1143
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:33:12 a0160.fits V868_Cen V 100.000 1.20 -3.2 Y 4.56 12.084 0.067 2517 0.58
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:35:22 a0161.fits V868_Cen V 100.000 1.19 -3.2 Y 4.82 13.737 0.325 663 0.58
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:37:32 a0162.fits V868_Cen V 100.000 1.19 -3.1 Y 4.89 11.619 0.043 2246 0.59
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:39:41 a0163.fits V868_Cen V 100.000 1.19 -3.1 Y 4.53 0.59
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:42:30 a0164.fits V868_Cen V 100.000 1.18 -3.1 Y 4.79 0.60
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:47:18 a0165.fits V0856_Sco B 12.000 1.85 -5.3 10.93 0.017 536
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:48:07 a0166.fits V0856_Sco B 12.000 1.85 -5.3 10.903 0.016 542
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:48:38 a0167.fits V0856_Sco B 12.000 1.84 -5.3 10.879 0.016 606
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:49:09 a0168.fits V0856_Sco V 5.000 1.84 -5.3 10.353 0.01 931
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:49:44 a0169.fits V0856_Sco V 5.000 1.83 -5.2 10.321 0.01 940
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:50:08 a0170.fits V0856_Sco V 5.000 1.83 -5.2
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:50:34 a0171.fits V0856_Sco SR 5.000 1.83 -5.2 9.636 0.006 1630
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:51:32 a0172.fits V0856_Sco SR 5.000 1.82 -5.2 9.685 0.006 1471
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:51:55 a0173.fits V0856_Sco SR 5.000 1.82 -5.2 9.603 0.006 1996
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:52:18 a0174.fits V0856_Sco SI 5.000 1.81 -5.2 9.808 0.007 1378
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:53:43 a0175.fits V0856_Sco SI 5.000 1.80 -5.2 9.78 0.007 1635
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:54:06 a0176.fits V0856_Sco SI 5.000 1.80 -5.2 9.836 0.007 1681
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:56:48 a0177.fits V837_Ara B 60.000 1.76 -6.1 8.109 0.003 5130
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 09:59:18 a0178.fits V837_Ara V 40.000 1.75 -6.1 Y 6.16 12.733 0.125 4882 0.53
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:00:29 a0179.fits V837_Ara SR 40.000 1.74 -6.1 Y 5.70 7.215 0.002 11679 0.58
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:04:24 a0180.fits DD_Cir B 200.000 1.22 -3.3
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:09:13 a0181.fits DD_Cir B 200.000 1.22 -3.2
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:13:00 a0182.fits DD_Cir B 200.000 1.21 -3.1
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:16:47 a0183.fits DD_Cir B 200.000 1.21 -3.0 12.202 0.081 3371
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:20:34 a0184.fits DD_Cir B 200.000 1.20 -3.0 14.68 0.769 1209
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:24:22 a0185.fits DD_Cir V 100.000 1.20 -2.9 Y 5.61 0.75
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:26:32 a0186.fits DD_Cir V 100.000 1.20 -2.9 Y 5.28 14.056 0.404 704 0.80
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:28:43 a0187.fits DD_Cir V 100.000 1.19 -2.8 Y 5.88 0.86
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:30:55 a0188.fits DD_Cir V 100.000 1.19 -2.8 Y 5.32 0.91
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:33:06 a0189.fits DD_Cir V 100.000 1.19 -2.8
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:38:40 a0190.fits HY_Lup B 200.000 1.14 -2.8
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:43:29 a0191.fits HY_Lup B 200.000 1.13 -2.7
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:47:16 a0192.fits HY_Lup B 200.000 1.13 -2.7
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:51:03 a0193.fits HY_Lup B 200.000 1.12 -2.6 15.106 1.214 1225
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:54:51 a0194.fits HY_Lup B 200.000 1.11 -2.5 11.436 0.052 2452
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 10:58:38 a0195.fits HY_Lup V 100.000 1.11 -2.5 Y 5.75 15.353 1.428 927 0.93
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:00:47 a0196.fits HY_Lup V 100.000 1.11 -2.4
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:03:56 a0197.fits HY_Lup V 100.000 1.10 -2.4 13.911 0.343 825
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:06:03 a0198.fits HY_Lup V 100.000 1.10 -2.4 15.205 1.168 761
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:08:09 a0199.fits HY_Lup V 100.000 1.10 -2.3 99.999 9.999 838
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:12:57 a0200.fits KK_Oph B 30.000 1.99 -4.9 10.511 0.013 654

images 201 to 250

DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:14:22 a0201.fits KK_Oph B 30.000 1.98 -4.9 10.435 0.012 694
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:15:13 a0202.fits KK_Oph V 15.000 1.97 -4.8 10.006 0.008 990
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:16:49 a0203.fits KK_Oph V 15.000 1.95 -4.8 10.065 0.009 888
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:17:25 a0204.fits KK_Oph SR 15.000 1.95 -4.8 9.576 0.006 1344
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:18:59 a0205.fits KK_Oph SR 15.000 1.93 -4.8 9.348 0.005 1531
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:19:33 a0206.fits KK_Oph SI 15.000 1.93 -4.8 9.642 0.006 1272
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:21:08 a0207.fits KK_Oph SI 15.000 1.91 -4.7 9.562 0.006 1279
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:24:09 a0208.fits ASASSN-V_J170615-3229447 B 120.000 1.70 -4.6 8.592 0.004 3566
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:27:30 a0209.fits ASASSN-V_J170615-3229447 B 120.000 1.67 -4.6 8.455 0.004 4379
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:29:50 a0210.fits ASASSN-V_J170615-3229447 V 60.000 1.66 -4.5 8.365 0.003 3997
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:32:11 a0211.fits ASASSN-V_J170615-3229447 V 60.000 1.65 -4.5 9.684 0.009 3670
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:33:32 a0212.fits ASASSN-V_J170615-3229447 SR 60.000 1.64 -4.5 7.823 0.003 7008
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:35:53 a0213.fits ASASSN-V_J170615-3229447 SR 60.000 1.62 -4.4 8.144 0.003 4761
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:37:11 a0214.fits ASASSN-V_J170615-3229447 SI 60.000 1.62 -4.4 8.493 0.004 3454
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:39:31 a0215.fits ASASSN-V_J170615-3229447 SI 60.000 1.60 -4.4 8.374 0.003 4531
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:42:46 a0216.fits TCP_J17154 B 120.000 1.66 -4.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:46:16 a0217.fits TCP_J17154 B 120.000 1.63 -4.4 14.835 0.883 942
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:48:43 a0218.fits TCP_J17154 B 120.000 1.62 -4.4
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:51:10 a0219.fits TCP_J17154 V 100.000 1.60 -4.3 13.739 0.306 955
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:54:20 a0220.fits TCP_J17154 V 100.000 1.59 -4.3 12.537 0.111 1024
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:56:27 a0221.fits TCP_J17154 V 100.000 1.57 -4.3
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 11:58:36 a0222.fits TCP_J17154 SR 60.000 1.56 -4.2
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:01:05 a0223.fits TCP_J17154 SR 60.000 1.55 -4.2 11.855 0.053 806
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:02:31 a0224.fits TCP_J17154 SR 60.000 1.54 -4.1 14.1 0.403 888
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:03:58 a0225.fits TCP_J17154 SI 100.000 1.53 -4.1 11.103 0.033 2297
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:07:07 a0226.fits TCP_J17154 SI 100.000 1.51 -4.1 10.81 0.026 1235
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:09:12 a0227.fits TCP_J17154 SI 100.000 1.50 -4.0 10.986 0.033 2995
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:22:01 a0228.fits V841_Oph V 300.000 1.71 -3.6 Y 6.34 8.288 0.004 7804 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:27:31 a0229.fits V841_Oph V 300.000 1.67 -3.5 Y 7.01 8.235 0.004 6523 0.06
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:33:01 a0230.fits V841_Oph V 300.000 1.64 -3.4 8.636 0.006 5552
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:39:30 a0231.fits V841_Oph V 300.000 1.60 -3.3 12.031 0.147 5967
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:44:57 a0232.fits V841_Oph V 300.000 1.57 -3.2 8.317 0.005 6951
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:52:27 a0233.fits PNV_J17291350 B 60.000 1.58 -3.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:54:57 a0234.fits PNV_J17291350 B 150.000 1.56 -3.5
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 12:58:57 a0235.fits PNV_J17291350 B 150.000 1.53 -3.4
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:01:54 a0236.fits PNV_J17291350 B 150.000 1.52 -3.4
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:04:52 a0237.fits PNV_J17291350 V 100.000 1.51 -3.3 Y 5.85 0.97
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:07:02 a0238.fits PNV_J17291350 V 100.000 1.50 -3.3 Y 7.27 17.182 7.709 1381 0.97
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:09:17 a0239.fits PNV_J17291350 V 100.000 1.48 -3.3 Y 6.53 0.99
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:13:40 a0240.fits ASASSN-V_J18165406-2021176 B 120.000 1.71 -4.0 10.203 0.014 1547
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:17:01 a0241.fits ASASSN-V_J18165406-2021176 B 120.000 1.68 -3.9 9.528 0.008 2152
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:19:21 a0242.fits ASASSN-V_J18165406-2021176 V 60.000 1.67 -3.9 Y 6.07 9.171 0.006 2584 0.97
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:20:43 a0243.fits ASASSN-V_J18165406-2021176 V 60.000 1.67 -3.9 9.258 0.006 2494
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:23:07 a0244.fits ASASSN-V_J18165406-2021176 SR 60.000 1.65 -3.8 Y 6.13 8.713 0.004 3497 0.99
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:24:40 a0245.fits ASASSN-V_J18165406-2021176 SR 60.000 1.64 -3.8 Y 6.27 8.85 0.005 3141 0.01
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:26:02 a0246.fits ASASSN-V_J18165406-2021176 SI 60.000 1.63 -3.8 Y 6.22 9.295 0.006 2008 0.02
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:27:23 a0247.fits ASASSN-V_J18165406-2021176 SI 60.000 1.62 -3.8 Y 6.93 9.501 0.007 1644 0.03
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:30:40 a0248.fits V3890_Sgr V 100.000 1.60 -3.9 12.141 0.075 967
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:33:44 a0249.fits V3890_Sgr V 100.000 1.58 -3.9 11.317 0.035 966
DateTime filename objid filter exp am ha wcs fwhm instmag err maxadu nstk center2obj
2022-04-17 13:35:42 a0250.fits V3890_Sgr V 100.000 1.57 -3.8 11.271 0.034 978

Image Table

images 101 to 150

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 07:04:57 a0101.fits V838_Mon SG 30.0 1.35 1.1 14.820 0.628 479 000-BBM-355 9686.79510 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 07:06:47 a0102.fits V838_Mon SG 180.0 1.36 1.1 Y 6.89 14.825 1.066 1820 000-BBM-355 0.049837 9686.79638 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991443 Y
2022-04-17 07:10:07 a0103.fits V838_Mon SG 180.0 1.37 1.2 Y 6.12 13.593 0.356 2273 000-BBM-355 0.083313 9686.79869 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993334 Y
2022-04-17 07:13:29 a0104.fits V838_Mon SR 180.0 1.37 1.2 Y 5.00 14.382 0.691 777 000-BBM-355 0.102869 9686.80103 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.993770 Y
2022-04-17 07:16:50 a0105.fits V838_Mon SR 180.0 1.38 1.3 Y 5.18 6.368 0.001 27537 000-BBM-355 0.111024 9686.80336 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.992994 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 07:20:12 a0106.fits V838_Mon SI 180.0 1.39 1.3 Y 4.52 11.956 0.081 2939 000-BBM-355 0.103122 9686.80569 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996629 Y
2022-04-17 07:23:33 a0107.fits V838_Mon SI 180.0 1.39 1.4 Y 5.18 11.773 0.074 7272 000-BBM-355 0.139414 9686.80802 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997116 Y
2022-04-17 07:30:13 a0108.fits TU_Men SG 60.0 1.31 3.9 Y 3.95 15.355 1.070 443 000-BCW-366 0.054205 9686.81265 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.987587 Y
2022-04-17 07:31:32 a0109.fits TU_Men SG 60.0 1.31 3.9 Y 3.66 13.531 0.206 509 000-BCW-366 0.054193 9686.81356 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995341 Y
2022-04-17 07:36:46 a0110.fits J1407_Cen B 90.0 1.90 -5.5 10.391 0.014 1068 None 9686.81720 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 07:39:36 a0111.fits J1407_Cen B 90.0 1.88 -5.4 9.843 0.009 1634 None 9686.81917 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 07:41:26 a0112.fits J1407_Cen V 30.0 1.87 -5.4 Y 4.47 9.385 0.006 2081 None 0.732725 9686.82044 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998330 Y
2022-04-17 07:42:21 a0113.fits J1407_Cen V 30.0 1.87 -5.4 Y 5.57 9.494 0.006 1660 None 0.748304 9686.82108 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.987438 Y
2022-04-17 07:43:14 a0114.fits J1407_Cen SR 30.0 1.86 -5.4 Y 4.57 8.623 0.004 4291 None 0.762311 9686.82169 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.005713 Y
2022-04-17 07:44:08 a0115.fits J1407_Cen SR 30.0 1.85 -5.3 Y 4.04 8.623 0.004 4761 None 0.780449 9686.82231 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996418 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 07:44:59 a0116.fits J1407_Cen SI 30.0 1.84 -5.3 Y 4.27 14.223 0.398 870 None 0.785439 9686.82291 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994163 Y
2022-04-17 07:45:50 a0117.fits J1407_Cen SI 30.0 1.84 -5.3 9.145 0.005 2296 None 9686.82350 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 07:50:13 a0118.fits ASASSN-20da B 30.0 1.57 -5.9 10.399 0.012 669 000-BNL-373 9686.82654 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 07:52:04 a0119.fits ASASSN-20da V 15.0 1.56 -5.9 Y 4.66 9.712 0.007 1366 000-BNL-373 0.430806 9686.82782 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994885 Y
2022-04-17 07:52:42 a0120.fits ASASSN-20da SR 15.0 1.56 -5.9 Y 4.51 9.364 0.006 1945 000-BNL-373 0.429579 9686.82826 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001448 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 07:53:20 a0121.fits ASASSN-20da SI 15.0 1.56 -5.9 Y 4.24 9.893 0.008 1208 000-BNL-373 0.413514 9686.82870 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996550 Y
2022-04-17 07:54:04 a0122.fits ASASSN-20da B 30.0 1.56 -5.9 Y 4.83 13.983 0.276 1145 000-BNL-373 0.466587 9686.82921 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991166 Y
2022-04-17 07:54:56 a0123.fits ASASSN-20da V 15.0 1.55 -5.9 Y 4.34 9.687 0.007 1514 000-BNL-373 0.454158 9686.82981 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999114 Y
2022-04-17 07:55:35 a0124.fits ASASSN-20da SR 15.0 1.55 -5.8 Y 4.36 9.343 0.006 1983 000-BNL-373 0.448779 9686.83027 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997531 Y
2022-04-17 07:56:12 a0125.fits ASASSN-20da SI 15.0 1.55 -5.8 Y 4.73 13.600 0.174 1125 000-BNL-373 0.442493 9686.83069 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002256 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 07:56:56 a0126.fits ASASSN-20da B 30.0 1.55 -5.8 13.574 0.186 1251 000-BNL-373 9686.83120 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 07:58:48 a0127.fits ASASSN-20da V 15.0 1.54 -5.8 Y 4.54 9.727 0.007 1305 000-BNL-373 0.483812 9686.83250 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998459 Y
2022-04-17 07:59:26 a0128.fits ASASSN-20da SR 15.0 1.54 -5.8 Y 4.49 9.307 0.005 2173 000-BNL-373 0.462074 9686.83294 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.005647 Y
2022-04-17 08:00:03 a0129.fits ASASSN-20da SI 15.0 1.54 -5.8 Y 4.14 9.839 0.008 1528 000-BNL-373 0.442121 9686.83337 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000820 Y
2022-04-17 08:04:15 a0130.fits 2MASS_J07092139-1029344 SI 60.0 1.35 2.0 Y 5.31 15.309 0.926 222 000-BLQ-250 0.050681 9686.83628 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991821 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 08:05:35 a0131.fits 2MASS_J07092139-1029344 SI 300.0 1.36 2.0 Y 5.57 16.427 3.798 766 000-BLQ-250 0.040735 9686.83721 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.989262 Y
2022-04-17 08:10:56 a0132.fits 2MASS_J07092139-1029344 SI 300.0 1.38 2.1 Y 5.88 11.937 0.064 845 000-BLQ-250 0.022227 9686.84093 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998657 Y
2022-04-17 08:16:16 a0133.fits 2MASS_J07092139-1029344 SI 300.0 1.40 2.2 Y 5.96 12.218 0.087 1601 000-BLQ-250 0.045567 9686.84463 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.991983 Y
2022-04-17 08:23:41 a0134.fits V838_Mon B 180.0 1.60 2.4 Y 5.94 11.010 0.029 1055 000-BBM-355 0.361536 9686.84978 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996030 Y
2022-04-17 08:27:11 a0135.fits V838_Mon B 180.0 1.61 2.4 Y 6.75 12.113 0.078 1241 000-BBM-355 0.392664 9686.85221 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996295 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 08:30:41 a0136.fits V838_Mon B 180.0 1.63 2.5 Y 6.07 11.069 0.030 1091 000-BBM-355 0.431740 9686.85464 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994746 Y
2022-04-17 08:34:10 a0137.fits V838_Mon B 180.0 1.65 2.6 Y 7.11 14.051 0.438 1055 000-BBM-355 0.471049 9686.85706 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997693 Y
2022-04-17 08:37:40 a0138.fits V838_Mon B 180.0 1.67 2.6 Y 6.64 11.096 0.033 1070 000-BBM-355 0.477283 9686.85949 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997594 Y
2022-04-17 08:41:10 a0139.fits V838_Mon B 180.0 1.69 2.7 Y 6.83 11.119 0.034 1064 000-BBM-355 0.502294 9686.86192 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.990085 Y
2022-04-17 08:44:40 a0140.fits V838_Mon V 120.0 1.70 2.7 Y 5.73 9.034 0.006 4586 000-BBM-355 0.532121 9686.86435 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996174 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 08:47:09 a0141.fits V838_Mon V 120.0 1.72 2.8 Y 6.62 12.586 0.127 2529 000-BBM-355 0.550655 9686.86608 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997505 Y
2022-04-17 08:49:39 a0142.fits V838_Mon V 120.0 1.73 2.8 Y 6.24 13.386 0.247 1913 000-BBM-355 0.569281 9686.86781 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.997793 Y
2022-04-17 08:52:08 a0143.fits V838_Mon V 120.0 1.75 2.9 Y 5.33 8.288 0.004 5128 000-BBM-355 0.591384 9686.86954 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998382 Y
2022-04-17 08:54:38 a0144.fits V838_Mon V 120.0 1.77 2.9 Y 5.66 8.342 0.004 4906 000-BBM-355 0.595461 9686.87127 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999525 Y
2022-04-17 08:57:08 a0145.fits V838_Mon V 120.0 1.78 2.9 Y 6.11 8.413 0.004 4176 000-BBM-355 0.616156 9686.87301 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994329 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 09:02:59 a0146.fits U_Men B 10.0 1.45 6.0 9.130 0.005 2582 000-BLV-756 9686.87707 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:03:45 a0147.fits U_Men B 10.0 1.45 6.0 9.130 0.005 2824 000-BLV-756 9686.87760 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:04:21 a0148.fits U_Men B 10.0 1.45 6.0 9.193 0.005 2314 000-BLV-756 9686.87802 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:04:59 a0149.fits U_Men V 10.0 1.45 6.0 7.442 0.002 14004 000-BLV-756 9686.87846 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:05:55 a0150.fits U_Men V 10.0 1.45 6.0 7.555 0.002 11275 000-BLV-756 9686.87911 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

images 151 to 200

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 09:06:32 a0151.fits U_Men V 10.0 1.45 6.0 7.532 0.002 14014 000-BLV-756 9686.87954 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:07:11 a0152.fits U_Men SI 10.0 1.46 6.0 6.631 0.001 62832 000-BLV-756 9686.87999 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:08:10 a0153.fits U_Men SI 10.0 1.46 6.0 5.941 0.001 62832 000-BLV-756 9686.88067 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:08:46 a0154.fits U_Men SI 10.0 1.46 6.0 5.398 0.001 62832 000-BLV-756 9686.88109 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:13:15 a0155.fits V868_Cen B 200.0 1.23 -3.6 000-BBV-014 9686.88420 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 09:18:04 a0156.fits V868_Cen B 200.0 1.22 -3.5 000-BBV-014 9686.88755 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:21:51 a0157.fits V868_Cen B 200.0 1.21 -3.4 000-BBV-014 9686.89017 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:25:38 a0158.fits V868_Cen B 200.0 1.21 -3.3 000-BBV-014 9686.89280 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:29:25 a0159.fits V868_Cen B 200.0 1.20 -3.3 14.061 0.495 1143 000-BBV-014 9686.89543 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:33:12 a0160.fits V868_Cen V 100.0 1.20 -3.2 Y 4.56 12.084 0.067 2517 000-BBV-014 0.57916 9686.89806 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.000883 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 09:35:22 a0161.fits V868_Cen V 100.0 1.19 -3.2 Y 4.82 13.737 0.325 663 000-BBV-014 0.584187 9686.89956 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.003965 Y
2022-04-17 09:37:32 a0162.fits V868_Cen V 100.0 1.19 -3.1 Y 4.89 11.619 0.043 2246 000-BBV-014 0.590213 9686.90106 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001151 Y
2022-04-17 09:39:41 a0163.fits V868_Cen V 100.0 1.19 -3.1 Y 4.53 000-BBV-014 0.586903 9686.90256 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001205 Y
2022-04-17 09:42:30 a0164.fits V868_Cen V 100.0 1.18 -3.1 Y 4.79 000-BBV-014 0.601759 9686.90451 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.004512 Y
2022-04-17 09:47:18 a0165.fits V0856_Sco B 12.0 1.85 -5.3 10.930 0.017 536 000-BCX-156 9686.90785 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 09:48:07 a0166.fits V0856_Sco B 12.0 1.85 -5.3 10.903 0.016 542 000-BCX-156 9686.90841 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:48:38 a0167.fits V0856_Sco B 12.0 1.84 -5.3 10.879 0.016 606 000-BCX-156 9686.90877 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:49:09 a0168.fits V0856_Sco V 5.0 1.84 -5.3 10.353 0.010 931 000-BCX-156 9686.90913 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:49:44 a0169.fits V0856_Sco V 5.0 1.83 -5.2 10.321 0.010 940 000-BCX-156 9686.90954 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:50:08 a0170.fits V0856_Sco V 5.0 1.83 -5.2 000-BCX-156 9686.90981 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 09:50:34 a0171.fits V0856_Sco SR 5.0 1.83 -5.2 9.636 0.006 1630 000-BCX-156 9686.91012 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:51:32 a0172.fits V0856_Sco SR 5.0 1.82 -5.2 9.685 0.006 1471 000-BCX-156 9686.91079 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:51:55 a0173.fits V0856_Sco SR 5.0 1.82 -5.2 9.603 0.006 1996 000-BCX-156 9686.91105 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:52:18 a0174.fits V0856_Sco SI 5.0 1.81 -5.2 9.808 0.007 1378 000-BCX-156 9686.91132 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:53:43 a0175.fits V0856_Sco SI 5.0 1.80 -5.2 9.780 0.007 1635 000-BCX-156 9686.91230 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 09:54:06 a0176.fits V0856_Sco SI 5.0 1.80 -5.2 9.836 0.007 1681 000-BCX-156 9686.91257 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:56:48 a0177.fits V837_Ara B 60.0 1.76 -6.1 8.109 0.003 5130 000-BCT-804 9686.91444 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 09:59:18 a0178.fits V837_Ara V 40.0 1.75 -6.1 Y 6.16 12.733 0.125 4882 000-BCT-804 0.529259 9686.91618 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998404 Y
2022-04-17 10:00:29 a0179.fits V837_Ara SR 40.0 1.74 -6.1 Y 5.70 7.215 0.002 11679 000-BCT-804 0.577420 9686.91700 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002945 Y
2022-04-17 10:04:24 a0180.fits DD_Cir B 200.0 1.22 -3.3 000-BBV-364 9686.91972 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 10:09:13 a0181.fits DD_Cir B 200.0 1.22 -3.2 000-BBV-364 9686.92307 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 10:13:00 a0182.fits DD_Cir B 200.0 1.21 -3.1 000-BBV-364 9686.92569 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 10:16:47 a0183.fits DD_Cir B 200.0 1.21 -3.0 12.202 0.081 3371 000-BBV-364 9686.92832 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 10:20:34 a0184.fits DD_Cir B 200.0 1.20 -3.0 14.680 0.769 1209 000-BBV-364 9686.93095 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 10:24:22 a0185.fits DD_Cir V 100.0 1.20 -2.9 Y 5.61 000-BBV-364 0.745162 9686.93359 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.994601 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 10:26:32 a0186.fits DD_Cir V 100.0 1.20 -2.9 Y 5.28 14.056 0.404 704 000-BBV-364 0.798301 9686.93509 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995618 Y
2022-04-17 10:28:43 a0187.fits DD_Cir V 100.0 1.19 -2.8 Y 5.88 000-BBV-364 0.859627 9686.93661 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.995546 Y
2022-04-17 10:30:55 a0188.fits DD_Cir V 100.0 1.19 -2.8 Y 5.32 000-BBV-364 0.911289 9686.93814 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.002147 Y
2022-04-17 10:33:06 a0189.fits DD_Cir V 100.0 1.19 -2.8 000-BBV-364 9686.93965 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 10:38:40 a0190.fits HY_Lup B 200.0 1.14 -2.8 000-BBV-501 9686.94352 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 10:43:29 a0191.fits HY_Lup B 200.0 1.13 -2.7 000-BBV-501 9686.94686 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 10:47:16 a0192.fits HY_Lup B 200.0 1.13 -2.7 000-BBV-501 9686.94949 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 10:51:03 a0193.fits HY_Lup B 200.0 1.12 -2.6 15.106 1.214 1225 000-BBV-501 9686.95212 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 10:54:51 a0194.fits HY_Lup B 200.0 1.11 -2.5 11.436 0.052 2452 000-BBV-501 9686.95476 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 10:58:38 a0195.fits HY_Lup V 100.0 1.11 -2.5 Y 5.75 15.353 1.428 927 000-BBV-501 0.934897 9686.95738 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.998012 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 11:00:47 a0196.fits HY_Lup V 100.0 1.11 -2.4 000-BBV-501 9686.95888 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:03:56 a0197.fits HY_Lup V 100.0 1.10 -2.4 13.911 0.343 825 000-BBV-501 9686.96106 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:06:03 a0198.fits HY_Lup V 100.0 1.10 -2.4 15.205 1.168 761 000-BBV-501 9686.96253 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:08:09 a0199.fits HY_Lup V 100.0 1.10 -2.3 99.999 9.999 838 000-BBV-501 9686.96399 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:12:57 a0200.fits KK_Oph B 30.0 1.99 -4.9 10.511 0.013 654 000-BDW-739 9686.96733 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

images 201 to 250

DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 11:14:22 a0201.fits KK_Oph B 30.0 1.98 -4.9 10.435 0.012 694 000-BDW-739 9686.96831 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:15:13 a0202.fits KK_Oph V 15.0 1.97 -4.8 10.006 0.008 990 000-BDW-739 9686.96890 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:16:49 a0203.fits KK_Oph V 15.0 1.95 -4.8 10.065 0.009 888 000-BDW-739 9686.97001 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:17:25 a0204.fits KK_Oph SR 15.0 1.95 -4.8 9.576 0.006 1344 000-BDW-739 9686.97043 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:18:59 a0205.fits KK_Oph SR 15.0 1.93 -4.8 9.348 0.005 1531 000-BDW-739 9686.97152 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 11:19:33 a0206.fits KK_Oph SI 15.0 1.93 -4.8 9.642 0.006 1272 000-BDW-739 9686.97191 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:21:08 a0207.fits KK_Oph SI 15.0 1.91 -4.7 9.562 0.006 1279 000-BDW-739 9686.97301 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:24:09 a0208.fits ASASSN-V_J170615-3229447 B 120.0 1.70 -4.6 8.592 0.004 3566 None 9686.97510 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:27:30 a0209.fits ASASSN-V_J170615-3229447 B 120.0 1.67 -4.6 8.455 0.004 4379 None 9686.97743 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:29:50 a0210.fits ASASSN-V_J170615-3229447 V 60.0 1.66 -4.5 8.365 0.003 3997 None 9686.97905 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 11:32:11 a0211.fits ASASSN-V_J170615-3229447 V 60.0 1.65 -4.5 9.684 0.009 3670 None 9686.98068 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:33:32 a0212.fits ASASSN-V_J170615-3229447 SR 60.0 1.64 -4.5 7.823 0.003 7008 None 9686.98162 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:35:53 a0213.fits ASASSN-V_J170615-3229447 SR 60.0 1.62 -4.4 8.144 0.003 4761 None 9686.98325 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:37:11 a0214.fits ASASSN-V_J170615-3229447 SI 60.0 1.62 -4.4 8.493 0.004 3454 None 9686.98416 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:39:31 a0215.fits ASASSN-V_J170615-3229447 SI 60.0 1.60 -4.4 8.374 0.003 4531 None 9686.98578 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 11:42:46 a0216.fits TCP_J17154 B 120.0 1.66 -4.5 None 9686.98803 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:46:16 a0217.fits TCP_J17154 B 120.0 1.63 -4.4 14.835 0.883 942 None 9686.99046 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:48:43 a0218.fits TCP_J17154 B 120.0 1.62 -4.4 None 9686.99216 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:51:10 a0219.fits TCP_J17154 V 100.0 1.60 -4.3 13.739 0.306 955 None 9686.99387 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:54:20 a0220.fits TCP_J17154 V 100.0 1.59 -4.3 12.537 0.111 1024 None 9686.99606 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 11:56:27 a0221.fits TCP_J17154 V 100.0 1.57 -4.3 None 9686.99753 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 11:58:36 a0222.fits TCP_J17154 SR 60.0 1.56 -4.2 None 9686.99903 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 12:01:05 a0223.fits TCP_J17154 SR 60.0 1.55 -4.2 11.855 0.053 806 None 9687.00075 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 12:02:31 a0224.fits TCP_J17154 SR 60.0 1.54 -4.1 14.100 0.403 888 None 9687.00175 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 12:03:58 a0225.fits TCP_J17154 SI 100.0 1.53 -4.1 11.103 0.033 2297 None 9687.00275 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 12:07:07 a0226.fits TCP_J17154 SI 100.0 1.51 -4.1 10.810 0.026 1235 None 9687.00494 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 12:09:12 a0227.fits TCP_J17154 SI 100.0 1.50 -4.0 10.986 0.033 2995 None 9687.00639 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 12:22:01 a0228.fits V841_Oph V 300.0 1.71 -3.6 Y 6.34 8.288 0.004 7804 000-BBY-278 0.030379 9687.01529 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.008737 Y
2022-04-17 12:27:31 a0229.fits V841_Oph V 300.0 1.67 -3.5 Y 7.01 8.235 0.004 6523 000-BBY-278 0.056500 9687.01911 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.999367 Y
2022-04-17 12:33:01 a0230.fits V841_Oph V 300.0 1.64 -3.4 8.636 0.006 5552 000-BBY-278 9687.02293 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 12:39:30 a0231.fits V841_Oph V 300.0 1.60 -3.3 12.031 0.147 5967 000-BBY-278 9687.02743 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 12:44:57 a0232.fits V841_Oph V 300.0 1.57 -3.2 8.317 0.005 6951 000-BBY-278 9687.03122 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 12:52:27 a0233.fits PNV_J17291350 B 60.0 1.58 -3.5 None 9687.03642 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 12:54:57 a0234.fits PNV_J17291350 B 150.0 1.56 -3.5 None 9687.03816 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 12:58:57 a0235.fits PNV_J17291350 B 150.0 1.53 -3.4 None 9687.04094 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 13:01:54 a0236.fits PNV_J17291350 B 150.0 1.52 -3.4 None 9687.04299 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 13:04:52 a0237.fits PNV_J17291350 V 100.0 1.51 -3.3 Y 5.85 None 0.971601 9687.04505 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.001638 Y
2022-04-17 13:07:02 a0238.fits PNV_J17291350 V 100.0 1.50 -3.3 Y 7.27 17.182 7.709 1381 None 0.973177 9687.04655 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.006828 Y
2022-04-17 13:09:17 a0239.fits PNV_J17291350 V 100.0 1.48 -3.3 Y 6.53 None 0.992818 9687.04811 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 6.996972 Y
2022-04-17 13:13:40 a0240.fits ASASSN-V_J18165406-2021176 B 120.0 1.71 -4.0 10.203 0.014 1547 None 9687.05116 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 13:17:01 a0241.fits ASASSN-V_J18165406-2021176 B 120.0 1.68 -3.9 9.528 0.008 2152 None 9687.05348 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 13:19:21 a0242.fits ASASSN-V_J18165406-2021176 V 60.0 1.67 -3.9 Y 6.07 9.171 0.006 2584 None 0.967557 9687.05510 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.004841 Y
2022-04-17 13:20:43 a0243.fits ASASSN-V_J18165406-2021176 V 60.0 1.67 -3.9 9.258 0.006 2494 None 9687.05605 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 13:23:07 a0244.fits ASASSN-V_J18165406-2021176 SR 60.0 1.65 -3.8 Y 6.13 8.713 0.004 3497 None 0.991423 9687.05772 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.006821 Y
2022-04-17 13:24:40 a0245.fits ASASSN-V_J18165406-2021176 SR 60.0 1.64 -3.8 Y 6.27 8.850 0.005 3141 None 0.012026 9687.05880 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.006499 Y
DateTime filename tnimage objid filter exptime airmass hr_ang has_wcs fwhm instmag err maxadu auid center2obj JD ccd_temp set_temp img_type read_mode binning fov_radius_amin image_available
2022-04-17 13:26:02 a0246.fits ASASSN-V_J18165406-2021176 SI 60.0 1.63 -3.8 Y 6.22 9.295 0.006 2008 None 0.017003 9687.05975 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.009910 Y
2022-04-17 13:27:23 a0247.fits ASASSN-V_J18165406-2021176 SI 60.0 1.62 -3.8 Y 6.93 9.501 0.007 1644 None 0.028630 9687.06068 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 7.004582 Y
2022-04-17 13:30:40 a0248.fits V3890_Sgr V 100.0 1.60 -3.9 12.141 0.075 967 000-BCC-531 9687.06296 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 13:33:44 a0249.fits V3890_Sgr V 100.0 1.58 -3.9 11.317 0.035 966 000-BCC-531 9687.06509 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y
2022-04-17 13:35:42 a0250.fits V3890_Sgr V 100.0 1.57 -3.8 11.271 0.034 978 000-BCC-531 9687.06646 -20.0625 -20.0 light 8 MPPS High Speed (RBI Flood) 2x2 Y

Column Definitions

DateTime: UTC timestamp

filename: Image filename in IRAF processing and as JPEG thumbnail

link: Hyperlink to JPEG thumbnail

objid: Target object ID as defined in ACP plan and in FITS header

filter: Photometric filter used

exptime or exp: Exposure time in sec

airmass or am: Airmass during exposure

hr_ang or ha: The hour angle for the images in hours.

has_wcs or wcs: Image was plate solved at observatory and World Coordinate Systems attributes (WCS) attributes were placed in FITS header.

fwhm: Full Width Half Max star images as measured at observatory

instmag: Target object instrumental magnitude as measured by pipeline IRAF photomery subsystem

err: Target object magnitude error as measured by pipeline IRAF photomery subsystem

maxadu: Target object maximum ADU as measured by pipeline IRAF photomery subsystem

auid: AAVSO Unique Identifier for the target object

center2obj: Separation of target object from center of the image in arcmin

JD: Julian date - 2540000

ccd_temp: Camera sensor temperature (C)

set_temp: Camera cooler set point temperatur (C)

img_type: Image type; "Light" is expected; "Flat", "Dark" or "Bias" indicate a mixup in the telescope computer settings

read_mode: Various values, but this should be the same for all images at a given telescope

binning: X and Y binning of sensor pixels; this should be the same for all images at a given telescope

fov_radius_amin: Radius of field of view for the camera sensor across the shorter dimension in arcmin

image_available: This should also be yes(Y) unless a failure in the HQ computer sysem

OE: !OE! indicates over exposed target. The max ADU for the target is more than the linearity liit of the camera.

new_exp: Suggested new exposure for over exposed targets.

nstk: If this is a stacked image, number of images combined.

ChgCSV: The exposure was automatically changed in the Scheduler CSV file.

tnimage: Small image thumbnail that will open the full JPEG thumbnail image in a new tab