Skip to content

Commit

Permalink
Fix last two style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay committed Oct 17, 2023
1 parent ae95dd6 commit c959c46
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
" lsf : light profile. \n",
" '''\n",
" \n",
" #for ii in range(len(sci[0, :])):\n",
" # for ii in range(len(sci[0, :])):\n",
" # lsf[ii] = np.mean(sci_rot[int(height/2.-5):int(height/2.+5), ii])\n",
" # xsf[ii] = ii - len(lsf)/2.\n",
"\n",
Expand Down Expand Up @@ -691,7 +691,7 @@
" plt.show()\n",
"\n",
" # Re-extract 2d image;\n",
" #if ndither == 0:\n",
" # if ndither == 0:\n",
" rsq = y2d\n",
" sci_cut = data[int(ycen-rsq/2.+0.5):int(ycen+rsq/2.+0.5), int(xcen-rsq/2.+0.5):int(xcen+rsq/2.+0.5)]\n",
" seg_cut = segdata[int(ycen-rsq/2.+0.5):int(ycen+rsq/2.+0.5), int(xcen-rsq/2.+0.5):int(xcen+rsq/2.+0.5)]\n",
Expand Down

0 comments on commit c959c46

Please sign in to comment.