diff --git a/_modules/kai/reduce/data.html b/_modules/kai/reduce/data.html index 2353d16..cf27383 100644 --- a/_modules/kai/reduce/data.html +++ b/_modules/kai/reduce/data.html @@ -714,6 +714,9 @@

Source code for kai.reduce.data

             shutil.copy(source_clean_dir + 'c' + source_file_root + '.coo',
                         dest_clean_dir + 'c' + dest_file_root + '.coo')
             
+            shutil.copy(source_clean_dir + 'c' + source_file_root + '.rcoo',
+                        dest_clean_dir + 'c' + dest_file_root + '.rcoo')
+            
             shutil.copy(source_clean_dir + 'distort/cd' + source_file_root + '.fits',
                         dest_clean_dir + 'distort/cd' + dest_file_root + '.fits')