File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -434,17 +434,16 @@ def _filter_ffi_observations(self, observations):
434
434
"If you need a TESS image for an entire field, please see our "
435
435
"dedicated page for downloading larger quantities of TESS data at \n "
436
436
"https://archive.stsci.edu/tess/. Data products will not be fetched "
437
- "for the following observations IDs: \n "
438
- + "\n " .join (tess_ffis ))
437
+ "for the following observations IDs: \n " + "\n " .join (tess_ffis ))
439
438
440
439
if tica_ffis .size :
441
440
# Warn user if TICA FFIs exist
442
441
log .warning ("Because of their large size, Astroquery should not be used to "
443
442
"download TICA FFI products.\n "
444
443
"Please see our dedicated page for downloading larger quantities of "
445
444
"TICA data: https://archive.stsci.edu/hlsp/tica.\n "
446
- "Data products will not be fetched for the following observation IDs: \n "
447
- + "\n " .join (tica_ffis ))
445
+ "Data products will not be fetched for the following "
446
+ "observation IDs: \n " + "\n " .join (tica_ffis ))
448
447
449
448
# Filter out FFIs with a mask
450
449
mask = (obs_table ['target_name' ] != 'TESS FFI' ) & (obs_table ['target_name' ] != 'TICA FFI' )
You can’t perform that action at this time.
0 commit comments