IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2023, 10:36:27 AM (3 years ago)
Author:
eugene
Message:

some improvements (make sure to examine md5s for chip-specific inst files, randomly draw the new nights)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/rawfix.advance.pt

    r42450 r42452  
    11
    2 $MAX_ACTIVE_NIGHTS = 5
     2$MAX_ACTIVE_NIGHTS = 10
    33
    44## regularly run the command advance.rawfits.sh
     
    88  periods -timeout 30
    99  host local
     10  active true
    1011
    1112  stdout $LOGDIR/advance.log 
     
    3940  end
    4041end
     42
     43macro nights.advance.on
     44  task nights.advance
     45    active true
     46  end
     47end
     48
     49macro nights.advance.off
     50  task nights.advance
     51    active false
     52  end
     53end
     54
     55 
Note: See TracChangeset for help on using the changeset viewer.