~pconv-team/polconvertsd/trunk-1

« back to all changes in this revision

Viewing changes to task_polconvert.py

  • Committer: I. Marti-Vidal
  • Date: 2021-04-20 10:41:25 UTC
  • Revision ID: i.marti-vidal@uv.es-20210420104125-2tdcc4rm3gb108nm
Fixed Chi2 code when scans were not given in time order.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2278
2278
      printMsg("Reading back IF #%i"%pli)
2279
2279
      file1 = "POLCONVERT.FRINGE/OTHERS.FRINGE_%i"%pli
2280
2280
      file2 = "POLCONVERT.FRINGE/POLCONVERT.FRINGE_%i"%pli
2281
 
      success = PS.ReadData(pli, file1, file2)
 
2281
      success = PS.ReadData(pli, file1, file2,100.)
2282
2282
      #printMsg("  calling GetNScan(0) (success = %d)"% success)
2283
2283
      NScan = PS.GetNScan(0)
2284
2284
      if success != 0: